Kodi Community Forum
Music widget in custom window.. only show info - 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: Music widget in custom window.. only show info (/showthread.php?tid=304495)



Music widget in custom window.. only show info - smitchell6879 - 2017-01-19

So I have playlist as the content for a widget in my discover window.. the problem I am having is if I press enter or p for play it does nothing... I can only get a response from I for info. I want it to by default open mymusicnav.xml so the person can browse the album.. is there something simple I am missing to make this happen of do I have to be in the music library for it to work?

The playlist does work in the music library just putting that out there.


RE: Music widget in custom window.. only show info - Angelinas - 2017-01-19

Code:
target="music"
This part is missing for you in content for widget...I think Smile

This will make play your song in player "onClick"


RE: Music widget in custom window.. only show info - smitchell6879 - 2017-01-20

Thank you that worked perfect also got to get ride of a play list thank you.