mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2025-12-06 14:53:37 -08:00
Dev (#3)
* add download_selected_video function * add ytdlp_output_template to conf file - 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
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
add_to_queue=ctrl+a
|
||||
move_cursor_down=ctrl+DOWN
|
||||
move_cursor_up=ctrl+UP
|
||||
open_channel_in_browser=ctrl+O
|
||||
open_video_in_browser=ctrl+o
|
||||
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
|
||||
play_selected_video=ctrl+ENTER
|
||||
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=➤
|
||||
@@ -21,3 +24,4 @@ font_name=JetBrains Mono
|
||||
font_size=12
|
||||
marked_icon=⇅
|
||||
show_errors=yes
|
||||
ytdlp_output_template=%(uploader)s/%(title)s.%(ext)s
|
||||
|
||||
Reference in New Issue
Block a user