ITL (iTunes Library) Format

99封情书 提交于 2020-01-01 09:25:15

问题


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 format but Google can't find anything useful.

Does anyone have experience about that? Where to find more information?

Thanks in advance.


回答1:


There is an open source project called titl that sounds exactly what you're looking for.

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

Harri




回答2:


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




回答3:


Most of the time, Apple folks uses preferences list format (or its XML counterpart). As an example, it is the case for iPoho Library file. I have had success parsing this file using commons configuration in the past. Maybe you could try it.



来源:https://stackoverflow.com/questions/2622690/itl-itunes-library-format

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!