mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2025-12-05 02:53:38 -08:00
Compare commits
5 Commits
v0.2.0
...
757804b192
| Author | SHA1 | Date | |
|---|---|---|---|
|
757804b192
|
|||
|
33f10c84b9
|
|||
|
412634c943
|
|||
|
3f7a5fb183
|
|||
|
68875120c5
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
test.sh
|
||||
.git/*
|
||||
.luarc.json
|
||||
|
||||
@@ -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/<uploader>/<title>.<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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user