tamland / python-tidal

Python API for TIDAL music streaming service
GNU Lesser General Public License v3.0
402 stars 109 forks source link

Scrobbling #201

Closed GioF71 closed 12 months ago

GioF71 commented 1 year ago

Hello, is there a way to 'scrobble' the played tracks to Tidal, so that the "Recently played" category can grow with the track we stream using this API? Thank you!

tehkillerbee commented 12 months ago

@GioF71 No this is not currently possible with this API, nor is it possible to get info about the track currently being played using the official clients.

Perhaps there is a way to do it, but it would probably require some reverse engineering of the official player.

GioF71 commented 12 months ago

Ok thank you

GioF71 commented 12 months ago

Just an update (you probably already know), today I tried playing with mConnect Lite and BubbleUpnp with their own method of accessing Tidal, and in both cases no scrobbling towards Tidal is happening. I guess in any way the scrobbling should be implemented on the renderer if the source is a upnp server.