mpv: Move into multimedia module

This commit is contained in:
Marty Oehme 2023-01-07 16:01:41 +01:00
parent 5a1c779a0d
commit 4c33a6da56
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9
13 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,23 @@
#navigation keybindings force override only while playlist is visible
#if "no" then you can display the playlist by any of the navigation keys
dynamic_binds=yes
#dynamic keybind keys, they should not be re-bound in input.conf
#to bind multiple keys separate them by a space
key_moveup=UP
key_movedown=DOWN
key_selectfile=RIGHT LEFT
key_unselectfile=
key_playfile=ENTER
key_removefile=BS
key_closeplaylist=ESC
#Use ~ for home directory. Leave as empty to use mpv/playlists
playlist_savepath=~/.local/share/mpv/playlists
#2 shows playlist, 1 shows current file(filename strip applied), 0 shows nothing
show_playlist_on_fileload=1
#call youtube-dl to resolve the titles of urls in the playlist
resolve_titles=yes

View file

@ -0,0 +1,2 @@
timeline_size_max=20
timeline_size_min=1

View file

@ -0,0 +1,2 @@
# use fork instead
ytdl_path=yt-dlp