PVR Shortcuts

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Freakish Offline
Member
Posts: 73
Joined: Dec 2009
Reputation: 0
Post: #1
I'm wondering if anyone knows if the EPG(s) are able to be bound to shortcut keys? It would be nice to have a separate key on my Harmony for

EPG: Now, EPG: Timeline, EPG Channel... Etc..

Any ideas if it's possible?
find quote
CKtwo Offline
Junior Member
Posts: 7
Joined: Jul 2011
Reputation: 0
Post: #2
Freakish Wrote:I'm wondering if anyone knows if the EPG(s) are able to be bound to shortcut keys? It would be nice to have a separate key on my Harmony for

EPG: Now, EPG: Timeline, EPG Channel... Etc..

Any ideas if it's possible?

yes, and as well also timers and recordings...
find quote
Freakish Offline
Member
Posts: 73
Joined: Dec 2009
Reputation: 0
Post: #3
CKtwo Wrote:yes, and as well also timers and recordings...

Is that a yes it can be done? Any ideas on which menu number(s) or name(s) I can use, I have trawled the XML files without any success.
find quote
CKtwo Offline
Junior Member
Posts: 7
Joined: Jul 2011
Reputation: 0
Post: #4
not sure, also working on that wellbeeing configuration for PVR / Harmony users Smile

The only thing i already got is windowID 10600 for the LiveTV, but i'll do some more tests later this WE. Maybe others hav done some investigations before?
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,946
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #5
I've just added keymappings in the dev branch. it'll be included in the next ppa build:
Code:
e = activate EPG = XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)
h = activate TV = XBMC.ActivateWindowAndFocus(MyPVR, 32,0, 11,0)
j = activate Radio = XBMC.ActivateWindowAndFocus(MyPVR, 33,0, 12,0)
k = activate Recordings = XBMC.ActivateWindowAndFocus(MyPVR, 34,0, 13,0)
b = activate Search = XBMC.ActivateWindowAndFocus(MyPVR, 35,0, 14,0)

those magic numbers will be replaced by labels later

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.
find quote
bablefish Offline
Junior Member
Posts: 15
Joined: Jul 2011
Reputation: 0
Post: #6
I have also looked for a way to activate "record" using a remote control button (quick record the current showing program, as you would do by selecting record from the menu).

Is there a shortcut that can be attached to the record button on a remote, or is it possible to add it to the code?
find quote
CKtwo Offline
Junior Member
Posts: 7
Joined: Jul 2011
Reputation: 0
Post: #7
bablefish Wrote:I have also looked for a way to activate "record" using a remote control button (quick record the current showing program, as you would do by selecting record from the menu).

Is there a shortcut that can be attached to the record button on a remote, or is it possible to add it to the code?

basically the funkctions should also work from the remote.xml, unfortunately i can't get it work even from the keyboard.xml.

Seems that xbmc does not recognice the XBMC.ActivateWindowAndFocus command because the XBMC.ActivateWindow(MyPVR) works as expected.

[EDIT]
it's exactly that, the function needs a recompile with the corresponding change in source code
[/EDIT]


Thanx
(This post was last modified: 2011-07-23 07:28 by CKtwo.)
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,946
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #8
dushmaniac Wrote:it'll be included in the next ppa build
told you Smile

I'll add a record shortcut later. Any other "missing buttons"?

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.
find quote
CKtwo Offline
Junior Member
Posts: 7
Joined: Jul 2011
Reputation: 0
Post: #9
dushmaniac Wrote:told you Smile

I'll add a record shortcut later. Any other "missing buttons"?

Think teletext will make it complete unless it is already there?

Just to make it a little bit comfortable for all that osdschool vdr users, which are very interested in that project. And of course the current ppa becomes more and more an alternative to vdr/xine, even when it is not yet.

Another thing is deinterlacing, which is a little mit more complex compared to xine while you have to set a proper value for each channel separate. Despite of this i recogniced a stuttering using temporal_spatial on my GT520 while in xine similar doing is ok. It looks like xbmc deals a little bit different with these settings?


btw: thanks a lot for the buttons Smile

Christian
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,946
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #10
teletext is already mapped to the "v" button.

for deinterlacing: try vdpau temporal or ion optimised if you have an nvidia card. I think I had the best result with temporal for other cards (assuming the channels have the same params where you live).

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.
find quote
Post Reply