Automate playlist creation #35
-
Hello, I am developing a script to sort my music collection into playlists sorted by genre. I created my app in the TIDAL dashboard and built the following code (in Python):
However, when running the code I get the following error:
Could someone please give me an insight into what's missing in my code? I tried looking at the TIDAL API Reference, but there's no command for creating a playlist. Does that mean that tidalapi doesn't have a function to create playlists? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @9scorp4, and welcome to the forum. The tidalapi python package represents an unauthorized usage of TIDALs API, and is not supported by TIDAL. Please see #7 (and this comment in particular) for further information. |
Beta Was this translation helpful? Give feedback.
Hey @9scorp4, and welcome to the forum.
The tidalapi python package represents an unauthorized usage of TIDALs API, and is not supported by TIDAL. Please see #7 (and this comment in particular) for further information.