Write tracks to custom file with --write-to (#507)

* Write tracks to custom file

* Update CHANGES.md
This commit is contained in:
Ritiek Malhotra
2019-02-28 02:48:02 -08:00
committed by GitHub
parent 2825f6c593
commit 703e228345
3 changed files with 23 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- `--write-to` parameter for setting custom file to write Spotify track URLs to ([@ritiek](https://github.com/ritiek)) (#507)
- Set custom Spotify Client ID and Client Secret via config.yml ([@ManveerBasra](https://github.com/ManveerBasra)) (#502)
- Use YouTube as fallback metadata if track not found on Spotify. Also added `--no-fallback-metadata`
to preserve old behaviour ([@ritiek](https://github.com/ritiek)) (#457)