Search Criteria
Package Details: mpv-handler 0.3.13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mpv-handler.git (read-only, click to copy) |
---|---|
Package Base: | mpv-handler |
Description: | Play website videos and songs with mpv & yt-dlp. |
Upstream URL: | https://github.com/akiirui/mpv-handler/ |
Licenses: | MIT |
Submitter: | akiirui |
Maintainer: | akiirui |
Last Packager: | akiirui |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-06-10 06:14 (UTC) |
Last Updated: | 2024-09-29 10:32 (UTC) |
Dependencies (4)
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, mpv-amd-full-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-gitAUR, mpv-full-build-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- yt-dlp (yt-dlp-gitAUR) (optional) – ytdl-hook support
Latest Comments
akiirui commented on 2025-03-14 12:34 (UTC) (edited on 2025-03-14 12:46 (UTC) by akiirui)
@LaptopDev
For Arch Linux, mpv-handler works out of the box. I just tested it without editing anything and it works fine.
I don't know how "URL redirection extension" works, It has a companion user script https://greasyfork.org/scripts/416271-play-with-mpv.
Also, please try:
If it opens the console and outputs something, then mpv-handler is working fine.
The
mpv://
protocol doesn't output anything, even if mpv or mpv-handler exits with an error. Thempv-debug://
protocol will open a console and print the logs.LaptopDev commented on 2025-03-14 01:37 (UTC)
Can't seem to get this to work 1. Install
mpv-handler
usingyay -S mpv-handler
.2. Open Firefox and go to
about:config
, then setnetwork.protocol-handler.expose.mpv
tofalse
.3. Install a URL redirection extension and configure it to rewrite video page URLs to
mpv://
format.4. Attempt to open a video in Firefox and select
mpv-handler
when prompted.5. Run
xdg-mime default mpv-handler.desktop x-scheme-handler/mpv
to setmpv-handler
as the default formpv://
links.6. Verify the registration by running
xdg-mime query default x-scheme-handler/mpv
and confirming it returnsmpv-handler.desktop
.