Commit Graph

47 Commits

Author SHA1 Message Date
Footsiefat 6c0fc89696 Merge branch 'main' of https://github.com/Footsiefat/zspotify 2021-10-22 18:23:47 +13:00
Footsiefat 61f55449ad Added progress bar to podcats and simplified output 2021-10-22 18:23:38 +13:00
logykk b1df2c42d9 added support for selecting multiple options in search 2021-10-22 18:17:05 +13:00
Footsiefat bb2b9880ed
Merge pull request #52 from komatiraju032/main
added progress bar for download
2021-10-22 15:44:28 +13:00
Raju komati 67183a8b62 added progress bar for download
we can set the chunk size using constnat `CHUNK_SIZE` default value 50000 bytes
2021-10-22 08:04:20 +05:30
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
Footsiefat dd4a23a82a Changed default format back to mp3 2021-10-22 11:25:27 +13:00
Footsiefat 4c29263e8a
Merge pull request #48 from maxiimillian/feature-multiple-playlists
Added an option to select a range of playlist id's to download
2021-10-22 11:24:39 +13:00
Footsiefat 355630ba1c Added support for downloading full shows 2021-10-22 11:21:56 +13:00
maxiiimillian 45a99cb3aa Added an option to select a range of playlist id's to download 2021-10-21 17:33:55 -04:00
Footsiefat 577f78ae70 Added a small auto wait delay to try and prevent bans 2021-10-21 20:18:07 +13:00
Footsiefat 33895d4f62 Added option to just paste URL in search bar 2021-10-21 20:02:35 +13:00
Footsiefat 6e76f09421 cleaned up code using linter 2021-10-21 15:28:10 +13:00
Footsiefat 2878f38808 cleaned up regex in prep for QOL change 2021-10-21 15:13:16 +13:00
Footsiefat a66848fe8e Simplifed the crash catching code a lot 2021-10-21 14:41:22 +13:00
Footsiefat 6c260e25ff Improved podcast downloading 2021-10-21 13:12:07 +13:00
Footsiefat 6e36eb40d1 Added experimental podcast support 2021-10-21 09:44:52 +13:00
Footsiefat 064bc563ff
Merge pull request #36 from modzilla99/patch-1
[WIP] Check if Name of Song is set
2021-10-21 08:42:41 +13:00
Footsiefat ab2c64f84a Fixed premium account check 2021-10-21 08:37:36 +13:00
modzilla99 13a79b777c
Check if Name of Song is set
If the Name is not set, the download will fail. With this change the Download will continue and a Error message will show that the Song does not exist anymore
2021-10-20 12:25:33 +02:00
Footsiefat 3feb7fda0f Downloads entire track at once now 2021-10-20 08:42:32 +13:00
Footsiefat 08abda617b added shebang line 2021-10-20 08:38:04 +13:00
Footsiefat f3da7398c7 Added raw audio option 2021-10-20 08:35:59 +13:00
Footsiefat 6616fd30f4 Added comment to force premium 2021-10-20 08:22:12 +13:00
Footsiefat 44f23a3e98 Added premium over 2021-10-20 08:16:15 +13:00
Footsiefat 4efd15ed70 Fixed some tiny spelling erorrs 2021-10-19 20:16:25 +13:00
Footsiefat 1589dc888d Reverted vscode commit test 2021-10-19 20:14:45 +13:00
Footsiefat 8c1cade88d vscode test 2021-10-19 20:08:26 +13:00
Footsiefat f95f7af40c
Fixed sanitizer 2021-10-19 19:52:28 +13:00
Footsiefat 7546e76865
Made downloading more efficent 2021-10-19 19:29:03 +13:00
Footsiefat 69656e4bca
Formatted and linted the hell out of it 2021-10-19 19:18:58 +13:00
Footsiefat 277ca841c5
Update zspotify.py 2021-10-19 13:38:52 +13:00
Footsiefat 455bc01603
added support for converting to an ogg file rather than mp3 2021-10-19 13:32:46 +13:00
DeadSix27 2d501ff501
fix KeyError in premium check
Seems as though the product key can be left out in some cases, so check if it exists beforehand.
2021-10-19 01:41:18 +02:00
Footsiefat 04b57356c3
Added option to download all saved tracks 2021-10-19 12:22:56 +13:00
Footsiefat 9aa3b48418
Hopefully fixed issue of not sanitizing playlist names 2021-10-19 10:57:12 +13:00
Footsiefat a113f51845
Added full premium support!!! 2021-10-19 10:54:30 +13:00
Footsiefat a52118b7d8
add check premium function in preperation 2021-10-19 10:46:06 +13:00
Andrea 97f00245e1 Revert to high quality 2021-10-18 13:05:32 +02:00
Andrea baacbdf14b Convert function now export to the correct bitrate 2021-10-18 13:04:27 +02:00
Footsiefat 011fe980a2
Update zspotify.py 2021-10-16 21:53:10 +13:00
Footsiefat c138b0c7a4
Update zspotify.py 2021-10-16 21:41:30 +13:00
Footsiefat 97c2812522
Update zspotify.py 2021-10-14 19:41:49 +13:00
Footsiefat 89096db1c7
Update zspotify.py 2021-10-14 17:57:16 +13:00
Footsiefat 11e6323e41
Patched a bug which stopped some playlists from downloading
Sometimes the spotify playlist API query will return None for some song id's which crashed my program further down the pipeline, fixed by added filter to skip those tracks.
2021-10-14 17:50:55 +13:00
Footsiefat 04f9bbbe14
Update zspotify.py 2021-10-14 14:39:22 +13:00
Footsiefat aa48082237
Add files via upload 2021-10-13 20:22:22 +13:00