mpv-youtube-queue/mpv-youtube-queue.conf
ksyasuda@umich.edu e2e4d2ddd5 add open_channel_in_browser and error checking for add_to_queue
- 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
2023-08-02 16:11:35 -07:00

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