Search Criteria
Package Details: mpv-quality-menu-git 4.1.1.r1.gab40a0d-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mpv-quality-menu-git.git (read-only, click to copy) |
|---|---|
| Package Base: | mpv-quality-menu-git |
| Description: | A userscript for MPV that allows you to change the streamed video and audio quality (ytdl-format) on the fly. |
| Upstream URL: | https://github.com/christoph-heinrich/mpv-quality-menu |
| Licenses: | GPL2 |
| Conflicts: | mpv-quality-menu |
| Provides: | mpv-quality-menu |
| Submitter: | xAsh |
| Maintainer: | xAsh |
| Last Packager: | xAsh |
| Votes: | 4 |
| Popularity: | 0.000331 |
| First Submitted: | 2024-07-28 19:21 (UTC) |
| Last Updated: | 2024-07-30 15:48 (UTC) |
Dependencies (2)
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-gitAUR, mpv-amd-full-gitAUR, mpv-full-build-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
selurvedu commented on 2024-08-02 19:50 (UTC)
I know that mpv-uosc-git installs to
/etc/mpv, and mpv-uosc installs to/usr/share/mpv(and the user has to create the symlinks manually), so that may be the cause.Not yet. I will check it the next time I update.
xAsh commented on 2024-08-01 11:25 (UTC)
have you tried using the mpv-uosc-git package, instead of mpv-uosc?
selurvedu commented on 2024-08-01 07:04 (UTC)
Interesting. Maybe it's just me.
xAsh commented on 2024-07-31 18:31 (UTC)
thx for the feedback. I initially placed it in /usr/share ( https://aur.archlinux.org/cgit/aur.git/commit/?h=mpv-quality-menu-git&id=cfa38d1e5532cd0ac5a8cce9791774dd34efa391 ) as recommended by someone in another package's comments, but absolutely none of the userscripts here use it. they all install in /etc/mpv, and that's the dir mpv reads scripts from. haven't encountered an issue with uosc on my side.
selurvedu commented on 2024-07-30 20:18 (UTC) (edited on 2024-07-30 20:19 (UTC) by selurvedu)
To avoid this bug (when using mpv-uosc, the default mpv OSC shows up as well and they overlap),
quality-menu-osc.luashould be installed to/usr/share/mpv/scripts/instead of/etc/mpv/scripts/. The user can always enable it withln -s /usr/share/mpv/scripts/quality-menu-osc.lua ~/.config/mpv/scripts/quality-menu-osc.lua.