Processing from the GUI works perfectly, but for some reason the console no longer waits until iTunes is completely loaded. The console exits, leaving itunes open, but unprocessed. Seems an additional wait in required,
The GUI seems to get the loaded call and continues as intended. Any ideas appreciated.
Batch file:
"C:\Program Files (x86)\iTunes Library Updater\ITLUconsole.exe" /p:"C:\Users\Andy\Documents\Andy.itlu"
ITLU file:
<?xml version="1.0"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<iTunesXMLDB>C:\Users\Andy\Music\iTunes\iTunes Music Library.xml</iTunesXMLDB>
<musicExtensionPattern>.mp3 .m4p .m4a .m4b .m4v .mp4</musicExtensionPattern>
<localDirectories>
<anyType xsi:type="xsd:string">I:\</anyType>
<anyType xsi:type="xsd:string">D:\My Videos\TiVoConverted</anyType>
</localDirectories>
<cleanITunesDB>true</cleanITunesDB>
<cleanLocalOnly>false</cleanLocalOnly>
<cleanSynchro>false</cleanSynchro>
<addNewFiles>true</addNewFiles>
<recurseSubDir>true</recurseSubDir>
<updateTrackinfo>false</updateTrackinfo>
<updateIPod>true</updateIPod>
<closeITunes>true</closeITunes>
</Settings>