diff --git a/README.md b/README.md index 7ccec9b..0069ee3 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,19 @@ 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. + +For example: +``` +zotify -m +zotify -m -p +zotify -m -d +``` +This only needs to be done once per existing album or playlist. + + ### More about search - `-c` or `--category` can be used to limit search results to certain categories.