Bugzilla – Bug 3499
iTunes scan broken in 6.5
Last modified: 2006-06-08 19:08:46 UTC
Following error crashes the scanner in 6.5 if --itunes flag set: 2006-06-07 07:58:27.9770 Adding file:///E:/Young%20Gods/Live%20Sky%20Tour/11%20September%20Song.mp3 : bitrate to 127000 2006-06-07 07:58:28.0062 ERROR: scanner - while running txn_commit: [Undefined subroutine &Plugins::iTunes::Importer::no rmalize_location called at C:\Program Files\SlimServer6.5_MySQL\server/Plugins/iTunes/Importer.pm line 192. ] line 192: $url = normalize_location($location, 'fallback'); guessing it should be: $url = $class->normalize_location($location,'fallback'); ?
can confirm scan is successful after suggested code change.
looks good to me too, I'll merge in tonight
fixed at change 7831