-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmpv.conf
57 lines (45 loc) · 1.2 KB
/
mpv.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
profile=high-quality
# ==== Watch Later
save-position-on-quit
watch-later-options=start,aid,sid
# ==== Player
cursor-autohide=1000 # autohides the cursor after 1s
priority=high
load-auto-profiles=yes
hr-seek=yes
keep-open=yes
# required for uosc
no-border
osc=no
no-osd-bar
window-corners=round
autofit-smaller=640x640
autofit-larger=90%x90%
cursor-autohide-fs-only
fullscreen=yes
hr-seek-framedrop=no
# ==== Cache
#cache=yes
#cache-secs=3600 # how many seconds of audio/video to prefetch if the cache is active
#demuxer-max-bytes=1GiB
#demuxer-max-back-bytes=512MiB
# ==== Video
include="~~/configs/video.conf"
# ==== Subtitles
include="~~/configs/subtitles.conf"
# ==== Audio
include="~~/configs/audio.conf"
# ==== YTDL
include="~~/configs/ytdl.conf"
# === Syncplay
include="~~/configs/syncplay.conf"
# === Devices
include="~~/configs/devices.conf"
# ==== Local Configuration, gitignored, make your changes in this file
include="~~/local.conf"
[jellyfin]
profile-cond=p['input-ipc-server'] ~= "" and p['input-ipc-server'] ~= "/tmp/mpv-socket"
profile-restore=copy-equal
script-opts-append=jellyfin-enabled=yes
save-position-on-quit=no
watch-later-options-clr