Kodi Community Forum

Full Version: Paths for PVR windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

Is there squirreled away on the wiki somewhere a list of valid PVR paths much like the following . I know Kodi allows such a thing as Estuary makes use of of a couple of these on the home screen for its widgets. For example:

in home.xml

<param name=“content_path” value=“pvr://channels/tv/*?view=flat”/>

so what I am chasing is a list of valid “pvr://blah” type paths to use for widgets. Also as a bonus question is there a list of valid view=doohickey ?

Wyrm (AppTV)
i don't think there's such a list yet, so this might be a start (untested):
Code:
pvr://channels/tv/*
pvr://recordings/tv/active
pvr://recordings/tv/deleted
pvr://timers/tv/timers
pvr://timers/tv/rules

pvr://channels/radio/*
pvr://recordings/radio/active
pvr://recordings/radio/deleted
pvr://timers/radio/timers
pvr://timers/radio/rules

as for the view thingy, as far as i can tell by looking at the source-code, it only applies to recordings.
the two available options are view=flat and view=grouped.
Thanks Ronie, dependable as ever, guess that’s why you are on the big bucks Rofl . Have tried to pay forward on the info you supplied by updating the above wiki page with PVR details. Could you point me to the source code you found this info in so that I can correctly name the sub sections.

Wyrm (AppTV)
it's scattered all over the place :-)

https://paste.ubuntu.com/26309659/
(2018-01-03, 01:54)ronie Wrote: [ -> ]it's scattered all over the place :-)

https://paste.ubuntu.com/26309659/

Oh man did not realise the effort you put in to find the info. A huge thank you for your time, will have a poke arround and see what I can find.

Wyrm (AppTV)