mpv: Move into multimedia module
This commit is contained in:
parent
5a1c779a0d
commit
4c33a6da56
13 changed files with 7 additions and 1 deletions
23
multimedia/.config/mpv/script-opts/playlistmanager.conf
Normal file
23
multimedia/.config/mpv/script-opts/playlistmanager.conf
Normal 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
|
||||
2
multimedia/.config/mpv/script-opts/uosc.conf
Normal file
2
multimedia/.config/mpv/script-opts/uosc.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
timeline_size_max=20
|
||||
timeline_size_min=1
|
||||
2
multimedia/.config/mpv/script-opts/ytdl_hook.conf
Normal file
2
multimedia/.config/mpv/script-opts/ytdl_hook.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# use fork instead
|
||||
ytdl_path=yt-dlp
|
||||
Loading…
Add table
Add a link
Reference in a new issue