Stephen Horvath
Stephen Horvath
Hey, sorry if this is a bit late but the download links still work if you look at the cached version of the website through archive.org, [here's a link](https://web.archive.org/web/20160818124931/http://smealum.net/dscraft/)
I've looked into it, but Tidal (or at least tidalapi) doesn't have a 'callback' or anything that needs to be to be hosted externally, so I don't see the point...
Hi @onestix, It requires [tidalapi](https://github.com/tamland/python-tidal/tree/0.7.x) version 0.7.x, which isn't on PyPI yet. To install run: ```bash git clone -b 0.7.x https://github.com/tamland/python-tidal.git cd python-tidal/ python3 setup.py install ```
Hmm, @LJAM96 how did you install tidalapi? tidalapi 0.7.x isn't on PyPI you can't just do `pip install tidalapi`, that will just install 0.6.10. You have to do something similar...
Nevermind, it seems like they have release candidates now, if you don't have tidalapi 0.7.x please do the following to install it: ```bash pip install tidalapi~=0.7.0rc1 ```
Yeah, I'm getting the same thing now. Not even tidalapi's examples seem to work.
> This part isn't correct anymore https://github.com/Steve-Tech/ultrasonics/blob/750c2bb0a928eb680913ef238e79422a1a2fb3c9/ultrasonics/official_plugins/up_tidal.py#L98, it was changed in [tamland/python-tidal#73](https://github.com/tamland/python-tidal/pull/73) Ahh, that makes sense, I've got it working now. > Also note that you need to check the...
> is the expiry time on the API a limitation of the API? I believe it's only used so tidalapi knows when your access token has expired so it can...
Hi @markaabo, [tidalapi](https://github.com/tamland/python-tidal/tree/master) doesn't seem to support searching by ISRC so I have to search by title which can be a bit persnickety sometimes, I've also seen some songs not...
@markaabo have you rebuilt the container? That error doesn't show my changes (eg line 420 isn't that anymore). Also I find it interesting you've got that many "Invalid spotify id...