23 lines
715 B
Text
23 lines
715 B
Text
|
|
#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
|