diff --git a/README.md b/README.md index 3b5875a..0967f97 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An automatic downloader for Soulseek built with Soulseek.NET. Accepts CSV files as well as Spotify and YouTube urls. Supports playlist and album downloads; selects the best files according to user-configured file conditions and heuristics. -See the usage [examples](#examples-1). +See the [usage examples](#examples-1). ## Index - [Options](#options) @@ -68,14 +68,15 @@ Usage: sldl [OPTIONS] --listen-port Port for incoming connections (default: 49998) --on-complete Run a command whenever a file is downloaded. - Available placeholders: {path} (local save path), {title}, + Available placeholders: {path} (local path),{title},{row} {artist},{album},{uri},{length},{failure-reason},{state}. Prepend a state number to only run in specific cases: 1:, 2:, 3:, 4: for the Downloaded, Failed, Exists, and NotFoundLastTime states respectively. E.g: '1:' will only run the command if the file is downloaded successfully. Prepend 's:' to use the system - shell to execute the command. + shell to execute the command. Prepend 'a:' to run it only + whenever an album downloads or fails. --print