mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2024-10-28 04:44:11 -07:00
e35aeac422
* cleanup/optimize code and squash some bugs - change print_queue to use mp.assdraw - change print_queue function to a toggle - clean up duplicated code - squash some bugs * remove unused function * make download async and update clipboard function to use mp command - utilize mp.command_native and command_native_async - download files in the background * update default display_limit from 6 -> 10
28 lines
658 B
Plaintext
28 lines
658 B
Plaintext
add_to_queue=ctrl+a
|
|
download_current_video=ctrl+d
|
|
download_selected_video=ctrl+D
|
|
move_cursor_down=ctrl+j
|
|
move_cursor_up=ctrl+k
|
|
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
|
|
play_selected_video=ctrl+ENTER
|
|
browser=firefox
|
|
clipboard_command=xclip -o
|
|
cursor_icon=➤
|
|
display_limit=10
|
|
download_directory=~/videos/YouTube
|
|
download_quality=720p
|
|
downloader=curl
|
|
font_name=JetBrains Mono
|
|
font_size=12
|
|
marked_icon=⇅
|
|
show_errors=yes
|
|
ytdlp_file_format=mp4
|
|
ytdlp_output_template=%(uploader)s/%(title)s.%(ext)s
|