|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
|
|
|
<Profile xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
|
<Name>WDTV Live</Name>
|
|
|
|
|
<Identification>
|
|
|
|
|
<ModelName>WD TV</ModelName>
|
|
|
|
@ -17,6 +17,7 @@
|
|
|
|
|
<ModelUrl>http://emby.media/</ModelUrl>
|
|
|
|
|
<EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
|
|
|
|
|
<EnableSingleAlbumArtLimit>false</EnableSingleAlbumArtLimit>
|
|
|
|
|
<EnableSingleSubtitleLimit>false</EnableSingleSubtitleLimit>
|
|
|
|
|
<SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
|
|
|
|
|
<AlbumArtPn>JPEG_SM</AlbumArtPn>
|
|
|
|
|
<MaxAlbumArtWidth>480</MaxAlbumArtWidth>
|
|
|
|
@ -83,5 +84,11 @@
|
|
|
|
|
<Conditions />
|
|
|
|
|
</ResponseProfile>
|
|
|
|
|
</ResponseProfiles>
|
|
|
|
|
<SubtitleProfiles />
|
|
|
|
|
<SubtitleProfiles>
|
|
|
|
|
<SubtitleProfile format="srt" method="External" />
|
|
|
|
|
<SubtitleProfile format="srt" method="Embed" />
|
|
|
|
|
<SubtitleProfile format="sub" method="Embed" />
|
|
|
|
|
<SubtitleProfile format="subrip" method="Embed" />
|
|
|
|
|
<SubtitleProfile format="idx" method="Embed" />
|
|
|
|
|
</SubtitleProfiles>
|
|
|
|
|
</Profile>
|