Kodi Community Forum
Now Playing? - 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)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: Now Playing? (/showthread.php?tid=60012)



Now Playing? - adsoto - 2009-10-20

Sometimes I stumbled upon the "now playing" or what it looks like the queued items to play (in Music).

But yesterday I realized that once a queue is setup and XBMC is playing I don't know where this window is hidden Confused or how to get there Confused ?

T! shows me in the OSD the next item to be played, is there any button out there that takes me to the full list of items queued?
:o:o


- ronie - 2009-10-20

bring up the context menu in one of the regular views and select "Now Playing".


- adsoto - 2009-10-20

Thanks ronie, context menu then. I'll check later.

If I wanted to map a specific key to this window, what's the name (or id) of "Now Playing" window?


PS: Checked Windows ID but I am unsure whic one (if any) brings up the "now playing"


- ronie - 2009-10-20

adsoto Wrote:Thanks ronie, context menu then. I'll check later.

If I wanted to map a specific key to this window, what's the name (or id) of "Now Playing" window?


PS: Checked Windows ID but I am unsure whic one (if any) brings up the "now playing"

it's the 'musicplaylist'.


- wyild1 - 2009-10-20

On linux to see you play list you just press the Spacebar to bring it up.


- Ronald Pagan - 2010-06-01

Sorry to bump but I'm have the same problem.

I'm trying to map a button that will display the Now Playing window to my remote. I have successfully mapped the Music Playlist Edit using this line:

<mypictures>ActivateWindow(MusicPlaylistEditor)</mypictures>

When I try to get to Now Playing it just wont work I have tried:

ActivateWindow(NowPlaying)
ActivateWindow((MusicPlaylist)
ActivateWindow(MyMusicPlaylist)

Anyone know the proper nomenclature?


- Jezz_X - 2010-06-01

http://wiki.xbmc.org/?title=Window_IDs

musicplaylist
ActivateWindow(MusicPlaylist) you had 1 too many (


- rausch101 - 2011-07-06

FYI for videos its:

ActivateWindow(MyVideoPlaylist)