Would it be possible to add a way that when playing a track from within the database it shows the playing track at the top of the window, kinda like it does now with the desktop that is loaded? 8)
That should be possible with one of the older Song Title Update scripts here on the forum.
You “just” need to manipulte it to change the Window Title instead of using a http get or write to a file.
Easy peasy, lemon squeezy! (as we say in the UK … in other words, ‘simple!’)
SetApplicationTitle(sSongTitle + ’ | ’ sSongArtist);
(for example)
You could of course add your station’s name, or indeed any other text you like. I’m not certain, but I vaguely recall that SetApplicationTitle(‘’); will restore the default mAirList title bar caption text.
[OK Torben, you were right: there is a real use for this feature, after all! : ]
But I suggest that you use our old friend, the Notification Script to do the title bar caption updates. 
BFN
Cad
Thanks guys, will give it a try later today.