You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to listen to a mixcloud show or a track. My LMS (both on Windows and Raspberry Pi) show "file format unknown" when I click on the "M" to get more Information about the track. Maybe the conversion to a supported file type is broken but I don't know.
My plugin version is 0.11 and my LMS version is 8.4.0
If you need additional information I am happy to provide :)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I'm not able to reproduce it (but I'm using LMS 9.0.0-1731765575 with Mixcloud 0.11.4).
If you want to debug it a bit more, turn on (at least) Info logging for the Mixcloud plugin. Then try to play a track. In the server logs you would see two lines:
Executing helper binary: ...
Got play URL ...
You might also try to execute the helper binary command directly on the Pi's terminal (most likely within an SSH session). Leave out the last 2>&1, as this would hide any errors. This should print a very large JSON string. From there the plugin takes the formats array and searches for an entry with format_id == http.
It is not possible to listen to a mixcloud show or a track. My LMS (both on Windows and Raspberry Pi) show "file format unknown" when I click on the "M" to get more Information about the track. Maybe the conversion to a supported file type is broken but I don't know.
My plugin version is 0.11 and my LMS version is 8.4.0
If you need additional information I am happy to provide :)
Thanks in advance!
The text was updated successfully, but these errors were encountered: