mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 14:32:40 +00:00
Update Help.cs
This commit is contained in:
parent
fa825e0d1a
commit
ae15c22f07
1 changed files with 4 additions and 2 deletions
|
@ -275,9 +275,11 @@ public static class Help
|
||||||
""artist=Artist, album=Album"" ""format=mp3; br > 128"" ""br >= 320""
|
""artist=Artist, album=Album"" ""format=mp3; br > 128"" ""br >= 320""
|
||||||
|
|
||||||
Where ""some input"" is any of the above input types. The quotes can be omitted if the field
|
Where ""some input"" is any of the above input types. The quotes can be omitted if the field
|
||||||
contains no spaces. The conditions and preferred conditions fields are added on top of the
|
contains no spaces. The condition fields are added on top of the
|
||||||
configured conditions and can also be omitted. List input must be manually activated with
|
configured conditions and can also be omitted. List input must be manually activated with
|
||||||
--input-type=list.
|
--input-type=list.
|
||||||
|
It also accepts a shorthand for album downloads: a:""Artist - Album"". Note that the a: must
|
||||||
|
appear outside the quotes.
|
||||||
";
|
";
|
||||||
|
|
||||||
const string downloadModesHelp = @"
|
const string downloadModesHelp = @"
|
||||||
|
|
Loading…
Reference in a new issue