Bug 3104 - XMLBrowser should add track names to tracks when playing
: XMLBrowser should add track names to tracks when playing
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Plugins
: unspecified
: Macintosh Other
: P2 normal (vote)
: ---
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-03-03 10:11 UTC by Blackketter Dean
Modified: 2008-09-15 14:38 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Blackketter Dean 2006-03-03 10:11:57 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.)
Comment 1 Andy Grundman 2006-03-03 10:31:43 UTC
XMLBrowser is not customized for SN, so I'm calling this a SlimServer bug.
Comment 2 KDF 2006-03-03 15:17:09 UTC
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)
Comment 3 Andy Grundman 2006-03-03 16:19:43 UTC
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?
Comment 4 Andy Grundman 2006-04-22 22:06:18 UTC
The new XMLBrowser web UI does set the title using Slim::Music::Info::setTitle().  I'll do the same for the SS interface.
Comment 5 Andy Grundman 2006-04-25 22:19:42 UTC
Fixed for button interface.
Comment 6 Chris Owens 2006-06-12 15:04:06 UTC
Verified fixed in SlimServer Version: 6.3.0 - 7895 - Windows XP - EN - cp1252
Comment 7 Chris Owens 2006-06-27 14:21:34 UTC
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.