Commit Graph
7 Commits
Author SHA1 Message Date
Jonathan Barratt 05ecb1d3bb Use absolute paths for download directories 2021-10-24 15:35:06 +07:00
Jonathan Barratt 4f91554097 Fixes error locating config if not run from src dir 2021-10-24 11:35:37 +07:00
Jonathan Barratt fe7ceda687 Revert "Use archive url of librespot-python instead of git url"
This reverts commit c74dd60411.
2021-10-24 03:53:05 +07:00
Jonathan Barratt c74dd60411 Use archive url of librespot-python instead of git url 2021-10-24 02:27:46 +07:00
Jonathan Barratt ca0fb00af6 Lints the code and requests that contributors do the same. 2021-10-23 15:30:31 +07:00
Jonathan Barratt f10ce45f05 Moves hard-coded configuration to separate json file
adds zs_config.json, changes global usage in zspotify, and updates README
2021-10-23 13:54:22 +07:00
Jonathan Barratt 3b20c437db Don't skip download if local file is empty.
If a download gets aborted for some reasons, zspotify left behind a 0 length
file which caused the song to be skipped on the next run. This commit checks
for a non-zero filesize before deciding whether to skip the download of an
"existing" file or not.
2021-10-22 09:20:42 +07:00