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 could not find an answer to this anywhere, but I found a solution. I'll leave it here so search engines can pick it up.
It is not possible to enter the path manually when first opening up Feishin. When the box is clicked, the file picker opens up immediately. On immutable distros, you have to use the flatpak version of MVP: flatpak run .io.mpv.Mpv, which cannot be done with a file picker.
Open .var/feishin/config.json and add the following line: "mpv_path": "flatpak run io.mpv.Mpv". Make sure to add a comma after any existing config options in the file!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I could not find an answer to this anywhere, but I found a solution. I'll leave it here so search engines can pick it up.
It is not possible to enter the path manually when first opening up Feishin. When the box is clicked, the file picker opens up immediately. On immutable distros, you have to use the flatpak version of MVP:
flatpak run .io.mpv.Mpv
, which cannot be done with a file picker.Open
.var/feishin/config.json
and add the following line:"mpv_path": "flatpak run io.mpv.Mpv"
. Make sure to add a comma after any existing config options in the file!That's all. Restart the app and it should work!
Beta Was this translation helpful? Give feedback.
All reactions