From c67ac189b0ad1809c91da5b8d8617e1e1d9b442d Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 6 Aug 2023 12:11:34 -0700 Subject: [PATCH] add play_selected_video and update show_error --- README.md | 6 ++++-- mpv-youtube-queue.conf | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1dbdb77..dbdd5e0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This script requires the following software to be installed on the system - `add_to_queue - ctrl+a`: Add a video in the clipboard to the queue - `download_current_video - ctrl+d`: Download the currently playing video -- `move_cursor_down - ctrl+DOWN`:N - Move the cursor down one row in the queue +- `move_cursor_down - ctrl+DOWN`: Move the cursor down one row in the queue - `move_cursor_up - ctrl+UP`- Move the cursor up one row in the queue - `move_video - ctrl+m`: Mark/move the selected video in the queue - `open_channel_in_browser - ctrl+O`: Open the channel page for the currently @@ -52,6 +52,8 @@ This script requires the following software to be installed on the system - `open_video_in_browser - ctrl+o`: Open the currently playing video in the browser - `play_next_in_queue - ctrl+n`: Play the next video in the queue - `play_previous_in_queue - ctrl+p`: Play the previous video in the queue +`play_selected_video - ctrl+ENTER`: Play the currently selected video in +the queue - `print_current_video - ctrl+P`: Print the name and channel of the currently playing video to the OSD - `print_queue - ctrl+q`: Print the contents of the queue to the OSD @@ -70,7 +72,7 @@ This script requires the following software to be installed on the system - `font_name - JetBrains Mono`: The name of the font to use - `font_size - 12`: Size of the font - `display_limit - 6`: The maximum amount of videos to show on the OSD at once -- `show_errors - no`: Show error messages on the OSD +- `show_errors - yes`: Show error messages on the OSD ## License diff --git a/mpv-youtube-queue.conf b/mpv-youtube-queue.conf index 3f41fb3..cb4e49f 100644 --- a/mpv-youtube-queue.conf +++ b/mpv-youtube-queue.conf @@ -19,4 +19,4 @@ download_quality=720p download_directory=~/videos/YouTube download_format_str=%(uploader)s/%(title)s.%(ext)s downloader=curl -show_errors=no +show_errors=yes