PVR Shortcuts

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sprucas Offline
Junior Member
Posts: 6
Joined: Jul 2012
Reputation: 0
Post: #41
guys,

i fiddled around with keyboard mapping and found the following configuration works really well to get the mceremote keys working in the pvr player

<!-- activate EPG -->
<g mod="ctrl">XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</g>
<!-- activate TV -->
<t mod="ctrl,shift">XBMC.ActivateWindowAndFocus(MyPVR, 32,0, 11,0)</t>
<!-- activate Radio -->
<j>XBMC.ActivateWindowAndFocus(MyPVR, 33,0, 12,0)</j>
<!-- activate Recordings -->
<o mod="ctrl">XBMC.ActivateWindowAndFocus(MyPVR, 34,0, 13,0)</o>
<!--record a program now-->
<r mod="ctrl">PlayerControl(Record)</r>
<p mod="ctrl,shift">PlayerControl(Play)</p>
<b mod="ctrl">PlayerControl(Repeat)</b>
<f mod="ctrl">PlayerControl(Next)</f>
<f mod="ctrl,shift">PlayerControl(Forward)</f>
<b mod="ctrl,shift">PlayerControl(Rewind)</b>
<p mod="ctrl">PlayerControl(Play)</p>

I tested PlayerControl(Record) and it worked really well, so i just added the other settings with PlayerControl. now all the buttons work in the PVR player

any thoughts?

sprucas
find quote
XBMCManni Offline
Junior Member
Posts: 14
Joined: Feb 2012
Reputation: 0
Post: #42
Hello,

i don't know if this is the right thread for my question:
I am using xbmc 12 frodo alpha 4 (pvr edition from lars) with the cirrus extended v2 skin.
When watching live-tv, i can pause (timeshift) with the mouse by klicking "||" (pause) from the top navigation bar (VideoOSD), but when i press the pause-key on my ir-remote, nothings happens. When watching a movie, the pause-key on the ir-remote is working.

Now the question: How can i do pause in live-tv also with my ir-remote by pressing "Pause" key ? Is this skin-specific or where i can configure it (i cannot find anywhere something about mapping a key to the "pause" function in live-tv).

Thanks, XBMCManni
find quote
mjfmmeijers Offline
Junior Member
Posts: 1
Joined: Jul 2012
Reputation: 0
Post: #43
Hello,

Does anyone know the code for Timer? XBMC.ActivateWindowAndFocus(MyPVR, ?,?, ?,?) Huh
I would like to map a button on my remote to LiveTV/Timer

Thanks
(This post was last modified: 2012-07-19 11:13 by mjfmmeijers.)
find quote
bossanova808 Offline
Donor
Posts: 1,528
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #44
(2012-07-15 17:13)XBMCManni Wrote:  Hello,

i don't know if this is the right thread for my question:
I am using xbmc 12 frodo alpha 4 (pvr edition from lars) with the cirrus extended v2 skin.
When watching live-tv, i can pause (timeshift) with the mouse by klicking "||" (pause) from the top navigation bar (VideoOSD), but when i press the pause-key on my ir-remote, nothings happens. When watching a movie, the pause-key on the ir-remote is working.

Now the question: How can i do pause in live-tv also with my ir-remote by pressing "Pause" key ? Is this skin-specific or where i can configure it (i cannot find anywhere something about mapping a key to the "pause" function in live-tv).

Thanks, XBMCManni

You realise the answer to your question is immediately above your question? You need to add those to your keymap.xml to get it working by remote...
find quote
codex70 Offline
Junior Member
Posts: 48
Joined: Feb 2011
Reputation: 0
Post: #45
I've asked in another thread, but this may be the best place to ask. When I press the "e" key it pulls up the EPG, exactly as I'd like, however I'd like to return to whatever I was watching before when I press the "e" key again. Is this currently possible, and if not, could I make a feature request? I've seen the stuff that mentions
<PVROSDGuide>
<keyboard>
<Enter>Back</Enter>
</keyboard>
</PVROSDGuide>

but I don't think this is the same thing (at least it doesn't seem to work for me).
find quote
da-anda Offline
Team-XBMC Member
Posts: 1,385
Joined: Jun 2009
Reputation: 27
Location: germany
Post: #46
PVROSDGuide is not the big EPG that pops up with "e". You can see the PVROSDguide when poping up the OSD in fullscreen mode and then click the "EPG" button. Don't think what you want is currently possible, but I'd like it to behave the same as you do.
find quote
schumi2004 Offline
Fan
Posts: 638
Joined: Aug 2011
Reputation: 4
Post: #47
What command do i need to directly record currently watching TV Live stream?

[Image: watched-clearlogo.jpg]
find quote
da-anda Offline
Team-XBMC Member
Posts: 1,385
Joined: Jun 2009
Reputation: 27
Location: germany
Post: #48
(2013-04-06 20:10)schumi2004 Wrote:  What command do i need to directly record currently watching TV Live stream?
<foo>PlayerControl(Record)</foo>
find quote
schumi2004 Offline
Fan
Posts: 638
Joined: Aug 2011
Reputation: 4
Post: #49
(2013-04-07 11:10)da-anda Wrote:  
(2013-04-06 20:10)schumi2004 Wrote:  What command do i need to directly record currently watching TV Live stream?
<foo>PlayerControl(Record)</foo>

Thanks, i'll give it a shot.
Currently not possible to have this key mapped to LiveTV only in Keymap.xml i think?
Only for fullscreenvideo global which will be for movies and series also then?

[Image: watched-clearlogo.jpg]
find quote
da-anda Offline
Team-XBMC Member
Posts: 1,385
Joined: Jun 2009
Reputation: 27
Location: germany
Post: #50
you can limit it to <fullscreenlivetv> (please check the wiki or default key map for correct spelling)
find quote
Post Reply