SimpleMobileTools / Simple-Music-Player

A clean music player with a customizable widget, stylish interface and no ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
1.29k stars 408 forks source link

Cannot play .ogg/libopus files #311

Open HNieme opened 3 years ago

HNieme commented 3 years ago

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>")

curbengh commented 3 years ago

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?