- Fix: keep quiet when
verbose=False
. - Refactor: use
uv
for packaging.
- Refactor: use IntEnum instead of Enum for playlist_type.
- Feat: implemented playlist_type as importable Enum class. (In #10)
- Fix: added typings to PlaylistParser arguments.
- Feat: added default artist name. (Fixes #8, in #9)
- Feat: added ability to require title, duration, year, bpm, and file_path (In #6 and #7)
- Feat: added ability to parse file paths from Rekordbox and Engine playlists. (In #5)
- Fix: clean track title and artist. (In #4)
- Feat: added support for VirtualDJ.
- Fixed: added normalization to Track artist and title. (Fixes #2)
- Fixed: added missing files to the distribution.
- Initial version, fully rewritten for the second time since the original from 2013.