pragha-music-player / pragha

Pragha is a Lightweight Music Player for GNU/Linux.
GNU General Public License v3.0
173 stars 35 forks source link

Parsing opus files #177

Closed chrisjan-otto closed 1 year ago

chrisjan-otto commented 1 year ago

I noticed that some files were missing from the library. I can play them normally with other players, but Pragha seems to skip them. Even if added manually via Playlist -> Add Files . After some investigation it seems that the skipped files are ogg files with encoding "opus". ogg files with encoding "vorbis" work fine.

For now I can just re-encode these files with another encoder, using ffmpeg, but it would be nice if pragha could: a) show some error or log or communicate in some way to the user when it fails to import some file, and b) support ogg-opus files

chrisjan-otto commented 1 year ago

Update: it also works if I just rename the files with the ".opus" extension.

chrisjan-otto commented 1 year ago

closing because there's a workaround