Closed ghost closed 1 year ago
From the explanation you gave sounds like you may want to use the "enqueue" functionality that's already present in the default configuration, and taking a look at the umpv
script it basically does what this program already implements (using the IPC socket to send files to the queue). Have I understood correctly?
Yes, but as I said above could not get it work.
Have you set the default open action to "Enqueue" in the extension settings?
Also, looking at your configuration you set needs_ipc
to true
but that will try sending the file to the IPC socket instead of the command line, which umpv
expects. Could you try disabling needs_ipc
?
ah yeah disabling needs_ipc worked thanks!
Bug Description
Hi, I installed open-in-mpv with git clone and sudo make install , make install-protocol. I created a config file which is ~/.config/open-in-mpv/config.yml I also added it to /etc/xdg/open-in-mpv/ I also changed the configuration file before doing sudo make install , make install-protocol but problem is still, when I click the open-in-mpv on firefox to some youtube links it does not read my configuration file. I even tried install with precompiled binaries
How to Reproduce
Steps to reproduce the behavior:
Expected Behavior
I expected to execute umpv which is executable script for mpv, it makes mpv unique application so I can add videos to playlist with open-in-mpv extension, without having more mpv tabs, also it is expected to open mpv in fullscreen
Version
firefox extension version 2.1.0 and app version 2.1.0
Configuration
Relevant log output (optional)
No response
What browsers are you seeing the problem on? (optional)
Firefox-based (Librewolf, Iceraven, etc.)
Checklist: