Bugzilla – Bug 2450
Picks plugin shows urls instead of titles
Last modified: 2008-09-15 14:37:04 UTC
for one, it looks like format::Parse.pm has some incorrect logic in _updateMetaData() at line 96. Comment at line 95 says: # Update title MetaData only if its not a local file with Title information already cached. Thus line 97 should probably be: if ($title && !Slim::Music::Info::isFileURL($entry)) { This doesn't seem to fix the urls appearing (yet) but I haven't gone past the initial tests that lead to the above.
patch coming shortly.
Created attachment 974 [details] updates for Parse.pm check if the track is undef and add TITLE as well as for the case when defined without a title. Also includes the logic mentioned previously, and a \n to cleanly finish off a debug msg.
Fixed in change 4971