Kodi Community Forum
Where to locate Now Playing in xml - 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: Where to locate Now Playing in xml (/showthread.php?tid=89924)



Where to locate Now Playing in xml - steppedup - 2011-01-08

Hi,

I've posted this in General Support and Confluence skin with no reply. Searched google and searched the xbmc files with no luck.

And so, wondering if someone here can help - where can I find the code for the "Now Playing" playlist that's generated in the video library when you queue items?

Thank you,

Steppedup


- mcborzu - 2011-01-08

MyVideoPlaylist.xml

Side note open addon.xml and change debugging="false" to true will show you what .xml you are in....


- steppedup - 2011-01-08

mcborzu Wrote:MyVideoPlaylist.xml

Side note open addon.xml and change debugging="false" to true will show you what .xml you are in....

Exactly - what I needed - thank you!!!!!


- mcborzu - 2011-01-08

steppedup Wrote:Exactly - what I needed - thank you!!!!!

Well actually thats the "parent" window, like MyVideoNav.xml is the "parent" to all the video Library views. So I looked at your original post:

Quote:It currently just shows the name of the episode. I'd like to include the season and episode number to the left of each episode's name.

What you want to change is somewhere in ViewsVideoLibrary.xml, I don't have Confluence memorized enough to answer though...