mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-01-09 10:55:55 +00:00
Search format enhancements
This commit is contained in:
@@ -31,14 +31,16 @@ All the below changes were made as a part of #690.
|
||||
- Display a combined *download & encode* progress bar.
|
||||
|
||||
### Changed
|
||||
- **[Breaking]** Tracks are now downloaded in the current working directory (instead of Music directory)
|
||||
by default.
|
||||
- **[Breaking]** Tracks are now downloaded in the current working directory (instead of
|
||||
user's Music directory) by default.
|
||||
- **[Breaking]** Short for `--album` is now `-a` instead of `-b`.
|
||||
- **[Breaking]** Short for `--all-albums` is now `-aa` instead of `-ab`.
|
||||
- Allow "&" character in filenames.
|
||||
- **[Breaking]** Merge parameters `-ff` and `-f` to `-f` (`--output-file`).
|
||||
- **[Breaking]** Do not prefix formats with a dot when specifying `-i` and `-o` parameters
|
||||
Such as `-o .mp3` is now written as `-o mp3`.
|
||||
- **[Breaking]** Search format now uses hyphen for word break instead of underscore. Such as
|
||||
`-sf "{artist} - {track_name}"` is now written as `-sf "{artist} - {track-name}"`.
|
||||
- Partial re-write and internal API refactor.
|
||||
- Enhance debug log output readability.
|
||||
- Internally adapt to latest changes made in Spotipy library.
|
||||
|
||||
Reference in New Issue
Block a user