Search Criteria
Package Details: mpv-autosubsync-git r124.22cb928-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mpv-autosubsync-git.git (read-only, click to copy) |
|---|---|
| Package Base: | mpv-autosubsync-git |
| Description: | Automatic subtitle synchronization script for mpv media player |
| Upstream URL: | https://github.com/joaquintorres/autosubsync-mpv |
| Keywords: | mpv plugin |
| Licenses: | MIT |
| Provides: | mpv-autosubsync |
| Submitter: | mogeko |
| Maintainer: | gee |
| Last Packager: | gee |
| Votes: | 3 |
| Popularity: | 0.002230 |
| First Submitted: | 2021-08-18 04:11 (UTC) |
| Last Updated: | 2024-03-18 12:36 (UTC) |
Dependencies (4)
- alassAUR (alass-gitAUR)
- 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)
- python-ffsubsyncAUR (optional) – yet another backend
Latest Comments
gwuensch commented on 2025-01-03 05:13 (UTC)
Still doesn't work out of the box, unfortunately. This package installs everything in
/usr/share/mpv/, but mpv only looks for thescriptsandscript-optdirectories in~/.config/mpv/and/etc/configby default. Following the example of mpv-mpris, I would suggest the following changes:/usr/lib/, for example/usr/lib/mpv-autosubsync//etc/mpv/scripts/autosubsync/etc/mpv/script-opts/This has the benefits of keeping
/usr/share/mpvclutter-free and not needing any user interaction if one is happy with the default configuration. The config can be edited in-place to take effect globally or be copied to the user's home directory, as already suggested in the .install script.gee commented on 2024-03-18 12:28 (UTC)
I just adopted this and hopefully fixed the issues.
TalkingHat commented on 2023-01-08 14:02 (UTC)
https://forum.manjaro.org/t/how-can-i-install-and-use-mpv-autosubsync-git/131157/3
qwelias commented on 2022-09-27 18:50 (UTC)
Installation is incorrect, see https://github.com/joaquintorres/autosubsync-mpv/issues/13
s3wall commented on 2021-10-21 21:38 (UTC) (edited on 2021-10-22 07:41 (UTC) by s3wall)
Scripts in
/usr/share/mpv/scriptsare not laoded by default by mpv,mpv --scripts=/usr/share/mpv/scripts/Anyway it seems it should install all lua files of the repository not only autosubsync.lua i.e.