Improved handling of default options.
This commit is contained in:
57
src/Properties/Resources.Designer.cs
generated
57
src/Properties/Resources.Designer.cs
generated
@@ -19,7 +19,7 @@ namespace mpvnet.Properties {
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
@@ -71,8 +71,8 @@ namespace mpvnet.Properties {
|
||||
///help = Specify the hardware video decoding API that should be used if possible. Whether hardware decoding is actually done depends on the video codec. If hardware decoding is not possible, mpv will fall back on software decoding.\n\nFor more information visit:
|
||||
///
|
||||
///option = no always use software decoding
|
||||
///option = auto enable best hw decoder (see below)
|
||||
///option = yes [rest of string was truncated]";.
|
||||
///option = auto enable best hw decoder
|
||||
///option = yes exact [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string editor_conf {
|
||||
get {
|
||||
@@ -82,20 +82,19 @@ namespace mpvnet.Properties {
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to
|
||||
/// # This file defines the key and mouse bindings and the context menu of mpv.net.
|
||||
///
|
||||
/// # A input and config editor can be found in the context menu under 'Settings'.
|
||||
///
|
||||
/// # The mpv.conf defaults of mpv.net contain: 'input-default-bindings = no'
|
||||
/// # which disables the input defaults of mpv.
|
||||
///
|
||||
/// # Every line in this file begins with a space character to make search easier,
|
||||
/// # if you want to know if 'o' has already a binding you can search for ' o '.
|
||||
///# This file defines the key and mouse bindings and also the context menu of mpv.net.
|
||||
///
|
||||
/// # input test mode:
|
||||
/// # mpvnet --input-test
|
||||
///# A input and config editor can be found in the context menu under 'Settings'.
|
||||
///
|
||||
/// # The [rest of string was truncated]";.
|
||||
///# The mpv.conf defaults of mpv.net contain input-default-bindings=yes and
|
||||
///# input-builtin-bindings=no which disables the input defaults of mpv.
|
||||
///
|
||||
///# The input test mode can be started via command line: --input-test
|
||||
///
|
||||
///# The input key list can be printed with --input-keylist or
|
||||
///# shown from the context menu under: View > Show Keys
|
||||
///
|
||||
///# m [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string input_conf {
|
||||
get {
|
||||
@@ -103,28 +102,6 @@ namespace mpvnet.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to
|
||||
///input-default-bindings = no
|
||||
///input-ar-delay = 500
|
||||
///input-ar-rate = 20
|
||||
///keep-open = yes
|
||||
///keep-open-pause = no
|
||||
///osd-duration = 2000
|
||||
///osd-playing-msg = '${filename}'
|
||||
///script-opts = osc-scalewindowed=1.5,osc-hidetimeout=2000,console-scale=1
|
||||
///screenshot-directory = '~~desktop/'
|
||||
///
|
||||
///[protocol.https]
|
||||
///osd-playing-msg = '${media-title}'
|
||||
///.
|
||||
/// </summary>
|
||||
internal static string mpv_conf {
|
||||
get {
|
||||
return ResourceManager.GetString("mpv_conf", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
@@ -153,12 +130,11 @@ namespace mpvnet.Properties {
|
||||
///foreground = #DDDDDD
|
||||
///foreground2 = #AAAAAA
|
||||
///background = #323232
|
||||
///highlight = #404040
|
||||
///
|
||||
///menu-foreground = #DDDDDD
|
||||
///menu-background = #323232
|
||||
///menu-highlight = #505050
|
||||
///menu-border = #FFFFFF
|
||||
///menu-checked = #5A5A5A
|
||||
///
|
||||
///
|
||||
///[light]
|
||||
@@ -167,12 +143,11 @@ namespace mpvnet.Properties {
|
||||
///foreground = #000000
|
||||
///foreground2 = #4C4C4C
|
||||
///background = #F7F7F7
|
||||
///highlight = #DFDFDF
|
||||
///
|
||||
///menu-foreground = #000000
|
||||
///menu-background = #DFDFDF
|
||||
///menu-highlight = #BFBFBF
|
||||
///menu-border = #6A6A6A
|
||||
///menu-checked = #AAAAAA
|
||||
///.
|
||||
/// </summary>
|
||||
internal static string theme {
|
||||
|
||||
@@ -130,9 +130,6 @@
|
||||
<data name="mpvnet_santa" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\mpvnet-santa.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="mpv_conf" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\mpv.conf.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
</data>
|
||||
<data name="theme" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\theme.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user