mopidy / mopidy-local

Mopidy extension for playing music from your local music archive
https://mopidy.com/ext/local/
Apache License 2.0
61 stars 26 forks source link

support tracks without a valid duration, e.g. musepack #70

Open schmaller opened 1 year ago

schmaller commented 1 year ago

For .mpc files the Scanner..scan() from mopidy.audio doesn't return a valid duration which prevents these files from getting into the library. However, those files can be played by gstreamer without any problems. My change handles this "violation" less strictly and accepts files without a duration to be put into the library.