From fac8ff7a7d74f55564c4d682ea023625d8a53909 Mon Sep 17 00:00:00 2001 From: fiso64 Date: Mon, 23 Dec 2024 12:02:27 +0100 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75ab304..444e4de 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ See the [usage examples](#examples-1). - [Spotify](#spotify) - [Bandcamp](#bandcamp) - [Search string](#search-string) - - [List](#list) + - [List file](#list-file) - [Download modes](#download-modes) - [Normal](#normal) - [Album](#album) @@ -279,6 +279,7 @@ The following properties are accepted: title, artist, album, length (in seconds) artist-maybe-wrong, album-track-count. Example inputs: +``` | Input String | Artist | Title | Album | Length | |-----------------------------------------|----------|----------|----------|--------| | Foo Bar (without hyphens) | | Foo Bar | | | @@ -286,8 +287,8 @@ Example inputs: | Foo - Bar (with --album) | Foo | | Bar | | | Artist - Title, length=42 | Artist | Title | | 42 | | artist=AR, title=T, album=AL | AR | T | AL | | - -### List +``` +### List file List input must be manually activated with `--input-type=list`. The input is a path to a text file containing lines of the following form: ```bash