Bugzilla – Bug 294
Songinfo URL is incorrect
Last modified: 2008-12-18 11:50:41 UTC
The Location URL in the songinfo page is displaying and linking as a fileURL. The link shoule be http URL and the text, perhaps filepath.
I think we are doing pathFromFileURL, but then fixPath makes it back into a URL again.
oh bother...this turns out to be too easy: Pages.pm, line 1052 changes from: $songpath = $loc = Slim::Utils::Misc::fixPath($loc); to: $songpath = $loc;
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006. I am setting them to targets of 6.2.1 to keep them from showing up in my queries.
Routine bug db maintenance; removing old versions which cause confusion. I apologize for the inconvenience.