Thanks for maintaining this package. uosc is under LGPL-2.1-or-later licence!
Search Criteria
Package Details: mpv-uosc 5.8.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mpv-uosc.git (read-only, click to copy) |
---|---|
Package Base: | mpv-uosc |
Description: | Feature-rich minimalist proximity-based UI for MPV player. |
Upstream URL: | https://github.com/tomasklaen/uosc |
Keywords: | mpv ui uosc |
Licenses: | LGPL-2.1-or-later |
Submitter: | ZhangHua |
Maintainer: | ZhangHua |
Last Packager: | ZhangHua |
Votes: | 7 |
Popularity: | 0.86 |
First Submitted: | 2023-05-11 11:31 (UTC) |
Last Updated: | 2025-02-12 00:50 (UTC) |
Dependencies (3)
- 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)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- mpv-thumbfast (mpv-thumbfast-noenabled-gitAUR, mpv-thumbfast-gitAUR) (optional) – for showing thumbnails on-the-fly on seek
Required by (1)
- mpv-thumbfast-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
Aftermath commented on 2024-02-11 10:50 (UTC)
Areen commented on 2024-01-20 09:07 (UTC) (edited on 2024-01-20 09:10 (UTC) by Areen)
i got this error
[uosc]
[uosc] stack traceback:
[uosc] /home/randy/.config/mpv/scripts/uosc.lua:433: in function 'update_margins'
[uosc] /home/randy/.config/mpv/scripts/uosc_shared/lib/utils.lua:567: in function 'cb'
[uosc] mp.defaults:363: in function 'process_timers'
[uosc] mp.defaults:532: in function 'dispatch_events'
[uosc] mp.defaults:505: in function mp.defaults:504
[uosc] [C]: in ?
[uosc] [C]: in ?
[uosc] Lua error: /home/randy/.config/mpv/scripts/uosc.lua:433: attempt to call field 'shared_script_property_set' (a nil value)
ZhangHua commented on 2023-11-09 13:34 (UTC)
@insatiable_kin You need to create link or copy files in /usr/share/mpv
to $HOME/.config/mpv
to let mpv load it automatically. Or you have to call mpv with argument --script=/usr/share/mpv/scripts/uosc
to load this script.
insatiable_kin commented on 2023-08-05 07:08 (UTC)
I installed this to try the thumbfast seek thumbnail feature, but uosc does not start when launching mpv. I tried adding a ~/.config/mpv/mpv.conf with settings from the github page and still no uosc.
Pinned Comments
ZhangHua commented on 2023-11-09 13:34 (UTC)
@insatiable_kin You need to create link or copy files in
/usr/share/mpv
to$HOME/.config/mpv
to let mpv load it automatically. Or you have to call mpv with argument--script=/usr/share/mpv/scripts/uosc
to load this script.