Baldomo / open-in-mpv

Simple web extension to open videos in mpv
GNU General Public License v3.0
118 stars 7 forks source link

How do I make it work? #36

Open Tuxiis opened 1 week ago

Tuxiis commented 1 week ago

Question Description

Hello, I hope I make myself understood, I am using Google Translate.

1 download the linux.tar file (zip) maybe I don't remember anymore

2 run without administrator permissions, ./install-protocol.sh

3 install the plugin to firefox 131.0.3 (snap) (default on ubuntu-mate 24.04)

4 I used the plugin on youtube, it doesn't work, I put config.yml in ~/.config/open-in-mpv/, (the one that comes by default from github), it didn't work.

5 I used chatgpt to help me, I took each step of github, and we came to the following conclusion. Edit config.yml, it didn't work.

OPEN-IN-MPV.zip

Code Snippet (optional)

package main
import "log"

func main() {
  // An example to describe the feature
  log.Println("Hello world!")
}

Checklist:

Baldomo commented 1 week ago

Hi! You should try with another browser (or again with Firefox) but NOT installed using snap. Snap does weird stuff to programs, especially browsers. I've had problems with native extensions in the past in browsers installed with snap.