mpv: add my mpv script/conf files
mpv: move input-ipc-server line
This commit is contained in:
parent
ef4d5f611f
commit
6ca88b57b4
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,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
|
||||||
|
|
||||||
|
@ -295,3 +298,4 @@ profile=protocol.http
|
||||||
profile-restore=copy-equal # Sets the profile restore method to "copy if equal"
|
profile-restore=copy-equal # Sets the profile restore method to "copy if equal"
|
||||||
profile-desc=ytdl
|
profile-desc=ytdl
|
||||||
profile=protocol.http
|
profile=protocol.http
|
||||||
|
ytdl-raw-options=ignore-config=,sub-format=de,write-sub=
|
||||||
|
|
Loading…
Add table
Reference in a new issue