Commit Graph

16 Commits

Author SHA1 Message Date
yiannisha
36be67b827 Revert "Can now download all of an artists songs fixes#88"
This reverts commit 41b09712e5.
2021-10-24 19:32:32 +03:00
yiannisha
41b09712e5 Can now download all of an artists songs fixes#88 2021-10-24 19:09:58 +03:00
yiannisha
18fca559b3 Added argument parsing in search function
Added a block for parsing arguments passed with options
-l -limit
-t -type
in the search_term. They work as follows:

* -l -limit <number> : sets the limit of results to that number
  and raises a ValueError if that number exceeds 50. Default is 10.

* -t -type <album/track/playlist> : sets the type that is requested
  from the API about the search query. Raises a ValueError if an arguments
  passed are different than track, album, playlist. Default is all three.

Example:
Enter search or URL: <query> -l 30 -t track album

This will result with 30 tracks and 30 albums associated with query.
Options can be passed in any order but the query must be first.
2021-10-24 18:07:12 +03:00
logykk
a3e27d4f2a Merge branch 'main' of https://github.com/footsiefat/zspotify 2021-10-24 22:05:00 +13:00
logykk
a08b54c8b3 revert metadata patch 2021-10-24 22:04:53 +13:00
Jonathan Barratt
05ecb1d3bb Use absolute paths for download directories 2021-10-24 15:35:06 +07:00
logykk
436c363ed6 Merge branch 'main' of https://github.com/footsiefat/zspotify 2021-10-24 18:27:21 +13:00
logykk
27a2ecfb03 simplified audio formats 2021-10-24 18:24:54 +13:00
Jonathan Barratt
4f91554097 Fixes error locating config if not run from src dir 2021-10-24 11:35:37 +07:00
logykk
c41fc10bc2 basic support for downloading an entire podcast 2021-10-24 17:20:41 +13:00
Footsiefat
d637942d23
Merge pull request #81 from jaredrossberg/main
Reprompt when no input given
2021-10-24 12:52:49 +13:00
logykk
d0871ed9b2 removed santization from embedded metadata 2021-10-24 12:52:29 +13:00
logykk
192e325d09 Fixed artist names getting cutoff in metadata 2021-10-24 12:31:44 +13:00
Jared Rossberg
509dbb1e45 Reprompt when no input given 2021-10-23 17:17:04 -06:00
Raju komati
65093fa0d2
fixed user playlist download issue
1. added new scope `playlist-read-private` for access token
2. Added progress bar far playlist download(previously it's showing for each song separately)
2021-10-24 02:46:01 +05:30
Raju komati
714e2eccfb
splitted zspotify.py file into mutiple files 2021-10-23 21:06:37 +05:30