📝 Added update instruction, removed depracated section

This commit is contained in:
Oskar Dudziński
2026-05-05 21:22:52 +02:00
parent 1a78d875fa
commit ee160fc5bc
+6 -12
View File
@@ -24,6 +24,12 @@ We recommend using [uv](https://docs.astral.sh/uv/)
uv tool install tiddl uv tool install tiddl
``` ```
To install exact version e.g. 3.4.1
```bash
uv tool install tiddl==3.4.1
```
## pip ## pip
You can also use [pip](https://packaging.python.org/en/latest/tutorials/installing-packages/) You can also use [pip](https://packaging.python.org/en/latest/tutorials/installing-packages/)
@@ -81,18 +87,6 @@ $ tiddl download url <url>
Run `tiddl download` to see available download options. Run `tiddl download` to see available download options.
### Error Handling
By default, tiddl stops when encountering unavailable items in collections such as playlists, albums, artists, or mixes (e.g., removed or region-locked tracks).
Use `--skip-errors` to automatically skip these items and continue downloading:
```bash
tiddl download url <url> --skip-errors
```
Skipped items are logged with track/album name and IDs for reference.
### Quality ### Quality
| Quality | File extension | Details | | Quality | File extension | Details |