Skip to content

Commit

Permalink
v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xnetcat authored Apr 22, 2023
2 parents b624e6f + cd0fd95 commit cda3ea1
Show file tree
Hide file tree
Showing 17 changed files with 670 additions and 546 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ resources around contributing along with a guide on how to set up a development

## Donate

### xnetcat
help support the development and maintenance of the software ❤️

[![paypal](https://img.shields.io/badge/paypal-%2300457C.svg?&style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/kko7)
[![kofi](https://img.shields.io/badge/kofi-%23F16061.svg?&style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/xnetcat)
Expand Down
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ Check the [Audio Formats](docs/USAGE.md#audio-formats-and-quality) page for more
Interested in contributing? Check out our [CONTRIBUTING.md](docs/CONTRIBUTING.md) to find
resources around contributing along with a guide on how to set up a development environment.

## Donate

help support the development and maintenance of the software ❤️

[![paypal](https://img.shields.io/badge/paypal-%2300457C.svg?&style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/kko7)
[![kofi](https://img.shields.io/badge/kofi-%23F16061.svg?&style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/xnetcat)

## License

This project is Licensed under the [MIT](/LICENSE) License.
Expand Down
15 changes: 12 additions & 3 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ If you don't want config to load automatically change `load_config` option in co
"host": "localhost",
"keep_alive": false,
"allowed_origins": null,
"keep_sessions": false
"keep_sessions": false,
"only_verified_results": false
}
```

Expand Down Expand Up @@ -337,7 +338,7 @@ Main options:
You can only use album/playlist/tracks urls when downloading/matching youtube urls.
When using youtube url without spotify url, you won't be able to use `--fetch-albums` option.
--audio [{youtube,youtube-music} ...]
--audio [{youtube,youtube-music,slider-kz} ...]
The audio provider to use. You can provide more than one for fallback.
--lyrics [{genius,musixmatch,azlyrics,synced} ...]
The lyrics provider to use. You can provide more than one for fallback. Synced lyrics might not work correctly with some music players. For such cases it's better to use `--generate-lrc` option.
Expand All @@ -347,6 +348,8 @@ Main options:
{tracks-count}, {isrc}, {track-id}, {publisher}, {list-length}, {list-position}, {list-name}, {output-ext}
--dont-filter-results
Disable filtering results.
--only-verified-results
Use only verified results. (Not all providers support this)
Spotify options:
--user-auth Login to Spotify using OAuth.
Expand All @@ -362,6 +365,8 @@ Spotify options:
--max-retries MAX_RETRIES
The maximum number of retries to perform when getting metadata.
--headless Run in headless mode.
--use-cache-file Use the cache file to get metadata. It's located under C:\Users\user\.spotdl\.spotify_cache or ~/.spotdl/.spotify_cache under linux. It only caches tracks and gets updated whenever spotDL gets
metadata from Spotify. (It may provide outdated metadata use with caution)
FFmpeg options:
--ffmpeg FFMPEG The ffmpeg executable to use.
Expand All @@ -384,7 +389,7 @@ Output options:
in the query use {list[0]}, (0 is the first list in the query, 1 is the second, etc. songs don't count towards the list number)
--cookie-file COOKIE_FILE
Path to cookies file.
--overwrite {force,skip,metadata}
--overwrite {metadata,skip,force}
How to handle existing/duplicate files. (When combined with --scan-for-songs force will remove all duplicates, and metadata will only apply metadata to the latest song and will remove the rest. )
--restrict Restrict filenames to ASCII only
--print-errors Print errors (wrong songs, failed downloads etc) on exit, useful for long playlist
Expand All @@ -401,6 +406,10 @@ Output options:
--generate-lrc Generate lrc files for downloaded songs. Requires `synced` provider to be present in the lyrics providers list.
--force-update-metadata
Force update metadata for songs that already have metadata.
--sync-without-deleting
Sync without deleting songs that are not in the query.
--max-filename-length MAX_FILENAME_LENGTH
Max file name length. (This won't override the max file name length enforced by the OS)
Web options:
--host HOST The host to use for the web server.
Expand Down
Loading

0 comments on commit cda3ea1

Please sign in to comment.