Bugzilla – Bug 4573
iTunes files are not picked up
Last modified: 2009-01-29 09:47:33 UTC
I'm sharing my music from my Windows box running iTunes to a Linux box running Slimserver. When I scan my library, the iTunes files are not found by Slimserver. The problem is simply that Slimserver is not properly substituting the base path defined as the "iTunes Music Folder" in the iTunes Plugin for base path found in the "iTunes Music Library.xml". The problem is just a syntax issue in the sub normalize_location in Common.pm. This line is causing the issue: $url =~ s/$class->iTunesLibraryBasePath/$base/isg; Replacing it with this solves problem: my $itunesbase = $class->iTunesLibraryBasePath; $url =~ s/$itunesbase/$base/isg;
Is there a reason not to implement the suggested patch, Dan?
nope, that should be implemented.
committed to trunk at change 10919
marking as fixed, since we have a change number. please reopen if there are still any issues.
This bug is being closed since it was resolved for a version which is now released! Please download the new version of SqueezeCenter (formerly SlimServer) at http://www.slimdevices.com/su_downloads.html If you are still seeing this bug, please re-open it and we will consider it for a future release.