mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2025-12-05 14:53:38 -08:00
cleanup/optimize code and squash some bugs (#12)
* cleanup/optimize code and squash some bugs - change print_queue to use mp.assdraw - change print_queue function to a toggle - clean up duplicated code - squash some bugs * remove unused function * make download async and update clipboard function to use mp command - utilize mp.command_native and command_native_async - download files in the background * update default display_limit from 6 -> 10
This commit is contained in:
@@ -72,7 +72,7 @@ This script requires the following software to be installed on the system
|
||||
- `browser - firefox`: The browser to use when opening a video or channel page
|
||||
- `clipboard_command - xclip -o`: The command to use to get the contents of the clipboard
|
||||
- `cursor_icon - ➤`: The icon to use for the cursor
|
||||
- `display_limit - 6`: The maximum amount of videos to show on the OSD at once
|
||||
- `display_limit - 10`: The maximum amount of videos to show on the OSD at once
|
||||
- `download_directory - ~/videos/YouTube`: The directory to use when
|
||||
downloading a video
|
||||
- `download_quality 720p`: The maximum download quality
|
||||
|
||||
Reference in New Issue
Block a user