remote.xml PVR last channel

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
musv Offline
Junior Member
Posts: 29
Joined: Nov 2011
Reputation: 0
Post: #1
Good morning.

I'm in the stage to configure my remote control. I'm using this Guide (German). Unfortunately there's no section for the PVR commands.

What do I wanna configure:
My previous sat-receiver had a key to select the last used channel. And I wonder if there's no such a command in XBMC-PVR. Is there a list about with the PVR related commands available?
find quote
xxxnelly Offline
Senior Member
Posts: 154
Joined: Dec 2010
Reputation: 1
Post: #2
musv Wrote:Good morning.

I'm in the stage to configure my remote control. I'm using this Guide (German). Unfortunately there's no section for the PVR commands.

What do I wanna configure:
My previous sat-receiver had a key to select the last used channel. And I wonder if there's no such a command in XBMC-PVR. Is there a list about with the PVR related commands available?

I think 0 on my remote does this..

--
Frontend : OpenELEC PVR runnig on Acer Revo 3700
Backend : Ubuntu 11.10 running with TVHeadend 1 x DVB-T, 1 x Dual DVB-S2
find quote
ant_thomas Offline
Fan
Posts: 355
Joined: May 2008
Reputation: 0
Location: Manchester, UK
Post: #3
xxxnelly Wrote:I think 0 on my remote does this..

So it does.

Learn something new everyday. Very useful.
find quote
sronx Offline
Junior Member
Posts: 19
Joined: Mar 2011
Reputation: 0
Post: #4
My remote has a button for the previous channel, I would like to configure for that behaviour. I have tried to configure it that way without any success. I added prevchannel in remote.xml like this:
<zero>Number0</zero>
<prevchannel>Number0</prevchannel>

With this in lircmap.xml:
<prevchannel>KEY_CHANNEL</prevchannel>

What am I doing wrong?
find quote
perskym Offline
Junior Member
Posts: 10
Joined: Dec 2011
Reputation: 0
Post: #5
sronx Wrote:My remote has a button for the previous channel, I would like to configure for that behaviour. I have tried to configure it that way without any success. I added prevchannel in remote.xml like this:
<zero>Number0</zero>
<prevchannel>Number0</prevchannel>

With this in lircmap.xml:
<prevchannel>KEY_CHANNEL</prevchannel>

What am I doing wrong?


I faced with the same issue. The stuff below works for me:

.xbmc/userdata/keymaps/lircmapext.xml (I guess "remote.xml" in your case):
<keymap>
<global>
<universalremote>
.....................
<obc103>XBMC.PlayerControl(Previous)</obc103>
.....................
</universalremote>
</global>
</keymap>


.xbmc/userdata/Lircmap.xml:
..........
<obc103>BTN-PrevChan</obc103>
..........


What I understand from xbmc manuals, extended button should be named "obc1..255". However 'XBMC.PlayerControl(Previous)' is the name of the action you need, which is part of built-in functions (see http://wiki.xbmc.org/index.php?title=Lis..._functions)
(This post was last modified: 2012-02-24 06:19 by perskym.)
find quote
musv Offline
Junior Member
Posts: 29
Joined: Nov 2011
Reputation: 0
Post: #6
First of all:
Just pressing 0 didn't change anything in my case. Didn't find a default setting too in der Default user configs.

(2012-02-24 04:53)perskym Wrote:  I faced with the same issue. The stuff below works for me:
<obc103>XBMC.PlayerControl(Previous)</obc103>

I tried that solution, XBMC switches to a different channel, but it isn't the last called channel. Haven't found out a logic of which channel has been selected.
find quote
willplaice Offline
Junior Member
Posts: 17
Joined: Apr 2012
Reputation: 0
Post: #7
not to hijack this thread, but as well as a last channel function, when in the epg clicking select on a channel (regardless of it it's the current live channel) pops a menu with options for switch, add timer, and ok, with the program description.

is there a command to "switch" or record this item without the intermediate menu, and is there any skin development that would up the program info at the bottom of the epg grid ?

also it would be nice to have the next program details as well as the name on the tv page (seems a waste of space here, as there is very unlikely to be any image to display, so large empty box ?

many thanks, Will
find quote