Bugzilla – Bug 3494
Scanning just part of music library fails
Last modified: 2008-09-15 14:39:24 UTC
I tried to rescan just that part of my music store by specifying a path on the command. I used Windows path format (quoted path with single backslashes). Quotes around the path seem necessary to protect the space in the directory name: scanner.pl --rescan "M:\Music\Alex's Music" 2006-06-06 23:05:11.5000 scanPathOrURL: Finding valid files in: M:\Music\Alex's Music Use of uninitialized value in subroutine entry at P:/Music/SlimServer/trunk/server/Slim/Utils/Scanner.pm line 105. 2006-06-06 23:05:12.5937 ERROR: scanner - while running txn_commit: [Can't use string ("") as a subroutine ref while "strict refs" in use at P:/Music/SlimServer/trunk/server/Slim/Utils/Scanner.pm line 105.] Am I using the option correctly? Maybe the apostrophy in the path name causes a problem?
same error message, different steps also being reported as bug 3560. man, do I love clutter :)
Fixed in change 8046