From 354c0b8a0c204a5508dfd0029e1cd32a5e843784 Mon Sep 17 00:00:00 2001 From: fiso64 <64778819+fiso64@users.noreply.github.com> Date: Sat, 25 Mar 2023 15:41:35 +0100 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1df23da..1496753 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,25 @@ Options: --csv The csv file containing track information (in case it's not in the output folder) --username Soulseek username --password Soulseek password + --artist-col Specify if the csv file contains an artist name column --track-col Specify if if the csv file contains an track name column - --full-title-col Specify only if there are no separate artist and track name columns are not in the csv - --uploader-col Specify when using full title col if there is also an uploader col in the csv (fallback in case artist name cannot be extracted from title) + --full-title-col Specify only if there are no separate artist and track name columns in the csv + --uploader-col Specify when using full title col if there is also an uploader column in the csv (fallback in case artist name cannot be extracted from title) --length-col Specify the name of the track duration column, if exists --time-unit Time unit for the track duration column, ms or s (default: s) - --skip-existing Skip if a track matching the conditions is found in the output folder or your music library (if provided) (default: false) - --skip-if-pref-failed Skip if preferred versions of a track exist but failed to download. If no pref. versions were found, download as normal. (default: false) - --create-m3u Create an m3u playlist file in the output dir. (default: false) + + --skip-existing Skip if a track matching the conditions is found in the output folder or your music library (if provided) + --music-dir Specify to also skip downloading tracks which are in your library, use with --skip-existing + --skip-if-pref-failed Skip if preferred versions of a track exist but failed to download. If no pref. versions were found, download as normal. + --create-m3u Create an m3u playlist file in the output dir + --m3u-only Only create an m3u playlist file with existing tracks and exit + --search-timeout Maximal search time (default: 15000) --download-max-stale-time