1
0
Fork 0
mirror of https://github.com/fiso64/slsk-batchdl.git synced 2025-01-08 06:22:43 +00:00

update readme

This commit is contained in:
fiso64 2024-12-23 12:02:27 +01:00
parent b5e7e58a9c
commit fac8ff7a7d

View file

@ -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