mpv: add my mpv script/conf files
mpv: move input-ipc-server line
This commit is contained in:
parent
fdc982f7a1
commit
7aca15a0f7
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,9 @@ screenshot-template='mpv-%f-%p'
|
||||||
# Enables best HW decoder; turn off for software decoding
|
# Enables best HW decoder; turn off for software decoding
|
||||||
hwdec=auto
|
hwdec=auto
|
||||||
|
|
||||||
|
# IPC
|
||||||
|
input-ipc-server=/tmp/mpv-socket
|
||||||
|
|
||||||
# Keeps open the window after a video is finished
|
# Keeps open the window after a video is finished
|
||||||
keep-open
|
keep-open
|
||||||
|
|
||||||
|
@ -62,3 +65,8 @@ profile-restore=copy-equal # Sets the profile restore method to "copy if equal"
|
||||||
profile-desc=webm
|
profile-desc=webm
|
||||||
no-pause
|
no-pause
|
||||||
loop-file=yes
|
loop-file=yes
|
||||||
|
|
||||||
|
[protocol.ytdl]
|
||||||
|
profile-desc=ytdl
|
||||||
|
profile=protocol.http
|
||||||
|
ytdl-raw-options=ignore-config=,sub-format=de,write-sub=
|
||||||
|
|
Loading…
Add table
Reference in a new issue