michaelherger / lms-plugin-tidal

A TIDAL plugin to integrate with the Lyrion Music Server (fka. Logitech Media Server)
41 stars 7 forks source link

Track and Playlist direct Tidal URL doesn't work via CLI/JSON RPC API #47

Closed Rich-AU closed 4 months ago

Rich-AU commented 4 months ago

When sending Tidal track and Playlist URLs to LMS via CLI/Json Rpc API, there is no response from LMS and the track/playlist won't play.

Album, Artist and Mix URLs work fine.

Example: Sending the following to LMS doesn't work:

{"id":1,"method":"slim.request","params":["bb:bb:14:dc:88:26",["playlist","play","https://tidal.com/browse/track/89588966"]]}

But this one works:

{"id":1,"method":"slim.request","params":["bb:bb:14:dc:88:26",["playlist","play","https://tidal.com/browse/mix/00276411987b19658e9d9b44059b83"]]}

I remember all the URL worked fine on version 0.3, but after upgrading to 0.6 (and now 0.8), this issue was found.