Baldomo/open-in-mpv

question: How to Install

Closed this issue · 1 comments

Question Description

I am currently on Linux and it is unclear to me how to install the program correctly.
I have done the following:

  • Install the Firefox Browser Extension
  • Download the Linux.tar and run install-protocol.sh

It is not immediately obvious what the next steps are, but clicking on the browser extension does nothing, regardless of whether mpv is already open or not.

Thanks for your help!

Code Snippet (optional)

No response

Checklist:

  • I have checked for existing issues that describe my questions prior to opening this one.
  • I understand that improperly formatted questions may be closed without explanation.

Hello! The recommended way of installing the program is using the Makefile but for the binary release, you can just copy what make does in the target install:

open-in-mpv/Makefile

Lines 48 to 49 in d599a64

install: build/linux/open-in-mpv
cp build/linux/open-in-mpv /usr/bin

tldr: just copy the binary to somewhere that's in your PATH