Bugzilla – Bug 346
iTunes network streams broken
Last modified: 2008-12-18 11:54:45 UTC
Latest revision to iTunes.pm (1.48) makes slimserver to ignore all non-file entries from the iTunes database, e.g. mp3 streams. This is because the following code is executed no matter what the URL scheme is: my $file = Slim::Utils::Misc::pathFromFileURL($url, 1); if (!$file || !-r $file) { $::d_itunes && msg("iTunes: file not found: $file\n"); $url = undef; } thus it ignores all http://.... URLs.
Created attachment 43 [details] proposed patch Dean posted this patch to the Developer group.
Patch works fine for me. Just needs to be committed to CVS.
Fix checked in on 6/7/2004.
This Slimserver bug was fixed a very long time ago, and is now being marked as Closed. If you're still experiencing this issue, please verify you are running a current version of Slimserver and re-open the bug.
Routine bug db maintenance; removing old versions which cause confusion. I apologize for the inconvenience.