You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using bongo (version 1.1) with mpv backend. My mpv version is: 0.35.1. Trying to play any media with mpv backend would fail with 1 status. I investigated the issue a little and discovered that bongo is calling mpv with:
but mpv requires that long options be in the following form: --long-options=value and not int the form --long-option value. So mpv should be called this way:
I'm using bongo (version 1.1) with mpv backend. My mpv version is: 0.35.1. Trying to play any media with mpv backend would fail with 1 status. I investigated the issue a little and discovered that bongo is calling mpv with:
but mpv requires that long options be in the following form:
--long-options=value
and not int the form--long-option value
. So mpv should be called this way:I'd be really greateful if you fix this.
For now here's a quick and dirty fix. Put the following in your
init.el
:The text was updated successfully, but these errors were encountered: