From 431c18b12cf09cc92266628e5693342f4dd62a88 Mon Sep 17 00:00:00 2001 From: fiso64 Date: Sat, 7 Sep 2024 11:06:29 +0200 Subject: [PATCH] commit --- README.md | 41 +++++++++++++++++++--------------------- slsk-batchdl/Config.cs | 27 +++++++++++++------------- slsk-batchdl/Enums.cs | 7 ------- slsk-batchdl/Help.cs | 23 ++++++++++------------ slsk-batchdl/Printing.cs | 20 ++++++++++++-------- slsk-batchdl/Program.cs | 10 +--------- slsk-batchdl/Search.cs | 2 +- slsk-batchdl/Test.cs | 6 +++--- 8 files changed, 60 insertions(+), 76 deletions(-) diff --git a/README.md b/README.md index 2fc7ea3..fae0086 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ See the [examples](#examples-1). - [Searching](#searching) - [File conditions](#file-conditions) - [Name format](#name-format) - - [Skip existing](#skip-existing) + - [Skip-existing](#skip-existing) - [Configuration](#configuration) - [Examples](#examples-1) - [Notes](#notes) @@ -42,43 +42,32 @@ Usage: sldl [OPTIONS] ``` General Options -p, --path Download directory - --input-type Force set input type, [csv|youtube|spotify|bandcamp|string] + --input-type [csv|youtube|spotify|bandcamp|string|list] --name-format Name format for downloaded tracks. See --help name-format - + -n, --number Download the first n tracks of a playlist -o, --offset Skip a specified number of tracks -r, --reverse Download tracks in reverse order -c, --config Set config file location. Set to 'none' to ignore config - --profile Configuration profile(s) to use. See --help "config". + --profile Configuration profile(s) to use. See --help ""config"". --concurrent-downloads Max concurrent downloads (default: 2) --m3u