Search Criteria
Package Details: mpv-sponsorblock-minimal-git r44.fc0db1f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mpv-sponsorblock-minimal-git.git (read-only, click to copy) |
---|---|
Package Base: | mpv-sponsorblock-minimal-git |
Description: | A minimal script to skip sponsored segments of YouTube videos |
Upstream URL: | https://codeberg.org/jouni/mpv_sponsorblock_minimal |
Keywords: | adblock mpv plugins sponsorblock |
Licenses: | GPL-3.0-only |
Conflicts: | mpv-sponsorblock |
Provides: | mpv-sponsorblock |
Submitter: | lmartinez-mirror |
Maintainer: | eugene |
Last Packager: | eugene |
Votes: | 12 |
Popularity: | 0.57 |
First Submitted: | 2021-02-19 02:47 (UTC) |
Last Updated: | 2025-09-10 12:53 (UTC) |
Dependencies (3)
- curl (curl-gitAUR, curl-c-aresAUR)
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-gitAUR, mpv-full-build-gitAUR, mpv-amd-full-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
exponential commented on 2025-09-10 11:06 (UTC)
for the config and mark it as backup
install -Dm644 sponsorblock_minimal.conf -t "$pkgdir/etc/mpv/script-opts/"
flylightning commented on 2025-09-10 07:49 (UTC)
Upstream changed README filename to README.md in commit fc0db1fbff. This causes build error:
install: cannot stat 'README': No such file or directory
. Would you please change README to README.md in the PKGBUILD to pass the build? Also, that upstream commit added a config file sponsorblock_minimal.conf, not sure if we should include that in the package or not.AvianaCruz commented on 2022-12-10 09:49 (UTC) (edited on 2022-12-11 18:11 (UTC) by AvianaCruz)
@lmartinez-mirror The script should be placed in /usr/share/mpv/scripts/sponsorblock-minimal.lua without execution permission. Also you can add lua-curl to optdepends.