Update -m flag details

This commit is contained in:
DraftKinner 2025-03-22 13:38:09 -04:00
parent 4cd4b35f63
commit 16f3e6c38e
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,8 @@
- Added `--download-real-time` feature back.
- Added implementation for `--skip-previous` as it was included as a config parameter but was unimplemented.
- Added implementation for `--skip-duplicates` as it was included as a config parameter but was unimplemented. Note that tracks must have the trackid metadata for this to work. TBA: Procedure to add trackid metadata for tracks without it
- Added implementation for `--skip-duplicates` as it was included as a config parameter but was unimplemented. Note that tracks must have the trackid metadata for this to work.
- Added `-m` or `--match` flag to match output track filenames to files already existing in the same playlist/album folder and write their corresponding trackid metadata
### Removals