> That's cool. Just need a way to have it update automatically. I was > looking through the UI.js file (as this is where info is polled to > update the nowplaying.html) at how this could be done and it appears > there would have to be an update to the song parser.
No need to change the song parser, as a biography won't be part of the songinfo query's response. Where do you have it stored? Best approach will be to create a new class based on SqueezeJS.UI.component. This will trigger an event whenever the track is changed. In this case you could do whatever is needed to get the new biography. -- Michael _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
