Search Criteria
Package Details: mpv-handler 0.4.2-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: | 2025-10-19 13:09 (UTC) |
Dependencies (4)
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, libmpv-gitAUR, mpv-full-gitAUR, mpv-full-build-gitAUR, mpv-amd-full-gitAUR, mpv-fullAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, 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-handlerusingyay -S mpv-handler.2. Open Firefox and go to
about:config, then setnetwork.protocol-handler.expose.mpvtofalse.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-handlerwhen prompted.5. Run
xdg-mime default mpv-handler.desktop x-scheme-handler/mpvto setmpv-handleras the default formpv://links.6. Verify the registration by running
xdg-mime query default x-scheme-handler/mpvand confirming it returnsmpv-handler.desktop.