Merge pull request #2109 from MediaBrowser/dev
update sony dlna profiles
This commit is contained in:
commit
c6b360c9b4
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user