Simple-Music-Player icon indicating copy to clipboard operation
Simple-Music-Player copied to clipboard

Cannot play .ogg/libopus files

Open HNieme opened this issue 3 years ago • 1 comments

SMP can see/detect .ogg/libopus files but cannot play them.

My installed version is the latest Version from F-Droid, v5.5.1 according to SMP's about-page

It also does not show a picture, only the headphones-symbol.

Info for debugging:

run ffmpeg -loglevel "error" -i "$i" -b:a 32k -acodec libopus "smaller/${i/.mp3/.ogg}" on some common mp3-file (which can be downloaded using youtube-dl -i --add-metadata -x --metadata-from-title "%(artist)s - %(title)s" --youtube-skip-dash-manifest --audio-format "mp3" --audio-quality 5 --embed-thumbnail "<SomeYouTubeLink>")

HNieme avatar Feb 07 '21 17:02 HNieme

I've been using SMP to play opus files. could be due to better support on Android 11. Can you try rename them to .opus?

curbengh avatar Apr 19 '21 09:04 curbengh