Open 813gan opened 4 years ago
Hi.
With default setup (and vlc backend) bongo is unable to play m4a and opus files which are not extremely rare. I was able to workaround it via adding these format to lists of extensions and adding
m4a
opus
(setq bongo-custom-backend-matchers '((vlc local-file "m4a") (vlc local-file "opus") ))
to my .emacs but in my opinion it should not be necessary.
.emacs
Quite useful! Thanks for your issue.
Hi.
With default setup (and vlc backend) bongo is unable to play
m4a
andopus
files which are not extremely rare. I was able to workaround it via adding these format to lists of extensions and addingto my
.emacs
but in my opinion it should not be necessary.