-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help with ff2mpv on Vivaldi! #16
Comments
@sdaqo any advice on this? |
I think vivaldi uses chrome's reg keys, so |
thanks. |
okay, then I made the key |
The ffmpv doc for windows is kind of bad, have. Can you show me your JSON file, and have you copied the .bat and .py file inside the folder? |
You might gain some insights reading the manually install section for linux |
and have you copied the .bat and .py file inside the folder? yes, I copied them. |
ok yeah, as I said the docs for windows are bad... The json file should look like this: {
"name": "ff2mpv",
"description": "ff2mpv's external manifest",
"path": "/home/william/scripts/ff2mpv",
"type": "stdio",
"allowed_origins": [
"chrome-extension://ephjcajbkgplkjmelpglennepbpmdpjg/",
"chrome-extension://mfhfeghkmedjcjncmbfkaigmlfijikho/"
]
} Then go to the the ffmpv repo and download both |
maybe we should add this to the readme? |
okay, I had the bat and py copied already and now, i have added path like is it correct? |
the "path" should point to the .bat something like |
i did that, but not sure why it doesn't work. my mind is blank today...maybe i might take it slow see what happens. fyi, may I know how stream-bypass makes the mpv play with ff2mpv, is there popup to make it when a video is present in the webpage? |
yeah give some time tho, I will try figuring out your poblem as well. |
Demo: ff2mpv.mp4How does it work: The addon just sends the exact same message to the NativeMessagingHost of ff2mpv as ff2mpv. Thats also why you have to add the addon id to allowed_origins. Further debbuging: Please open you cmd, and one after the other try inputing @echo off
call python "C:\ff2mpv\path\to\your\.py" |
I'm using the Vivaldi Browser and couldn't find the "HKEY_CURRENT_USER\SOFTWARE\Vivaldi\NativeMessagingHosts" as mentioned in the Usage.
Can you able to help me? @bytedream
The text was updated successfully, but these errors were encountered: