Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin not playing music (file format unknown) #39

Open
Luceleven opened this issue Nov 19, 2024 · 1 comment
Open

Plugin not playing music (file format unknown) #39

Luceleven opened this issue Nov 19, 2024 · 1 comment

Comments

@Luceleven
Copy link

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!

@danielvijge
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants