ITL format (iTunes Library)

I am developing a Java solution for managing the iTunes library (ITL file). The ITL format is proprietary. I am looking for an implementation or documentation on the ITL format, but Google cannot find anything useful.

Does anyone have any experience? Where can I find more information?

Thanks in advance.

+7
java itunes
source share
3 answers

There is an open source project called titl that sounds exactly the way you are looking.

The repository is here: http://code.google.com/p/titl/

Harry

+4
source share

iTunes has an api that you can use to inform iTunes of changes without directly modifying the iTunes ITUL file. On OSX you can use Applescript, on Windows a DLL that Ive manipulates using Jacob and Java

0
source share

In most cases, Apple users use the preference list format (or its XML equivalent). As an example, this is an iPoho Library file. I have successfully parsed this file using the community configuration in the past. Perhaps you could try.

-one
source share

All Articles