woodruffw / ff2mpv

A Firefox/Chrome add-on for playing URLs in mpv.
https://addons.mozilla.org/en-US/firefox/addon/ff2mpv/
Other
521 stars 52 forks source link

Make path match users configurations #125

Closed mlindner closed 5 months ago

mlindner commented 5 months ago

By default homebrew always sets the system path up so that homebrew is before the system installs and /usr/local/bin installs. Without this it is possible to result in a configuration where the wrong mpv than the one the user expects is called.

woodruffw commented 5 months ago

Thank you for the patch! I just merged this, however: 4585f17..f57d39b

(This is still just a heuristic, since users can configure their systems in infinitely different ways. But it's better than our previous heuristic.)