Closed Rich-AU closed 8 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.
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.