Temporary workaround, use the command line version.
Make a batch file with the following commands:
cd %USERPROFILE%\My Music\iTunes\
cp iTunes Library.itl iTunes Library.itl.backup
cp iTunes Music Library.xml iTunes Music Library.xml.backup
REM Note: check the paths
REM This example does a an "Add" as well as a "Cleanup"
"%PROGRAMFILES%\iTunes Library Updater\ITLUconsole.exe" /a /s /r /x /e:".mp3 .m4p .m4a .m4b .m4v .mpg .mpeg .mov .aac" "%USERPROFILE%\My Music\iTunes\iTunes Music" "OTHER DIRECTORIES with music, audiobooks, video, etc."
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1561124
Will be included.
Logged In: YES
user_id=1103981
Originator: NO
Temporary workaround, use the command line version.
Make a batch file with the following commands:
cd %USERPROFILE%\My Music\iTunes\ cp iTunes Library.itl iTunes Library.itl.backup
cp iTunes Music Library.xml iTunes Music Library.xml.backup
REM Note: check the paths
REM This example does a an "Add" as well as a "Cleanup"
"%PROGRAMFILES%\iTunes Library Updater\ITLUconsole.exe" /a /s /r /x /e:".mp3 .m4p .m4a .m4b .m4v .mpg .mpeg .mov .aac" "%USERPROFILE%\My Music\iTunes\iTunes Music" "OTHER DIRECTORIES with music, audiobooks, video, etc."