Describe the bug
https://github.com/dylanljones/pyrekordbox/blob/f695541827cc488af267d6ca8a8e0052598d85a0/pyrekordbox/anlz/file.py emits a warning for the PVDI tag while reading Rekordbox analysis data:
Tag 'PVDI' not supported!
This appears during Rekordbox analysis parsing.
To Reproduce
Steps to reproduce the behavior:
from pyrekordbox import MasterDatabase
db = MasterDatabase()
song = db.get_content().first() # or any track with analysis files
db.read_anlz_files(song)
The resulting error is:
pyrekordbox.anlz.file:WARNING - Tag 'PVDI' not supported!
Expected behavior
Please support PVDI tags.
Environment
- Pyrekordbox version: 0.4.5.dev5+gf695541
- Rekordbox version: rekordbox 7.2.17
Describe the bug
https://github.com/dylanljones/pyrekordbox/blob/f695541827cc488af267d6ca8a8e0052598d85a0/pyrekordbox/anlz/file.py emits a warning for the PVDI tag while reading Rekordbox analysis data:
Tag 'PVDI' not supported!This appears during Rekordbox analysis parsing.
To Reproduce
Steps to reproduce the behavior:
The resulting error is:
Expected behavior
Please support PVDI tags.
Environment