From: sr55 Date: Sat, 10 Aug 2019 17:31:46 +0000 (+0100) Subject: WinGui: Metadata code cleanup X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13e5cd724c65163a96385ad433f399a382b5d20a;p=handbrake WinGui: Metadata code cleanup --- diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 584540135..149010d2e 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -1926,7 +1926,7 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to Meta Data. + /// Looks up a localized string similar to Metadata. /// public static string MainView_MetaDataTab { get { @@ -2457,7 +2457,70 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to Meta Data. + /// Looks up a localized string similar to Actors:. + /// + public static string MetadataView_Actors { + get { + return ResourceManager.GetString("MetadataView_Actors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Comments:. + /// + public static string MetadataView_Comments { + get { + return ResourceManager.GetString("MetadataView_Comments", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Description:. + /// + public static string MetadataView_Description { + get { + return ResourceManager.GetString("MetadataView_Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Director:. + /// + public static string MetadataView_Director { + get { + return ResourceManager.GetString("MetadataView_Director", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Genre:. + /// + public static string MetadataView_Genre { + get { + return ResourceManager.GetString("MetadataView_Genre", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Plot:. + /// + public static string MetadataView_Plot { + get { + return ResourceManager.GetString("MetadataView_Plot", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Release Date:. + /// + public static string MetadataView_ReleaseDate { + get { + return ResourceManager.GetString("MetadataView_ReleaseDate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Metadata. /// public static string MetaDataView_Title { get { @@ -2465,6 +2528,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Title:. + /// + public static string MetadataView_TitleTag { + get { + return ResourceManager.GetString("MetadataView_TitleTag", resourceCulture); + } + } + /// /// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}% ///FPS: {3:000.0}, Avg FPS: {4:000.0} @@ -2994,6 +3066,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to System. + /// + public static string Options_SystemOptions { + get { + return ResourceManager.GetString("Options_SystemOptions", resourceCulture); + } + } + /// /// Looks up a localized string similar to Change case to Title Case. /// diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index e40d9f7c9..123e45e9a 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -1022,7 +1022,7 @@ Would you like to overwrite it? iPod 5G Support - Meta Data + Metadata (Modified) @@ -1142,7 +1142,7 @@ Would you like to overwrite it? Manage Preset - Meta Data + Metadata Allow use of the Nvidia NVENC Encoders @@ -2018,4 +2018,31 @@ Where supported, any user presets will have been imported. Configure Automatic Subtitle Selections + + System + + + Actors: + + + Comments: + + + Description: + + + Director: + + + Genre: + + + Plot: + + + Release Date: + + + Title: + \ No newline at end of file diff --git a/win/CS/HandBrakeWPF/Views/MetaDataView.xaml b/win/CS/HandBrakeWPF/Views/MetaDataView.xaml index f8c62a6da..aa998eced 100644 --- a/win/CS/HandBrakeWPF/Views/MetaDataView.xaml +++ b/win/CS/HandBrakeWPF/Views/MetaDataView.xaml @@ -10,33 +10,36 @@ + + - + + - + - + - - - - - - - - - - + + + + + + + + @@ -44,35 +47,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + +