PVR Last Played Channels
#1
I'm trying to populate a panel with pvr://channels/tv/*?view=lastplayed but also sort it by last played so that when I watch a channel it will be the first item in that panel.

I've tried using "pvr://channels/tv/*?view=lastplayed&sortby=lastplayed" and "pvr://channels/tv/*?view=lastplayed&order=lastplayed" but neither of those work.
Reply
#2
view=lastplayed always sorts by last played. No need for a second parameter.
Reply
#3
I'm using 
xml:

<onfocus>Container.Update(pvr://channels/tv/*?view=lastplayed,replace)</onfocus>

So it is using whatever the sort is set to for that container.

Ultimately I'd like to send the sort in that update command so that I don't have to set more parameters using Container.SetSortMethod(). But if that is the only way to do it, is there a way to pass the direction? The only thing I saw was a toggle and ultimately I'd want to set that to Descending all of the time.
Reply

Logout Mark Read Team Forum Stats Members Help
PVR Last Played Channels0