Updated to --skip-previous details

This commit is contained in:
DraftKinner 2025-02-09 17:23:15 -05:00
parent 08c6fb911e
commit 3ae34dae60
2 changed files with 6 additions and 5 deletions

View file

@ -10,10 +10,11 @@
- 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 key metadata for this to work. Tracks downloaded using version 0.9.8 will automatically have this. TBA: Procedure to add key metadata for tracks without it
### Removals
- None
- `--archive` to be removed as it is not used for `--skip-previous` and `--skip-duplicates`
### Fixes