Bug 294 - Songinfo URL is incorrect
: Songinfo URL is incorrect
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 5.x or older
: All All
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-05-05 12:41 UTC by KDF
Modified: 2008-12-18 11:50 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description KDF 2004-05-05 12:41:23 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.
Comment 1 KDF 2004-05-05 13:24:22 UTC
I think we are doing pathFromFileURL, but then fixPath makes it back into a URL
again.
Comment 2 KDF 2004-05-05 13:34:16 UTC
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;
Comment 3 Chris Owens 2006-06-16 14:40:20 UTC
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.
Comment 4 Chris Owens 2008-12-18 11:50:41 UTC
Routine bug db maintenance; removing old versions which cause confusion.  I apologize for the inconvenience.