Commit Graph

2 Commits

Author SHA1 Message Date
Bruno BELANYI
c1272a1529 ff2mpv-go: use 'PATH' to invoke 'mpv'
Patching in the full-path to the binary is more robust, unfortunately
this means that a user of `ff2mpv-go` can't use their own wrapped `mpv`
without overriding the package.

As a practical example: using home-manager to configure `mpv` with
additional scripts will *not* work with the package as it was previously
written.

With this commit, we now rely on `PATH` lookups to find the `mpv`
binary, this should prioritize a user's customized `mpv`.
2023-12-31 15:49:04 +00:00
Bruno BELANYI
a91d3a04d8 ff2mpv-go: init at 1.0.1 2023-12-07 19:17:56 +00:00