(2021-10-16, 17:02)Shipwreck Wrote: (2021-10-16, 15:33)mardukL Wrote: Just let the Skinners know, if they arent aware already.
Even if some propertys arent set for some wished labels you can workaround them via
VideoPlayer.Offset(1).*listitem
as this labels will be filled when the service runs the playlist.add() function
e.g.
$INFO[VideoPlayer.Offset(1).studio]
$INFO[VideoPlayer.Offset(1).dbid]
$INFO[VideoPlayer.Offset(1).mpaa]
Greetings... And sorry if you knowed it but had read it
Hey @mardukL which file do we find those labels to set the properties?
Hm. Kodi ( core ) provide the Info labels.
The addon don't need and don't set them directly, the UpNext Addon uses json rpc to get n add an item to the playlist, so that it can be played as next title.
As soon as the 'item' is added and has such labels (if the propertys are available for the used json method )to show them.
So, it's more for Skinners, which missing them and like to show them . The UpNext Addon is doing the stuff already.
The files itslef are shipped with addon, and can be 'skinned' by moving them into the kin directory.
- those files are script-upnext-upnext-simple.xml, script-upnext-upnext-upnext.xml, script-upnext-stillwatching.xml, script-upnext-stillwatching-simple.xml
Some examples with mpaa, studiologo, videoresolution
watch gallery