From e9e68c8dc6f910922078ed78a97598b1994540db Mon Sep 17 00:00:00 2001 From: DraftKinner <196864209+DraftKinner@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:07:31 -0500 Subject: [PATCH] Updated with -m flag usage --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.