Kodi Community Forum
Req "VideoPlayer.offset(number).Title" - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Req "VideoPlayer.offset(number).Title" (/showthread.php?tid=318893)



"VideoPlayer.offset(number).Title" - Rantanplan-1 - 2017-07-26

We have already "MusicPlayer.offset(number).Title"

Would be nice if we get the Same for video.

-> needed as a condition to show a playlist Icon if more than one Item is in the playlist ->
Code:
!String.IsEmpty(VideoPlayer.offset(1).Title)

Regards.



EDIT:
Found a solution to show the Playlisticon only if the playlist got more than one Item.

anyway, maybe still a usefull feature request to have consistency between music and Video.


RE: "VideoPlayer.offset(number).Title" - Lunatixz - 2017-07-28

I'm sure that you are aware this can be achieved with listitems, ie listitem(1), listitem (2)

Sent from my SM-G935T


RE: "VideoPlayer.offset(number).Title" - jurialmunkey - 2017-07-29

(2017-07-28, 20:46)Lunatixz Wrote: I'm sure that you are aware this can be achieved with listitems, ie listitem(1), listitem (2)

Sent from my SM-G935T (typie typie)

Not for fullscreenvideo.