-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
37 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
[[settings]] | ||
name = "dark-mode" | ||
default = "always" | ||
filter = "mpv.net" | ||
filter = "General" | ||
help = "Enables a dark theme." | ||
options = [{ name = "always" }, | ||
{ name = "system" , help = "Available on Windows 10 or higher" }, | ||
{ name = "never" }] | ||
|
||
[[settings]] | ||
name = "url-whitelist" | ||
filter = "mpv.net" | ||
filter = "General" | ||
type = "string" | ||
help = "Whitelist to monitor the clipboard for URLs to play.\n\nDefault: tube vimeo ard zdf" | ||
help = "mpv.net specific whitelist setting to monitor the clipboard for URLs to play.\n\nDefault: tube vimeo ard zdf" | ||
|
||
[[settings]] | ||
name = "process-instance" | ||
default = "single" | ||
filter = "mpv.net" | ||
help = "Defines if more then one mpv.net process is allowed.\n\nTip: Whenever the control key is pressed when files or URLs are opened, the playlist is not cleared but the files or URLs are appended to the playlist." | ||
filter = "General" | ||
help = "mpv.net specific setting that defines if more then one mpv.net process is allowed.\n\nTip: Whenever the control key is pressed when files or URLs are opened, the playlist is not cleared but the files or URLs are appended to the playlist." | ||
options = [{ name = "multi", help = "Create a new process everytime the shell starts mpv.net" }, | ||
{ name = "single", help = "Force a single process everytime the shell starts mpv.net" }, | ||
{ name = "queue", help = "Force a single process and add files to playlist" }] | ||
|
||
[[settings]] | ||
name = "debug-mode" | ||
default = "no" | ||
filter = "mpv.net" | ||
help = "Writes debug info to a file located on the desktop." | ||
filter = "General" | ||
help = "mpv.net specific setting that writes debug info to a file located on the desktop." | ||
options = [{ name = "yes" }, | ||
{ name = "no" }] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters