update sony dlna profiles

This commit is contained in:
Luke Pulverenti 2016-08-27 14:18:02 -04:00
parent 08d212c7a2
commit f41f29a92a
8 changed files with 126 additions and 6 deletions

View file

@ -12,7 +12,41 @@ namespace MediaBrowser.Dlna.Profiles
Identification = new DeviceIdentification
{
ModelNumber = "BDP-2013"
ModelNumber = "BDP-2013",
Headers = new[]
{
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S1100",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S3100",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S5100",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S6100",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S7100",
Match = HeaderMatchType.Substring
}
}
};
AddXmlRootAttribute("xmlns:av", "urn:schemas-sony-com:av");

View file

@ -12,7 +12,41 @@ namespace MediaBrowser.Dlna.Profiles
Identification = new DeviceIdentification
{
ModelNumber = "BDP-2014"
ModelNumber = "BDP-2014",
Headers = new[]
{
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S1200",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S3200",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S5200",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S6200",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S7200",
Match = HeaderMatchType.Substring
}
}
};
AddXmlRootAttribute("xmlns:av", "urn:schemas-sony-com:av");

View file

@ -12,7 +12,29 @@ namespace MediaBrowser.Dlna.Profiles
Identification = new DeviceIdentification
{
ModelNumber = "BDP-2015"
ModelNumber = "BDP-2015",
Headers = new[]
{
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S1500",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S3500",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S6500",
Match = HeaderMatchType.Substring
}
}
};
AddXmlRootAttribute("xmlns:av", "urn:schemas-sony-com:av");

View file

@ -16,11 +16,23 @@ namespace MediaBrowser.Dlna.Profiles
Headers = new[]
{
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S1700",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S3700",
Match = HeaderMatchType.Substring
},
new HttpHeaderInfo
{
Name = "X-AV-Physical-Unit-Info",
Value = "BDP-S6700",
Match = HeaderMatchType.Substring
}
}
};

View file

@ -3,7 +3,13 @@
<Name>Sony Blu-ray Player 2013</Name>
<Identification>
<ModelNumber>BDP-2013</ModelNumber>
<Headers />
<Headers>
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S1100" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S3100" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S5100" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S6100" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S7100" match="Substring" />
</Headers>
</Identification>
<Manufacturer>Microsoft Corporation</Manufacturer>
<ManufacturerUrl>http://emby.media/</ManufacturerUrl>

View file

@ -3,7 +3,13 @@
<Name>Sony Blu-ray Player 2014</Name>
<Identification>
<ModelNumber>BDP-2014</ModelNumber>
<Headers />
<Headers>
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S1200" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S3200" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S5200" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S6200" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S7200" match="Substring" />
</Headers>
</Identification>
<Manufacturer>Microsoft Corporation</Manufacturer>
<ManufacturerUrl>http://emby.media/</ManufacturerUrl>

View file

@ -3,7 +3,11 @@
<Name>Sony Blu-ray Player 2015</Name>
<Identification>
<ModelNumber>BDP-2015</ModelNumber>
<Headers />
<Headers>
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S1500" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S3500" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S6500" match="Substring" />
</Headers>
</Identification>
<Manufacturer>Microsoft Corporation</Manufacturer>
<ManufacturerUrl>http://emby.media/</ManufacturerUrl>

View file

@ -4,7 +4,9 @@
<Identification>
<ModelNumber>BDP-2016</ModelNumber>
<Headers>
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S1700" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S3700" match="Substring" />
<HttpHeaderInfo name="X-AV-Physical-Unit-Info" value="BDP-S6700" match="Substring" />
</Headers>
</Identification>
<Manufacturer>Microsoft Corporation</Manufacturer>