Finding ANLZ files of tracks #106
-
Will this work to tell me what track the .DAT, .EXT, and .EX2 are associated with? |
Beta Was this translation helpful? Give feedback.
Answered by
dylanljones
Dec 12, 2023
Replies: 1 comment 2 replies
-
Hey, Yes, that should work! You can get the path of the audio file the ANLZ files are associated with via the from pyrekordbox.anlz import AnlzFile
anlz_path = "ANLZ0000.EXT"
anlz = AnlzFile.parse_file(anlz_path)
path = anlz.get("PPTH")
print(f"{anlz_path} is associated with audio file {path}") |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is causing issues?
The only thing that is kind of tricky (on Windows) is the SQLCipher dependency, but there are detailed instructions in the documentation
If you are having trouble finding the DB key, use the CLI as described here
You can find the ANLZ files of tracks in the DB: