Add mpv configuration
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
34636ae138
commit
089f2017c8
6 changed files with 39 additions and 3 deletions
9
system/.config/mpv/input.conf
Normal file
9
system/.config/mpv/input.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Seek controls
|
||||
RIGHT seek 5
|
||||
LEFT seek -5
|
||||
UP seek 60
|
||||
DOWN seek -60
|
||||
|
||||
# Speed controls
|
||||
+ add speed 0.1
|
||||
- add speed -0.1
|
16
system/.config/mpv/mpv.conf
Normal file
16
system/.config/mpv/mpv.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Video settings
|
||||
fs=yes
|
||||
force-window=immediate
|
||||
|
||||
# Cache
|
||||
cache-default=153600
|
||||
cache=153600
|
||||
cache-pause=no
|
||||
demuxer-readahead-secs=5.0
|
||||
cache-secs=0.0
|
||||
|
||||
# Default subtitles
|
||||
slang=en
|
||||
|
||||
# Default audio
|
||||
alang=en,de
|
|
@ -9,6 +9,6 @@
|
|||
#
|
||||
# USAGE:
|
||||
# This file is automatically used by Streamlink.
|
||||
player=mplayer -cache 8192
|
||||
player=mpv
|
||||
player-no-close
|
||||
twitch-oauth-token=30ktx6jc273cdc9gmkb7jftny3vrgn
|
Loading…
Add table
Add a link
Reference in a new issue