titl
titl copied to clipboard
Tools for iTunes Libraries
I have made some changes that allow the parser to recognize newer formats of the iTunes library file. I have tested these changes by examining the tracks that it finds...
Error: Expected zero for inline HDFM length (was 7595804) Looks like there might've been some changes to the iTunes library format in 12 and the expected 0 isn't showing up,...
Original [issue 18](https://code.google.com/p/titl/issues/detail?id=18) created by josephw on 2011-12-27T19:29:17.000Z: What steps will reproduce the problem? 1. Copy 'iTunes Library.itl' to c:\tmp 2. Execute command line: java -cp titl-core-0.3-SNAPSHOT.jar org.kafsemo.titl.tools.MoveMusic "C:\tmp\iTunes Library.itl"...
Original [issue 20](https://code.google.com/p/titl/issues/detail?id=20) created by josephw on 2012-10-12T15:24:55.000Z: What steps will reproduce the problem? 1. start with a library of version 10.6.3 2. run one of the routines on it...
I have empty ITL file from iTunes 12.2 Mac OS X, but library can't handle it: java.io.IOException: Expected zero for inline HPtoDFM length (was 125521) at org.kafsemo.titl.Hdfm.readInline(Hdfm.java:131) at org.kafsemo.titl.ParseLibrary.drain(ParseLibrary.java:500) at...
The Tools page says: > build a jar then run: > java -cp itunes.jar org.kafsemo.titl.tools.command I've tried: ``` git clone https://github.com/josephw/titl.git cd titl mvn package java -cp titl-rdf/target/titl-rdf-0.3-SNAPSHOT.jar org.kafsemo.titl.rdf.LibraryAsRdf Error:...
Original [issue 28](https://code.google.com/p/titl/issues/detail?id=28) created by josephw on 2013-12-09T07:33:28.000Z: It seems that iTunes x64 on Windows 7 x64 uses a different endianness in the itl file. As a result, 4-byte integers...
Hi, tried your jar on an .itl-file from iTunes 12.1.1.4, 64Bit. Can you please help ? Thank you in advance. Sincerely, Lian
Original [issue 29](https://code.google.com/p/titl/issues/detail?id=29) created by josephw on 2013-12-09T07:37:09.000Z: What steps will reproduce the problem? 1. Invoke e.g. MoveMusic on a copy of the iTunes library 2. Java out of memory...
Original [issue 25](https://code.google.com/p/titl/issues/detail?id=25) created by josephw on 2013-08-09T04:14:21.000Z: Any clue how to fix that? I successfully used the tool to iTunes understand that my music files had moved. However checking...