diff --git a/README.md b/README.md index 2521f3b..fb07848 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ This script requires the following software to be installed on the system ### Default Options - `default_save_method - unwatched`: The default method to use when saving the - queue. Valid options are `unwatched` or `all`. Defaults to `unwatched` + queue. Valid options are `unwatched` or `all`. Defaults to `unwatched` - Whichever option is chosen is the default method for the `save_queue` binding, and the other method will be bound to `save_queue_alt` - `browser - firefox`: The browser to use when opening a video or channel page @@ -84,7 +84,7 @@ This script requires the following software to be installed on the system - `ytdlp_file_format - mp4`: The preferred file format for downloaded videos - `ytdlp_output_template - %(uploader)s/%(title)s.%(ext)s`: The [yt-dlp output template string](https://github.com/yt-dlp/yt-dlp#output-template) - Full path with the default `download_directory` is: `~/videos/YouTube//.<ext>` -- `use_history_db - no`: Enable watch history tracking through integration with [mpv-youtube-queue-server](https://gitea.suda.codes/sudacode/mpv-youtube-queue-server) +- `use_history_db - no`: Enable watch history tracking and remote video queuing through integration with [mpv-youtube-queue-server](https://gitea.suda.codes/sudacode/mpv-youtube-queue-server) - `backend_host`: ip or hostname of the backend server - `backend_port`: port to connect to for the backend server diff --git a/mpv-youtube-queue.conf b/mpv-youtube-queue.conf index 5dce524..94acb36 100644 --- a/mpv-youtube-queue.conf +++ b/mpv-youtube-queue.conf @@ -13,7 +13,7 @@ play_previous_in_queue=ctrl+p print_current_video=ctrl+P print_queue=ctrl+q save_queue=ctrl+s -save_full_queue=ctrl+S +save_full_alt=ctrl+S remove_from_queue=ctrl+x play_selected_video=ctrl+ENTER browser=firefox