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

@ -74,7 +74,7 @@ Downloads specified items. Accepts any combination of track, album, playlist, ep
### Compatibility with official version
Do note that `--skip-previous` and `--skip-duplicates` won't immediately work with playlists and albums downloaded using the official version (both dev and main branches). To make the playlist/album compatible with this fork such that `--skip-previous` and `--skip-duplicates` will both work, simply add the `-m` or `--match` flag to the download command.
Do note that `--skip-previous` and `--skip-duplicates` won't immediately work with playlists and albums downloaded using the official version (both dev and main branches). To make the playlist/album compatible with this fork such that `--skip-previous` and `--skip-duplicates` will both work, simply add the `-m` or `--match` flag to the download command. This will try to match filenames present in the library to ones that are to be downloaded. Note that output formats should match between the current download command and the existing files.
For example:
```