PVR: DialogPVRChannelOSD
#1
Hi,

i'm trying to get the DialogPVRChannelOSD.xml in my Skin to work.

When using SliK or Confluence the Debug Log gives me:

Code:
DEBUG: OnKey: 61507 pressed, action is Playlist
DEBUG: Activating window ID: 10609
DEBUG: Checking if window ID 10609 is locked.
DEBUG: ------ Window Init (DialogPVRChannelsOSD.xml) ------
INFO: Loading skin file: DialogPVRChannelsOSD.xml
DEBUG: Load DialogPVRChannelsOSD.xml: 2.02ms
[/code]
I've just copied all necessary (PVR-related) files into my 720p folder.
I have TV in Fullscreen working, but when i press "c" nothing happens.
Debug Log gives me:
Code:
OnKey: 61507 pressed, action is Playlist
And nothing else.

Is there something to change in VideoFullscreen.xml?

P.S.:
When i'm playing Sat-Radio and activate the Fullscreen-Vis it works.
The channel-panel pops up and i can choose a channel.
http://www.xbmcnerds.com - german xbmc community
Reply
#2
no idea sorry other than reload the skin maybe ?
Reply
#3
What skin are you working on donabi?
It would be great to have another skin with pvr support
Reply
#4
my old modding-project is still alive:
http://forum.xbmc.org/showthread.php?tid...t=Mark-III

I'm going another way of navigation.
The Home-Button "TV" will directly start the first channel in the list. Fullscreen.
From there i plan to set the "Enter"-Button on the remote to popup the channellist.
The channellist should be about 15 entries long and the channels after "15" should be "right". So you can quickly navigate.

Or is there any way to put the channel-groups and the channels in one layer?
Klicking "OK" pops-up the first group and it's channel list.
And from there klicking "right" the next group should appaer.

And one more question:
Can i make a time-out fpr the channel-list?
Or even better:
Is it possible that it disappears directly after i choose a channel?
Select&Close.

--
If someone remembers the way "Neutrino" on the dbox2-receiver works, then you know, what i'm planning.
http://www.xbmcnerds.com - german xbmc community
Reply
#5
donabi Wrote:And one more question:
Can i make a time-out fpr the channel-list?
Or even better:
Is it possible that it disappears directly after i choose a channel?
Select&Close.
.

Pretty sure you can set that in settings with one of these
Image
Reply
#6
Yes, but that is not exactly what i want.

When in Fullscreen Live-TV the "c" brings up the channel-list.
I navigate to a channel and press "Enter".
The Channel switches and the channel-list stays on screen.

I would prefer if the channel-list disappears when i've "entered" the channel.
http://www.xbmcnerds.com - german xbmc community
Reply
#7
In the end it should look a bit like this: (screenshot from Neutrino-Interface)
Image
OSD-Channel-List.

And it would be nice, when it is possible, to get to the next channel-group by pressing "right".
By now i have to exit the channellist, choose antoher group, re-activate the channel list, select my channel, press "enter" and press "exit".
http://www.xbmcnerds.com - german xbmc community
Reply
#8
after changing the keymap, the channel-list pops up.

<c>XBMC.ActivateWindow(PVROSDChannels)</c>

and i found out, that a double-tab on "enter" does close the channel-list.
that's qucik enough.

but would it be possible to close the channel-list directly, without "double-tab"?
http://www.xbmcnerds.com - german xbmc community
Reply

Logout Mark Read Team Forum Stats Members Help
PVR: DialogPVRChannelOSD0