python-tidal icon indicating copy to clipboard operation
python-tidal copied to clipboard

Python API for TIDAL music streaming service

Results 78 python-tidal issues
Sort by recently updated
recently updated
newest added

Im utilising a integration of tidalapi 0.7.0rc1 with a fork of ultrasonics (Steve-Tech/ultrasonics) and on attempting to utilise the tidalapi I get the error `tidal - ERROR - 401 Client...

We want to make sure we move over every function to the new format - [x] get_album(album_id) - [x] tests - [x] get_album_items(album_id) - [x] tests - [x] get_album_tracks(album_id) -...

Currently the library still works with 2.7, mainly thanks to the https://python-future.org/ project. However python3 could have some interesting features, and if there isn't anyone interested in python 2.7 support...

album.py is missing get_review(). I've tested this in the current rc: def get_review(self): """ Retrieve the album review :return: A string containing the album review """ return self.requests.request('GET', 'albums/%s/review' %...

- [x] 30.06.22 - 0.7.0rc1, first pre-release of the 0.7.x branch https://pypi.org/project/tidalapi/0.7.0rc1/ - [x] 23.07.22 - Evaluate [dropping python 2.7](https://github.com/tamland/python-tidal/issues/108) The plan is to drop support https://github.com/tamland/python-tidal/issues/108#issuecomment-1192964104 - [ ]...

Rather than matching a track using a track name +/- album +/- artist, why not match on ISRC which, if I understand those correctly, are a universal unique identifier for...

needs tidal

tidalapi v0.7.0 Rewrite ``` import tidalapi session = tidalapi.Session() session.login_oauth() ``` generates HTTP 400/authorization_pending error resulting to "You took too long to log in" exception. Is there something wrong on...

documentation

Not sure if it not the same problem as discribed here: https://github.com/tamland/python-tidal/issues/65 But, then I try use simple example usage: ``` import tidalapi session = tidalapi.Session() session.login('[email protected]', 'mypassword') tracks =...

documentation