Bugzilla – Bug 3104
XMLBrowser should add track names to tracks when playing
Last modified: 2008-09-15 14:38:25 UTC
If you play a song with the LMA plugin, you lose the track name and just see HTTP urls in the playlist. (Should be back-ported to trunk plugin.)
XMLBrowser is not customized for SN, so I'm calling this a SlimServer bug.
The difficulty here is that LMA tracks do register as remote URL's. Showing the title, used to be the case, but when using internet radio urls, this would mean that the playlist showed the title of the current track from the given station at the time that the playlist was last rendered. line of code is question is likely Slim/Web/Pages/Playlist.pm, line 170. Server reverts to the standardTitle in the case of a RemoteURL. (refer to bug 1387)
I assumed it was an issue with XMLBrowser but may have to work differently for SS vs. SN. SN deals with titles slightly differently, since each user may have a custom title for a URL in their favorites, although with LMA this is probably not very likely. Maybe the thing to do is to use updateCacheEntry like RadioIO, etc to associate the right title with the URL from the OPML file?
The new XMLBrowser web UI does set the title using Slim::Music::Info::setTitle(). I'll do the same for the SS interface.
Fixed for button interface.
Verified fixed in SlimServer Version: 6.3.0 - 7895 - Windows XP - EN - cp1252
This bug fix is now part of a released version, and so has been marked closed. If you are still experiencing this problem, please reopen the bug.