I´m developing a Java solution for manage an iTunes Library (ITL file). The ITL format is a propietary one.
I\'m looking for an implementation or a documentation about ITL forma
iTunes has an api that you can use to inform iTunes of changes without having to modifying the iTunes ITL file directly. On OSX you can use Applescript, on Windows a DLL that Ive manipulate using Jacob and Java