mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2024-11-22 03:19:54 -08:00
05becd9cbb
- add function to download the currently selected video in the queue - update readme and conf file - change ordering of options to have keybindings in alphabetical order
27 lines
637 B
Plaintext
27 lines
637 B
Plaintext
add_to_queue=ctrl+a
|
|
download_current_video=ctrl+d
|
|
download_selected_video=ctrl+D
|
|
move_video=ctrl+m
|
|
play_next_in_queue=ctrl+n
|
|
open_video_in_browser=ctrl+o
|
|
open_channel_in_browser=ctrl+O
|
|
play_previous_in_queue=ctrl+p
|
|
print_current_video=ctrl+P
|
|
print_queue=ctrl+q
|
|
remove_from_queue=ctrl+x
|
|
move_cursor_up=ctrl+UP
|
|
move_cursor_down=ctrl+DOWN
|
|
play_selected_video=ctrl+ENTER
|
|
browser=firefox
|
|
clipboard_command=xclip -o
|
|
cursor_icon=➤
|
|
display_limit=6
|
|
download_directory=~/videos/YouTube
|
|
download_format_str=%(uploader)s/%(title)s.%(ext)s
|
|
download_quality=720p
|
|
downloader=curl
|
|
font_name=JetBrains Mono
|
|
font_size=12
|
|
marked_icon=⇅
|
|
show_errors=yes
|