update bravia profiles

This commit is contained in:
Luke Pulverenti 2015-06-17 21:41:22 -04:00
parent 0255b6a553
commit 87566d2b80
5 changed files with 76 additions and 6 deletions

View File

@ -333,6 +333,22 @@ namespace MediaBrowser.Dlna.Profiles
Value = "he-aac" Value = "he-aac"
} }
} }
},
new CodecProfile
{
Type = CodecType.VideoAudio,
Codec = "mp3,mp2",
Conditions = new []
{
new ProfileCondition
{
Condition = ProfileConditionType.LessThanEqual,
Property = ProfileConditionValue.AudioChannels,
Value = "2"
}
}
} }
}; };
} }

View File

@ -75,21 +75,21 @@ namespace MediaBrowser.Dlna.Profiles
{ {
Container = "ts", Container = "ts",
VideoCodec = "mpeg2video", VideoCodec = "mpeg2video",
AudioCodec = "mp3,mp2", AudioCodec = "mp3",
Type = DlnaProfileType.Video Type = DlnaProfileType.Video
}, },
new DirectPlayProfile new DirectPlayProfile
{ {
Container = "mp4", Container = "mp4",
VideoCodec = "h264,mpeg4", VideoCodec = "h264,mpeg4",
AudioCodec = "ac3,aac,mp3,mp2", AudioCodec = "ac3,aac,mp3",
Type = DlnaProfileType.Video Type = DlnaProfileType.Video
}, },
new DirectPlayProfile new DirectPlayProfile
{ {
Container = "mpeg", Container = "mpeg",
VideoCodec = "mpeg2video,mpeg1video", VideoCodec = "mpeg2video,mpeg1video",
AudioCodec = "mp3,mp2", AudioCodec = "mp3",
Type = DlnaProfileType.Video Type = DlnaProfileType.Video
}, },
new DirectPlayProfile new DirectPlayProfile
@ -350,6 +350,22 @@ namespace MediaBrowser.Dlna.Profiles
Value = "he-aac" Value = "he-aac"
} }
} }
},
new CodecProfile
{
Type = CodecType.VideoAudio,
Codec = "mp3,mp2",
Conditions = new []
{
new ProfileCondition
{
Condition = ProfileConditionType.LessThanEqual,
Property = ProfileConditionValue.AudioChannels,
Value = "2"
}
}
} }
}; };
} }

View File

@ -268,6 +268,22 @@ namespace MediaBrowser.Dlna.Profiles
Value = "6" Value = "6"
} }
} }
},
new CodecProfile
{
Type = CodecType.VideoAudio,
Codec = "mp3,mp2",
Conditions = new []
{
new ProfileCondition
{
Condition = ProfileConditionType.LessThanEqual,
Property = ProfileConditionValue.AudioChannels,
Value = "2"
}
}
} }
}; };
} }

View File

@ -286,6 +286,22 @@ namespace MediaBrowser.Dlna.Profiles
Value = "30" Value = "30"
} }
} }
},
new CodecProfile
{
Type = CodecType.VideoAudio,
Codec = "mp3,mp2",
Conditions = new []
{
new ProfileCondition
{
Condition = ProfileConditionType.LessThanEqual,
Property = ProfileConditionValue.AudioChannels,
Value = "2"
}
}
} }
}; };
} }

View File

@ -192,9 +192,15 @@
<Content Include="dashboard-ui\thirdparty\iron-meta\iron-meta.html"> <Content Include="dashboard-ui\thirdparty\iron-meta\iron-meta.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.icons.css" /> <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.icons.css">
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.structure.min.css" /> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.theme.min.css" /> </Content>
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.structure.min.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.theme.min.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\thirdparty\paper-behaviors\paper-button-behavior.html"> <Content Include="dashboard-ui\thirdparty\paper-behaviors\paper-button-behavior.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>