my patches for mpvacious
Go to file
2024-07-24 23:39:05 -04:00
force-japanese.patch true randomness 2024-07-24 23:39:05 -04:00
pause_cache.patch add pause_cache 2024-07-24 18:01:15 -04:00
README.md add force-japanese 2024-07-22 15:44:14 -04:00
use_xsel.patch work in the base directory 2024-06-28 23:03:11 -04:00

Patch list:

  • use_xsel is a patch that reduces the latency of clipboard transactions, making it smoother while properly managing the memory.
    xsel has been around since 2001, and it's stable and has less dependencies than xclip, not to mention the compelling group of devs.

xclip flaws

how to use:

download the patch file to the base directory of mpvacious, which may be ~/.config/mpv/scripts/sub2srs/
and run the following command:

$ patch -p1 < use_xsel.patch 
  • force-japanese is pretty straightforward, it forces mpv to play in japanese.

    This is useful when encoders tend to give english priority, instead of the original language, and when mpv.conf doesn't work properly.

    In my experience tweaking the mpv dotfiles weren't enough to make sure that japanese was the default language to play media in mpv.