You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm coming from Zotify because it's not working for me, but I'm having some issues with discrepancies between the two tools. For my use case, I have a bash script that I run periodically, that goes through artists whose discgraphies I'd like to save. In order to do this, I need to be able to have the script run without asking me whether I'd like to download Albums, Singles, Compilations or Collaborations. As far as I can see, there's no option to disable this functionality and download all songs from the artist by default.
Because of the way I download, I also want to especially avoid rate-limiting or account issues while downloading. With Zotify, there was a config option to download songs in real-time, which meant it'd take the length of the song in order to download the track, and that helped significantly with rate limits. Right now, this can be mostly avoided just by setting wait_interval to an arbitrary number like 180 or something, but the option would still be nice to have. Thank you for your work on this tool!
Edit: I tried to download an album, but instead got 401 Bad Token(like in #9) after the seventh song, with a wait_interval of 240 seconds. I'm not sure what the fix could be for that, but another issue is that it looks like the wait_interval is also activated even if the track already exists.
The text was updated successfully, but these errors were encountered:
I'm coming from Zotify because it's not working for me, but I'm having some issues with discrepancies between the two tools. For my use case, I have a bash script that I run periodically, that goes through artists whose discgraphies I'd like to save. In order to do this, I need to be able to have the script run without asking me whether I'd like to download Albums, Singles, Compilations or Collaborations. As far as I can see, there's no option to disable this functionality and download all songs from the artist by default.
Because of the way I download, I also want to especially avoid rate-limiting or account issues while downloading. With Zotify, there was a config option to download songs in real-time, which meant it'd take the length of the song in order to download the track, and that helped significantly with rate limits. Right now, this can be mostly avoided just by setting
wait_interval
to an arbitrary number like180
or something, but the option would still be nice to have. Thank you for your work on this tool!Edit: I tried to download an album, but instead got
401 Bad Token
(like in #9) after the seventh song, with await_interval
of 240 seconds. I'm not sure what the fix could be for that, but another issue is that it looks like thewait_interval
is also activated even if the track already exists.The text was updated successfully, but these errors were encountered: