jeffpetersen wrote:Thanks mg, I'll give it a try!
What do you mean by "load the "right.view" in it's own tab"? This is the right side panel with NP info? And if someone else plays music my tab will show the wrong info?
My first post suggested modifying right.jsp to set the document.title to whatever was already displaying in the right side panel. Normally right.jsp is running as a sub-frame of the main page so, the browser doesn't display it's title in the titlebar/tab. If you break right.jsp out of the frameset, it then has no parent and the browser will display the title.
In my second post I updated the hack to use parent.document.title instead. So, it just works. However, you are correct about multiple players - it will always show the last NP info. So if there are two or more players the first will essentially be ignored and the last will be used.
AFAIK there is no reliable way to tell which, if any, of the active players is actually playing in the active browser window.
-mg