This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Extract playlists from a non-XML iTunes Library file (.itl) | |
# Copyright (c) 2018 Benno Rice, released under the BSD (2 Clause) Licence. | |
# Important information on the encryption used in the .itl file found here: | |
# https://mrexodia.cf/reversing/2014/12/16/iTunes-Library-Format-1 | |
# Highly useful information on the .itl format itself found here: | |
# https://github.com/josephw/titl/blob/master/titl-core/src/main/java/org/kafsemo/titl/ParseLibrary.java |