Tidal Shared Playlists banner

Tidal Shared Playlists

1 devlog
3h 5m 4s

A project, which allows multiple people to edit one Tidal Playlist together, e.g. Add, remove and move Songs within one playlists. It actually uses the "tidalapi" to look out for any changes from a user and repeats them for another user. This way …

A project, which allows multiple people to edit one Tidal Playlist together, e.g. Add, remove and move Songs within one playlists. It actually uses the “tidalapi” to look out for any changes from a user and repeats them for another user. This way we simulate a shared Playlist.
This feature is known from Spotify and Tidal has no alternative to it.

Currently the public project is empty, because my Codebase is full of sensitive login data and I have not created gitignores yet.

KiSki

Started with the process and started with exploring the tidalapi. It actually worked quite well so I quickly moved on and added all missing Tracks from one Playlist to another Playlist. You see my console output in the attachment (all IDs are public avaible IDs).
Then I moved on to creating a new way better, maybe also almost final Version of that Difference-Detection and after that I searched for better ways for the login without constant relogging (I found a possible way).

Sadly I cannot push my Code, because it is FULL of all my secret credentials and I have not created gitignores for that just yet.

Attachment
0