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:
@@ -15,7 +15,7 @@ play_selected_video=ctrl+ENTER
|
||||
browser=firefox
|
||||
clipboard_command=xclip -o
|
||||
cursor_icon=➤
|
||||
display_limit=6
|
||||
display_limit=10
|
||||
download_directory=~/videos/YouTube
|
||||
download_quality=720p
|
||||
downloader=curl
|
||||
|
||||
Reference in New Issue
Block a user