Kodi Community Forum

Full Version: PVR and 'ListItem.NextNextTitle'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I can address an upcoming PVR program title with "ListItem.Title", and the one after that with "ListItem.NextTitle".

Is there a way to address a third program title, like a "ListItem.NextNextTitle" command?

Hope it makes sense Smile

Thanks
try ListItem(2).Title
(2015-07-27, 17:52)ronie Wrote: [ -> ]try ListItem(2).Title
Didn't try but isn't it intended to return the next channel current program ? Because as far as I know and tried to find to display more programs for the same channel I never gone further than the next program.