first commit
This commit is contained in:
18
scripts/config.toml
Normal file
18
scripts/config.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
#mpv = "C:\\path\\of\\mpv.com"
|
||||
# Optional, Type: String
|
||||
# The path of mpv executable binary
|
||||
# Default value:
|
||||
# - Linux: mpv
|
||||
# - Windows: mpv.com
|
||||
|
||||
#ytdl = "C:\\path\\of\\yt-dlp.exe"
|
||||
# Optional, Type: String
|
||||
# The path of yt-dlp executable binary
|
||||
|
||||
#proxy = "http://example.com:8080"
|
||||
# Optional, Type: String
|
||||
# HTTP(S) proxy server address
|
||||
|
||||
# For Windows users:
|
||||
# - The path can be "C:\\folder\\some.exe" or "C:/folder/some.exe"
|
||||
# - The path is an executable binary file, not a directory
|
||||
Reference in New Issue
Block a user