morguldir
morguldir
Yep, i signed it electronically before submitting the pull request.
Copy paste from https://github.com/tamland/python-tidal/issues/111: 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 https://github.com/tamland/python-tidal/pull/73 Also note that you need to check the return status of the load_oauth_session, there's no...
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 https://github.com/tamland/python-tidal/pull/73 Also note that you need to check the return status of the load_oauth_session, there's no point in continuing if...
https://github.com/XDGFX/ultrasonics/pull/45#issuecomment-1242640666
So it looks like TIDAL got rid of reCaptcha for their logins (it was there when i implemented login_oauth*). This seems promising, but it's a bit worrying if it's based...
> > So it looks like TIDAL got rid of reCaptcha for their logins (it was there when i implemented login_oauth*). This seems promising, but it's a bit worrying if...
Would be nice, but I'm not aware of any ways to use ISRC's for that, but you can use it to find the correct result when searching at least.
Like i mentioned in the [linked PR](https://github.com/tamland/python-tidal/pull/42#issuecomment-660376053), it's totally possible to use the 0.7.x branch already, e.g. https://stackoverflow.com/a/54794506 (but most likely with https instead of ssh) Also, i recently commented...
I recommend either using [PyPI](https://pypi.org/project/tidalapi/), the [0.6.x](https://github.com/tamland/python-tidal/tree/0.6.x) branch or the [0.7.x](https://github.com/tamland/python-tidal/tree/0.7.x) branch, the master branch doesn't work right now. Those places have the updated documentation for logging in with OAuth.
The plan is still a pre-release this month like i said here https://github.com/tamland/python-tidal/pull/99#issuecomment-1133907341 So with the text about pull requests in the README, that was mostly about PR's targeting 0.6.x,...