}
/// <summary>
- /// Looks up a localized string similar to Meta Data.
+ /// Looks up a localized string similar to Metadata.
/// </summary>
public static string MainView_MetaDataTab {
get {
}
/// <summary>
- /// Looks up a localized string similar to Meta Data.
+ /// Looks up a localized string similar to Actors:.
+ /// </summary>
+ public static string MetadataView_Actors {
+ get {
+ return ResourceManager.GetString("MetadataView_Actors", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Comments:.
+ /// </summary>
+ public static string MetadataView_Comments {
+ get {
+ return ResourceManager.GetString("MetadataView_Comments", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Description:.
+ /// </summary>
+ public static string MetadataView_Description {
+ get {
+ return ResourceManager.GetString("MetadataView_Description", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Director:.
+ /// </summary>
+ public static string MetadataView_Director {
+ get {
+ return ResourceManager.GetString("MetadataView_Director", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Genre:.
+ /// </summary>
+ public static string MetadataView_Genre {
+ get {
+ return ResourceManager.GetString("MetadataView_Genre", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Plot:.
+ /// </summary>
+ public static string MetadataView_Plot {
+ get {
+ return ResourceManager.GetString("MetadataView_Plot", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Release Date:.
+ /// </summary>
+ public static string MetadataView_ReleaseDate {
+ get {
+ return ResourceManager.GetString("MetadataView_ReleaseDate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Metadata.
/// </summary>
public static string MetaDataView_Title {
get {
}
}
+ /// <summary>
+ /// Looks up a localized string similar to Title:.
+ /// </summary>
+ public static string MetadataView_TitleTag {
+ get {
+ return ResourceManager.GetString("MetadataView_TitleTag", resourceCulture);
+ }
+ }
+
/// <summary>
/// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}%
///FPS: {3:000.0}, Avg FPS: {4:000.0}
}
}
+ /// <summary>
+ /// Looks up a localized string similar to System.
+ /// </summary>
+ public static string Options_SystemOptions {
+ get {
+ return ResourceManager.GetString("Options_SystemOptions", resourceCulture);
+ }
+ }
+
/// <summary>
/// Looks up a localized string similar to Change case to Title Case.
/// </summary>
<value>iPod 5G Support</value>\r
</data>\r
<data name="MainView_MetaDataTab" xml:space="preserve">\r
- <value>Meta Data</value>\r
+ <value>Metadata</value>\r
</data>\r
<data name="MainView_ModifiedPreset" xml:space="preserve">\r
<value>(Modified)</value>\r
<value>Manage Preset</value>\r
</data>\r
<data name="MetaDataView_Title" xml:space="preserve">\r
- <value>Meta Data</value>\r
+ <value>Metadata</value>\r
</data>\r
<data name="OptionsView_EnableNvencEncoding" xml:space="preserve">\r
<value>Allow use of the Nvidia NVENC Encoders</value>\r
<data name="SubtitlesDefaultsView_PaneTitle" xml:space="preserve">\r
<value>Configure Automatic Subtitle Selections</value>\r
</data>\r
+ <data name="Options_SystemOptions" xml:space="preserve">\r
+ <value>System</value>\r
+ </data>\r
+ <data name="MetadataView_Actors" xml:space="preserve">\r
+ <value>Actors:</value>\r
+ </data>\r
+ <data name="MetadataView_Comments" xml:space="preserve">\r
+ <value>Comments:</value>\r
+ </data>\r
+ <data name="MetadataView_Description" xml:space="preserve">\r
+ <value>Description:</value>\r
+ </data>\r
+ <data name="MetadataView_Director" xml:space="preserve">\r
+ <value>Director:</value>\r
+ </data>\r
+ <data name="MetadataView_Genre" xml:space="preserve">\r
+ <value>Genre:</value>\r
+ </data>\r
+ <data name="MetadataView_Plot" xml:space="preserve">\r
+ <value>Plot:</value>\r
+ </data>\r
+ <data name="MetadataView_ReleaseDate" xml:space="preserve">\r
+ <value>Release Date:</value>\r
+ </data>\r
+ <data name="MetadataView_TitleTag" xml:space="preserve">\r
+ <value>Title:</value>\r
+ </data>\r
</root>
\ No newline at end of file
<UserControl.Resources>
<converters:BooleanToVisibilityConverter x:Key="boolToVisConverter" />
+
+ <Style TargetType="TextBox" BasedOn="{StaticResource {x:Type TextBox}}">
+ <Setter Property="Margin" Value="0,5,0,0"></Setter>
+ </Style>
</UserControl.Resources>
- <Grid>
+ <Grid Margin="10,0,0,0">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
+ <RowDefinition Height="*" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
- <TextBlock Text="{x:Static Properties:Resources.MetaDataView_Title}" FontWeight="Bold" Margin="10,5,0,0" Grid.Row="0" />
+ <TextBlock Text="{x:Static Properties:Resources.MetaDataView_Title}" FontWeight="Bold" Margin="0,5,0,0" Grid.Row="0" />
<!-- Metadata Input Area -->
- <Grid Grid.Row="1" Margin="10,10,0,0">
+ <Grid Grid.Row="2" Margin="0,10,0,10">
<Grid.RowDefinitions>
- <RowDefinition Height="Auto" MinHeight="25" />
- <RowDefinition Height="Auto" MinHeight="25" />
- <RowDefinition Height="Auto" MinHeight="25" />
- <RowDefinition Height="Auto" MinHeight="25" />
- <RowDefinition Height="Auto" MinHeight="25" />
- <RowDefinition Height="Auto" MinHeight="25" />
- <RowDefinition Height="Auto" MinHeight="25" />
- <RowDefinition Height="Auto" MinHeight="25" />
- <RowDefinition Height="Auto" MinHeight="25" />
- <RowDefinition Height="Auto" MinHeight="25" />
+ <RowDefinition Height="Auto" />
+ <RowDefinition Height="Auto" />
+ <RowDefinition Height="Auto" />
+ <RowDefinition Height="Auto" />
+ <RowDefinition Height="Auto" />
+ <RowDefinition Height="Auto" />
+ <RowDefinition Height="Auto" />
+ <RowDefinition Height="*" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
- <TextBlock Text="Album Artist:" Grid.Row="0" />
- <TextBox Grid.Row="0" Grid.Column="1" Text="{Binding MetaData.AlbumArtist, UpdateSourceTrigger=PropertyChanged}" Width="350" VerticalAlignment="Center" />
-
- <TextBlock Text="Album:" Grid.Row="1" Grid.Column="0" />
- <TextBox Grid.Row="1" Grid.Column="1" Text="{Binding MetaData.Album, UpdateSourceTrigger=PropertyChanged}" Width="350" VerticalAlignment="Center" />
-
- <TextBlock Text="Artist:" Grid.Row="2" Grid.Column="0" />
- <TextBox Grid.Row="2" Grid.Column="1" Text="{Binding MetaData.Artist, UpdateSourceTrigger=PropertyChanged}" Width="350" VerticalAlignment="Center" />
-
- <TextBlock Text="Comment:" Grid.Row="3" Grid.Column="0" />
- <TextBox Grid.Row="3" Grid.Column="1" Text="{Binding MetaData.Comment, UpdateSourceTrigger=PropertyChanged}" Width="350" VerticalAlignment="Center" />
-
- <TextBlock Text="Composer:" Grid.Row="4" Grid.Column="0" />
- <TextBox Grid.Row="4" Grid.Column="1" Text="{Binding MetaData.Composer, UpdateSourceTrigger=PropertyChanged}" Width="350" VerticalAlignment="Center" />
-
- <TextBlock Text="Description:" Grid.Row="5" Grid.Column="0" />
- <TextBox Grid.Row="5" Grid.Column="1" Text="{Binding MetaData.Description, UpdateSourceTrigger=PropertyChanged}" Width="350" VerticalAlignment="Center" />
-
- <TextBlock Text="Genre:" Grid.Row="6" Grid.Column="0" />
- <TextBox Grid.Row="6" Grid.Column="1" Text="{Binding MetaData.Genre, UpdateSourceTrigger=PropertyChanged}" Width="350" VerticalAlignment="Center" />
-
- <TextBlock Text="Long Description:" Grid.Row="7" Grid.Column="0" />
- <TextBox Grid.Row="7" Grid.Column="1" Text="{Binding MetaData.LongDescription, UpdateSourceTrigger=PropertyChanged}" Width="350" VerticalAlignment="Center" />
-
- <TextBlock Text="Name:" Grid.Row="8" Grid.Column="0" />
- <TextBox Grid.Row="8" Grid.Column="1" Text="{Binding MetaData.Name, UpdateSourceTrigger=PropertyChanged}" Width="350" VerticalAlignment="Center" />
-
- <TextBlock Text="Release Date:" Grid.Row="9" Grid.Column="0" />
- <TextBox Grid.Row="9" Grid.Column="1" Text="{Binding MetaData.ReleaseDate, UpdateSourceTrigger=PropertyChanged}" Width="350" VerticalAlignment="Center" />
+
+ <TextBlock Text="{x:Static Properties:Resources.MetadataView_TitleTag}" Grid.Row="0" Grid.Column="0" />
+ <TextBox Grid.Row="0" Grid.Column="1" Text="{Binding MetaData.Name, UpdateSourceTrigger=PropertyChanged}" Width="450" VerticalAlignment="Center" />
+
+ <TextBlock Text="{x:Static Properties:Resources.MetadataView_Actors}" Grid.Row="1" Grid.Column="0" />
+ <TextBox Grid.Row="1" Grid.Column="1" Text="{Binding MetaData.Artist, UpdateSourceTrigger=PropertyChanged}" Width="450" VerticalAlignment="Center" />
+
+ <TextBlock Text="{x:Static Properties:Resources.MetadataView_Director}" Grid.Row="2" />
+ <TextBox Grid.Row="2" Grid.Column="1" Text="{Binding MetaData.AlbumArtist, UpdateSourceTrigger=PropertyChanged}" Width="450" VerticalAlignment="Center" />
+
+ <TextBlock Text="{x:Static Properties:Resources.MetadataView_ReleaseDate}" Grid.Row="3" Grid.Column="0" />
+ <TextBox Grid.Row="3" Grid.Column="1" Text="{Binding MetaData.ReleaseDate, UpdateSourceTrigger=PropertyChanged}" Width="450" VerticalAlignment="Center" />
+
+ <TextBlock Text="{x:Static Properties:Resources.MetadataView_Comments}" Grid.Row="4" Grid.Column="0" />
+ <TextBox Grid.Row="4" Grid.Column="1" Text="{Binding MetaData.Comment, UpdateSourceTrigger=PropertyChanged}" Width="450" VerticalAlignment="Center" />
+
+ <TextBlock Text="{x:Static Properties:Resources.MetadataView_Genre}" Grid.Row="5" Grid.Column="0" />
+ <TextBox Grid.Row="5" Grid.Column="1" Text="{Binding MetaData.Genre, UpdateSourceTrigger=PropertyChanged}" Width="450" VerticalAlignment="Center" />
+
+ <TextBlock Text="{x:Static Properties:Resources.MetadataView_Description}" Grid.Row="6" Grid.Column="0" />
+ <TextBox Grid.Row="6" Grid.Column="1" Text="{Binding MetaData.Description, UpdateSourceTrigger=PropertyChanged}" Width="450" VerticalAlignment="Center" />
+
+ <TextBlock Text="{x:Static Properties:Resources.MetadataView_Plot}" Grid.Row="7" Grid.Column="0" />
+ <TextBox Grid.Row="7" Grid.Column="1" Text="{Binding MetaData.LongDescription, UpdateSourceTrigger=PropertyChanged}" Width="450"
+ VerticalAlignment="Stretch" TextWrapping="WrapWithOverflow" VerticalContentAlignment="Stretch" />
+
</Grid>
</Grid>