XBMC Community Forum
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)

Pages: 1 2 3 4 5 6


- hoppel118 - 2011-08-30 18:12

ok, thank you. So I will make a feature request to pipelka.

EDIT: https://github.com/pipelka/xbmc-addon-xvdr/issues/3


- hoppel118 - 2011-09-02 16:25

EkASs Wrote:It's probably a xvdr limit. With tvheadend plugin, all these keys work.

After a new xbmc-compile from git all the buttons work. Don't know what the error was.


- yallah - 2011-11-01 14:59

Hi

No possibility to use Json or Http request to switch directly channel from home page ?


- _BJ1 - 2011-11-30 20:48

Hi,

when I map <livetv> to a key on my remote, I get the menu like Live-TV -> Programm (see screenshot015.jpg), but I need the view as shown in screenshot016. Is this possible?

_BJ1

Screenshot015:
[Image: screenshot015nactxb.th.png]

Uploaded with ImageShack.us

Screenshot 016:
[Image: screenshot016w.th.png]

Uploaded with ImageShack.us


- hoppel118 - 2011-11-30 22:44

Hi BJ1,

what skin do you use? It looks great.

I do it in the following way:

in "/usr/share/xbmc/system/keymaps/remote.xml" I have a special section for universalremote-keys:

Code:
<global>
    <remote>
    ....
    </remote>
      <universalremote>
        <obc1>XBMC.ActivateWindow(PVROSDChannels)</obc1>
      </universalremote>    
</global>

The key obc1 is the menu you need. Now you can map this function/menu in the Lircmap.xml to the key you want.

Greetings


- _BJ1 - 2011-11-30 23:05

hoppel118 Wrote:Hi BJ1,

what skin do you use? It looks great.

This is Aeon MQ3. This Skin has full PVR-Support and: A Pause-Button for Timeshift. Wink

Thanks for the hint for <obc1>. I'll try this later.

Greetings from Germany.

_BJ1


- hoppel118 - 2011-11-30 23:07

_BJ1 Wrote:This is Aeon MQ3.

I will try that.

Greetings from Hamburg Big Grin


RE: PVR Shortcuts - knochentrocken - 2012-03-27 19:53

Hi,
I am using TVHeadend and AeonMQ 3 as well but for me non of the buttons to record or pause work... How can I get that?
Btw. how did you get these fancy German TV-channel icons?
Greetings from Stuttgart.
knochentrocken


RE: PVR Shortcuts - _BJ1 - 2012-03-28 13:21

(2012-03-27 19:53)knochentrocken Wrote:  Btw. how did you get these fancy German TV-channel icons?
http://forum.xbmc.org/showthread.php?tid=86047&highlight=Channel+Logos

_BJ1


RE: PVR Shortcuts - basco - 2012-05-25 20:56

@dushmaniac or anyone else who knows Wink

How can i toggle between watching live-tv and the tvosd and back?
On my keyboard i use the 'tab' key, this works fine.

On my remote i mapped a button with:

<keymap>
<global>
<remote>
<buttonx>FullScreen</buttonx>
....

This does not toggle between watching tv and the tvosd.
It only exits to the tvosd when watching tv.
Pressing this remote button a second time does not return to watching tv....
The 'tab' key on my keyboard does this just fine...

What am i overlooking here?