![]() |
|
PVR Shortcuts - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: PVR Development (/forumdisplay.php?fid=136) +--- Thread: PVR Shortcuts (/showthread.php?tid=105959) |
- opdenkamp - 2011-08-19 11:19 yes. add another feature request ticket for that on github or trac Record - bablefish - 2011-08-23 11:56 Hi, I wrote a comment earlier in this thread about a "shortcut" to record the currently playing show (the sama as pressing M and select record from the OSD). I did not see any info on this (or if it is already possible). This would be an easy alternative to teach the kids for timeshift (or at least pause live TV)... Press the recording button, then recordings and play the currently recording channel. Currently it is a lot of steps - Press the OSD button, then left twice, then select... (I hope you get the idea). /BableFish - opdenkamp - 2011-08-23 13:33 feature request ticket please - bablefish - 2011-08-24 13:35 Ticket #11905 (new Feature Requests) created. - opdenkamp - 2011-08-25 13:06 cheers - hoppel118 - 2011-08-28 16:06 bablefish Wrote:Ticket #11905 (new Feature Requests) created. Hey bablefish, had a look to xbmc-trac. What about that answer? I think it's still not possible. Or what exactly do we have to do? http://trac.xbmc.org/ticket/11905 bablefish Wrote:I wrote a comment earlier in this thread about a "shortcut" to record the currently playing show (the sama as pressing M and select record from the OSD). I did not see any info on this (or if it is already possible). We discussed about this in the vdr-portal. This doesn't work anymore. An issue already exists on github: https://github.com/opdenkamp/xbmc/issues/213 Greetings Hoppel - hoppel118 - 2011-08-28 16:30 Curious. When I press "e" on my keyboard I get the timeline. But when I press the dedicated button on my remote, I get an overview for the next "shows" on the actual channel. where is the problem? Here the relevant parts of my global remote.xml and my Lircmap.xml: /usr/share/xbmc/system/keymaps/remote.xml Code: <guide>XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</guide>/home/xbmc/.xbmc/userdata/Lircmap.xml Code: <guide>KEY_CAMERA</guide>Under "xbmc-settings-livetv-epg" I configured "timeline" as default. ------------------------------------------------------------------------------------------------------------------------- EDIT: In the global remote.xml I found a second <guide> under FullScreenVideo. Code: <guide>XBMC.ActivateWindow(PVROSDGuide)</guide>I am always on fullscreenvideo. If I change this to the following, everthing is ok, but I think it's not the right way: Code: <guide>XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</guide>------------------------------------------------------------------------------------------------------------------------- EDIT 2: Ok, I allocated some obc-universalremote-keys to get this working. So this is solved. Greetings Hoppel - hoppel118 - 2011-08-28 16:53 dushmaniac Wrote:teletext is already mapped to the "v" button. teletext doesn't work for me. I get the message: "teletext not available". From where xbmc gets this data? I use xvdr (vnsi). ------------------------------------------------------------------------------------------------------------------------- EDIT: --> this is an issue with odk46: https://github.com/opdenkamp/xbmc/issues/217 - hoppel118 - 2011-08-30 17:15 What about generel key-mappings? When I watch a record, I can't use the standard keys on my remote, like: "play, pause, stop, rw, ff". I think this keys are interesting for future use (when timeshift works), too. - EkASs - 2011-08-30 17:28 It's probably a xvdr limit. With tvheadend plugin, all these keys work. |