ITL (iTunes Library) Format

前端 未结 3 2185
野性不改
野性不改 2021-02-14 18:05

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

3条回答
  •  余生分开走
    2021-02-14 18:36

    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.

提交回复
热议问题