Bug 3499 - iTunes scan broken in 6.5
: iTunes scan broken in 6.5
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: iTunes
: 6.5b1
: PC Windows XP
: P2 major (vote)
: ---
Assigned To: KDF
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-06-07 00:02 UTC by James Craig
Modified: 2006-06-08 19:08 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 James Craig 2006-06-07 00:02:52 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');

?
Comment 1 James Craig 2006-06-07 01:24:53 UTC
can confirm scan is successful after suggested code change.
Comment 2 KDF 2006-06-08 16:41:09 UTC
looks good to me too, I'll merge in tonight
Comment 3 KDF 2006-06-08 19:08:46 UTC
fixed at change 7831