builtin command for PVR
#1
I would like to know if there a commands usable from the keymaps or python script to select and play a live channel from the PVR backend.
I've tried commands like:
PlayMedia(pvr://channels/tv/All TV channels/4.pvr)
and it launchs the channel but in a different way than a play from channel list (I can switch to previous-next channel,...).

It would be great to have a command to get the current channel or media.

Thanks for your hits!
Reply
#2
playfile should work. if not, please create a ticket on trac or github, tell me what's different from what you expected, and attach a full debug log.

edit:
typo, it's PlayMedia
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.
Reply
#3
dushmaniac Wrote:playfile should work. if not, please create a ticket on trac or github, tell me what's different from what you expected, and attach a full debug log.

edit:
typo, it's PlayMedia

But, is the URI format correct? pvr://channels/tv/All TV channels/4.pvr
Is there a syntax to use the channel name instead of the ordinal number?
Reply

Logout Mark Read Team Forum Stats Members Help
builtin command for PVR0