Skip to content

Finding ANLZ files of tracks #106

Closed Answered by dylanljones
tonelab77 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

from pyrekordbox import Rekordbox6Database

db = Rekordbox6Database()
content = db.get_content().first()  # Get a track from the database
path_dict = db.get_anlz_paths(content)
print("DAT-file: ", path_dict["DAT"])

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tonelab77
Comment options

@dylanljones
Comment options

Answer selected by dylanljones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants