Channel changing using UP/DOWN
#31
I am confused, is this about using the up down arrows on your remote to display info on the mini menu of what is on the next channel or previous channel and as you say press ok to change. The right arrow could be used to see what is on next, and after that which would be very nice?

Or is it just about the channel up / channel down?

Ah, I think I understand more now , can I using the new keymap setting get the up down arrow to bring up the mini channel list, and the righ left arrow to bring up the mini program list for the current channel?

If so anyone know the appropriate id's for a mce remote?
Reply
#32
you can (depending on the skin) already see which show is coming up next in the info OSD - so no need to use left/right for it (I'd reserve those to seek in timeshift buffer).

And if you where talking about the keymap changes by me - those finally allow you to map any action on the up/down/left/right buttons which where previously hardcoded + change any other key bindings in fullscreen liveTV mode.
Reply
#33
This still doesn't fix my initial question though. However, nice addition!
Reply
#34
initial question has already been answered, no? Not possible yet in the way you like it to be. When I find some time again I'll change it according to my suggestion earlier.
Reply
#35
How would I actually do what I mentioned above? i'd keep ffwd and skip for time shift functions.
Reply
#36
(2012-11-03, 14:26)da-anda Wrote: maybe we can discuss here which options we need for this. Do you think we should add an extra setting for it so that you can change the behavior for numeric input and up/down separately? Or do you think one setting to toggle all? Or maybe a dropdown with different options, like:

Confirm channel switch by pressing OK:
- disabled
- on numeric input
- on channel up/down
- always

What would you think/prefer?

Would work for me. +100 as I just spent quite a while trying to figure out why that existing setting wasn't doing anything. http://wiki.xbmc.org/index.php?title=PVR/XBMC is pretty sparse on information about what the settings actually do.

Use MythTV for recording TV? Try the integrated MythTV support in XBMC Media Center. Now with commercial skip support built-in and integration with the Movie database!
Reply
#37
yeah, i expect you guys to fill in the gaps, as i don't have time to write the docs too ;-)
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply
#38
(2012-11-08, 12:01)da-anda Wrote: working fine for me on windows using the keyboard, same revision ( http://xbmclogs.com/show.php?id=14022 )

Hm. Still not working for me. Would a debug log help?
Reply
#39
Is this what brings the mini channel list up: XBMC.ActivateWindow(PVROSDChannels) when watching ?

What is the command for the mini window that shows you the schedule for the current channel?
Reply
#40
(2012-11-10, 16:26)diverseft Wrote:
(2012-11-08, 12:01)da-anda Wrote: working fine for me on windows using the keyboard, same revision ( http://xbmclogs.com/show.php?id=14022 )
Hm. Still not working for me. Would a debug log help?

I'm glad I made it that far with the current changes, but I can have a look and in doubt ask other devs that have more insight on the keymap internals. So just post your debug log and we'll see.

(2012-11-10, 16:41)bilbonvidia Wrote: Is this what brings the mini channel list up: XBMC.ActivateWindow(PVROSDChannels) when watching ?

What is the command for the mini window that shows you the schedule for the current channel?
Yes, this is bringing up the small channel list.
@schedule - do you mean the EPG? That would be XBMC.ActivateWindow(PVROSDGuide)
Reply
#41
I tried adding the below to this /usr/share/xbmc/system/keymaps/remote.xml but it does not appear have done anything. I am using an mce remote, is it another file I need to change?

<FullscreenLiveTV>
<remote>
<up>XBMC.ActivateWindow(PVROSDChannels)</up>
<down>XBMC.ActivateWindow(PVROSDChannels)</down>
<left>XBMC.ActivateWindow(PVROSDGuide)</left>
<right>XBMC.ActivateWindow(PVROSDGuide)</right>
</remote>
</FullscreenLiveTV>
</keymap>
Reply
#42
(2012-11-10, 18:39)da-anda Wrote:
(2012-11-10, 16:26)diverseft Wrote:
(2012-11-08, 12:01)da-anda Wrote: working fine for me on windows using the keyboard, same revision ( http://xbmclogs.com/show.php?id=14022 )
Hm. Still not working for me. Would a debug log help?

I'm glad I made it that far with the current changes, but I can have a look and in doubt ask other devs that have more insight on the keymap internals. So just post your debug log and we'll see.

(2012-11-10, 16:41)bilbonvidia Wrote: Is this what brings the mini channel list up: XBMC.ActivateWindow(PVROSDChannels) when watching ?

What is the command for the mini window that shows you the schedule for the current channel?
Yes, this is bringing up the small channel list.
@schedule - do you mean the EPG? That would be XBMC.ActivateWindow(PVROSDGuide)


Hi da-anda/devs

Apologies for delay in getting back to you

XBMC Version: xbmc-20121113-26b23a3-master-x86_64.dmg
OSX 10.6.8
Remote: Apple remote (white one)

remote.xml = http://xbmclogs.com/show.php?id=14506
debug log = http://xbmclogs.com/show.php?id=14507

Again, If i put remote mappings into <FullscreenVideo> they work. If I put them into <FullScreenLiveTV> they dont work
Reply
#43
(2012-11-11, 17:09)bilbonvidia Wrote: I tried adding the below to this /usr/share/xbmc/system/keymaps/remote.xml but it does not appear have done anything. I am using an mce remote, is it another file I need to change?

<FullscreenLiveTV>
<remote>
<up>XBMC.ActivateWindow(PVROSDChannels)</up>
<down>XBMC.ActivateWindow(PVROSDChannels)</down>
<left>XBMC.ActivateWindow(PVROSDGuide)</left>
<right>XBMC.ActivateWindow(PVROSDGuide)</right>
</remote>
</FullscreenLiveTV>
</keymap>
Got it working now, I copied the edited remote.xml into my user data folder.

Reply
#44
(2012-11-15, 00:14)diverseft Wrote: remote.xml = http://xbmclogs.com/show.php?id=14506
debug log = http://xbmclogs.com/show.php?id=14507

Again, If i put remote mappings into <FullscreenVideo> they work. If I put them into <FullScreenLiveTV> they dont work

please note that it's <FullscreenLiveTV> (lower case "S") should you have used it with upper case "S" in your xml file.

edit: forget it - just checked your remote.xml which looks fine IMO. Also log didn't give any details on this regard. I suppose the volumeUp/down in the log is when you tried to switch channels - but there are no keymap related log entries in this area. Need to chat with other devs for ideas.
Reply
#45
(2012-11-15, 09:21)da-anda Wrote:
(2012-11-15, 00:14)diverseft Wrote: remote.xml = http://xbmclogs.com/show.php?id=14506
debug log = http://xbmclogs.com/show.php?id=14507

Again, If i put remote mappings into <FullscreenVideo> they work. If I put them into <FullScreenLiveTV> they dont work

please note that it's <FullscreenLiveTV> (lower case "S") should you have used it with upper case "S" in your xml file.

edit: forget it - just checked your remote.xml which looks fine IMO. Also log didn't give any details on this regard. I suppose the volumeUp/down in the log is when you tried to switch channels - but there are no keymap related log entries in this area. Need to chat with other devs for ideas.

OK thanks! For now even getting the <button id="8">XBMC.ActivateWindow(PVROSDChannels)</button> working inside the <FullscreenLiveTV> would be a win.

Thanks again for looking into this
Reply

Logout Mark Read Team Forum Stats Members Help
Channel changing using UP/DOWN0