mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2024-10-28 04:44:11 -07:00
e2e4d2ddd5
- add function to open the channel page for the currently playing video in a new tab - add error checking for url passed to add_to_queue function - ensure url is a YouTube url - ensure the url is able to be processed by yt-dlp
13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
add_to_queue=ctrl+a
|
|
play_next_in_queue=ctrl+n
|
|
play_previous_in_queue=ctrl+p
|
|
print_queue=ctrl+q
|
|
move_selection_up=ctrl+UP
|
|
move_selection_down=ctrl+DOWN
|
|
play_selected_video=ctrl+ENTER
|
|
open_video_in_browser=ctrl+o
|
|
open_channel_in_browser=ctrl+O
|
|
print_current_video=ctrl+P
|
|
browser=firefox
|
|
clipboard_command=xclip -o
|