iTunes Folder Sync 0.2 Release

This version is a bit faster than the old one. It does the import in one batch so you get a nice progress bar in iTunes. Finally you can now edit the script to tell it where you store your music. This is the answer for people with complex music storage hierarchies that were not seeing new things being imported.

Download iTunes Folder Sync 0.2

Here is a link to how this script got started and how to use it. As always you need the Windows Scripting Host (aka wscript) installed and the .js extension set to be executed using \windows\system32\wscript.exe

These enhancements were made possible by Howard Darwin who did the beta testing and contributed ideas. He has a wish list for future enhancements that I would love to accommodate but I’m not sure that the iTunes SDK makes this practical with the WScript engine.


Tags:

 
 
 

3 Responses to “iTunes Folder Sync 0.2 Release”

  1. Gravatar of Chirag Mehta Chirag Mehta
    10. November 2005 at 16:21

    How do I change the script so it looks in all the subfolders?

  2. Gravatar of Russell Russell
    10. November 2005 at 18:57

    I am getting a ‘iTunesFolderSync.js(47,1) (null): Library not registered’ error. How do i fix it? thanks.

  3. Gravatar of Darren Hayes Darren Hayes
    11. November 2005 at 03:51

    I have a question too:

    var ITTrackKindFile = 1;

    What does var 1 mean? Does that mean all supported types so I can add photos and video files to the path array?