From 901582948eb3b2710b9611187ed0ea16e6553837 Mon Sep 17 00:00:00 2001 From: octoshrimpy Date: Tue, 12 Sep 2023 19:10:51 +0200 Subject: [PATCH] update skip-existing flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30ab0eb..ecaf879 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Be aware you have to set boolean values in the commandline like this: `--downloa | DOWNLOAD_FORMAT | --download-format | The download audio format (aac, fdk_aac, m4a, mp3, ogg, opus, vorbis) | DOWNLOAD_QUALITY | --download-quality | Audio quality of downloaded songs (normal, high, very_high*) | TRANSCODE_BITRATE | --transcode-bitrate | Overwrite the bitrate for ffmpeg encoding -| SKIP_EXISTING_FILES | --skip-existing-files | Skip songs with the same name +| SKIP_EXISTING_FILES | --skip-existing | Skip songs with the same name | SKIP_PREVIOUSLY_DOWNLOADED | --skip-previously-downloaded | Use a song_archive file to skip previously downloaded songs | RETRY_ATTEMPTS | --retry-attempts | Number of times Zotify will retry a failed request | BULK_WAIT_TIME | --bulk-wait-time | The wait time between bulk downloads