From 6445447c7a740e02bc4468767ed837146d16f7bb Mon Sep 17 00:00:00 2001 From: fiso64 Date: Sat, 25 Mar 2023 00:46:04 +0100 Subject: [PATCH] update --help --- slsk-batchdl/Program.cs | 46 ++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/slsk-batchdl/Program.cs b/slsk-batchdl/Program.cs index 22eda32..f2a8ff9 100644 --- a/slsk-batchdl/Program.cs +++ b/slsk-batchdl/Program.cs @@ -37,8 +37,8 @@ class Program { Console.WriteLine("Usage: slsk-batchdl.exe [OPTIONS]"); Console.WriteLine("Options:"); - Console.WriteLine(" --output-folder Downloaded files will be placed here"); - Console.WriteLine(" --tracks-csv The csv file containing track information (in case it's not in the output folder)"); + Console.WriteLine(" --output Downloaded files will be placed here"); + Console.WriteLine(" --csv The csv file containing track information (in case it's not in the output folder)"); Console.WriteLine(" --username Soulseek username"); Console.WriteLine(" --password Soulseek password"); Console.WriteLine(" --artist-col Specify if the csv file contains an artist name column"); @@ -46,25 +46,25 @@ class Program Console.WriteLine(" --full-title-col Specify only if there are no separate artist and track name columns are not in the csv"); Console.WriteLine(" --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)"); Console.WriteLine(" --length-col Specify the name of the track duration column, if exists"); - Console.WriteLine(" --time-unit Time unit for the track duration column, ms or s"); - Console.WriteLine(" --skip-existing Skip if a track matching the conditions is found in the output folder or your music library (if provided)"); + Console.WriteLine(" --time-unit Time unit for the track duration column, ms or s (default: s)"); + Console.WriteLine(" --skip-existing Skip if a track matching the conditions is found in the output folder or your music library (if provided) (default: false)"); //Console.WriteLine(" --music-dir Specify to also skip downloading tracks which are in your library, use with --skip-existing (currently too slow / unusable)"); - Console.WriteLine(" --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."); - Console.WriteLine(" --create-m3u Create an m3u playlist file in the output dir."); - Console.WriteLine(" --search-timeout Maximal search time"); - Console.WriteLine(" --download-max-stale-time