Bugzilla – Bug 588
PLS & M3U files have file URLs when they should have paths...
Last modified: 2008-12-18 11:51:52 UTC
PLS & M3U files are written with file URLs rather than paths, which confuses some other software, including musicmatch. This fixes it: Index: Slim/Formats/Parse.pm =============================================================== ==== RCS file: /home/cvs/cvsroot/slim/server/Slim/Formats/Parse.pm,v retrieving revision 1.20 diff -r1.20 Parse.pm 319,320c319,320 < < print $output "File$itemnum=$item\n"; --- > my $path = Slim::Music::Info::isFileURL($item) ? Slim::Utils::Misc::pathFromFileURL($item) : $item; > print $output "File$itemnum=$path\n"; 375,376c375,376 < < print $output "$item\n"; --- > my $path = Slim::Music::Info::isFileURL($item) ? Slim::Utils::Misc::pathFromFileURL($item) : $item; > print $output "$path\n";
dean, didnt I see this get checked into cvs already?
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.