patches-mpvacious/README.md

19 lines
975 B
Markdown
Raw Normal View History

2024-06-29 02:46:57 +00:00
Patch list:
- **use_xsel** is a patch that reduces the latency of clipboard transactions, making it smoother while properly managing the memory. <br>
2024-06-29 14:01:19 +00:00
xsel has been around since 2001, and it's stable and has less dependencies than xclip, not to mention the compelling group of devs.
2024-06-29 02:45:48 +00:00
2024-07-12 18:21:49 +00:00
[xclip flaws](https://web.archive.org/web/20240712181840/https://zwyx.dev/til/2023/01/12/xclip%20and%20xsel)
2024-06-29 03:05:12 +00:00
how to use:
2024-06-29 02:45:48 +00:00
2024-06-29 03:05:12 +00:00
download the patch file to the base directory of mpvacious, which may be ```~/.config/mpv/scripts/sub2srs/``` <br>
and run the following command:
``` shell
$ patch -p1 < use_xsel.patch
2024-07-22 19:44:14 +00:00
```
- **force-japanese** is pretty straightforward, it forces mpv to play in japanese. <br></br>
This is useful when encoders tend to give english priority, instead of the original language, and when mpv.conf doesn't work properly. <br></br>
In my experience tweaking the mpv dotfiles weren't enough to make sure that japanese was the default language to play media in mpv.