mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2025-12-06 02:53:38 -08:00
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
This commit is contained in:
@@ -6,6 +6,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user