pyrekordbox.anlz.file#
- class pyrekordbox.anlz.file.AnlzFile[source]#
Bases:
MappingRekordbox ANLZnnnn.xxx binary file handler.
- property num_tags#
!! processed by numpydoc !!
- property tag_types#
!! processed by numpydoc !!
- property path#
!! processed by numpydoc !!
- classmethod parse(data)[source]#
Parses the in-memory data of a Rekordbox analysis binary file.
- Parameters:
- databytes
The in-memory binary contents of a Rekordbox analysis file.
- Returns:
- selfAnlzFile
The new instance with the parsed file content.
- classmethod parse_file(path)[source]#
Reads and parses a Rekordbox analysis binary file.
- Parameters:
- pathstr or Path
The path of a Rekordbox analysis file which is used to read the file contents before parsing the binary data.
- Returns:
- selfAnlzFile
The new instance with the parsed file content.
See also
AnlzFile.parseParses the data of a Rekordbox analysis file.