Results 41 comments of Tim Rae

I've added a few more logging messages recently, so you should expect to see the following on running the script: ``` Opening Spotify session Opening Tidal session Loading Spotify playlists:...

Hey @joshrmcdaniel thanks for the PR it looks good but it's quite a lot of changes for me to review and I'm not really able to put much time into...

Would be great to incorporate some of these changes if you can pull them out into smaller PRs once #43 is merged

@joshrmcdaniel Please email me if you're still interested in helping out with maintenance. You can find my email in the git history.

How long did you wait for it? I think it can take a few minutes before you see anything

Hmm that's weird, I ran the script yesterday and didn't have any issues. Maybe it could be an authentication issue. Can you try deleting any hidden files (I.e. files with...

See upstream issue here and associated workaround. I'll update this repo when it gets fixed upstream, for now you'll need to patch your tidalapi version locally (e.g. by commenting out...

Ahh yeah that would be a useful addition. I'm not sure when I'd be able to get around to it, but the [ratelimit package](https://pypi.org/project/ratelimit/) would probably be a good path...

Sounds like a good idea, though it might be a bit tricky to get rate limiting working properly due to the use of the multiprocessing module. It would be a...

We use multiprocessing here though, not multi-threading... So I suspect they will not work. I think we can probably just implement some basic rate-limiting with `multiprocessing.Semaphore` though, I'll have a...