Kodi Community Forum
Include playlist in OSD - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: Include playlist in OSD (/showthread.php?tid=171606)



Include playlist in OSD - brantje - 2013-08-19

Hello,
Is there a way to show the current music playlist when the OSD is how (MusicOSD.xml).

I want to show it to the user when they access the OSD
ASCII example

Code:
+----------------------------------------------------------------------------------------------------------------------------------
|                                                                                                | Song 2                     |
|                                                                                                | Song 3                     |
|                                                                                                | Song 4                     |
|                                                                                                | Song 5                     |
|                                                                                                | Song 6                     |
|                                  Visualisation here                                            | Song 7                     |
|                                                                                                | Song 8                     |
|                                                                                                | Song 9                     |
|                                                                                                | Song 10                     |
+--------------------------------------------------------------------------------------------------------------------------------+
|   OSD HERE                                                                                                              |
+--------------------------------------------------------------------------------------------------------------------------------+
I tried google and wiki, nothing

So who can help me out here?