LG Smart TV.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0"?>
  2. <Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <Name>LG Smart TV</Name>
  4. <Identification>
  5. <FriendlyName>LG.*</FriendlyName>
  6. <Headers>
  7. <HttpHeaderInfo name="User-Agent" value="LG" match="Substring" />
  8. </Headers>
  9. </Identification>
  10. <Manufacturer>Media Browser</Manufacturer>
  11. <ManufacturerUrl>http://mediabrowser3.com/</ManufacturerUrl>
  12. <ModelName>Media Browser</ModelName>
  13. <ModelDescription>Media Browser</ModelDescription>
  14. <ModelNumber>Media Browser</ModelNumber>
  15. <ModelUrl>http://mediabrowser3.com/</ModelUrl>
  16. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  17. <SupportsAlbumArtInDidl>false</SupportsAlbumArtInDidl>
  18. <ProtocolInfo>DLNA</ProtocolInfo>
  19. <TimelineOffsetSeconds>10</TimelineOffsetSeconds>
  20. <RequiresPlainVideoItems>false</RequiresPlainVideoItems>
  21. <RequiresPlainFolders>false</RequiresPlainFolders>
  22. <DirectPlayProfiles>
  23. <DirectPlayProfile container="ts" audioCodec="aac,ac3,mp3" videoCodec="h264" type="Video" />
  24. <DirectPlayProfile container="mkv" audioCodec="aac,ac3,mp3" videoCodec="h264" type="Video" />
  25. <DirectPlayProfile container="mp4" audioCodec="aac,ac3,mp3" videoCodec="h264,mpeg4" type="Video" />
  26. <DirectPlayProfile container="mp3" audioCodec="mp3" type="Audio" />
  27. <DirectPlayProfile container="jpeg" type="Photo" />
  28. </DirectPlayProfiles>
  29. <TranscodingProfiles>
  30. <TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto">
  31. <Settings />
  32. </TranscodingProfile>
  33. <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="ac3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto">
  34. <Settings />
  35. </TranscodingProfile>
  36. <TranscodingProfile container="jpeg" type="Photo" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto">
  37. <Settings />
  38. </TranscodingProfile>
  39. </TranscodingProfiles>
  40. <ContainerProfiles>
  41. <ContainerProfile type="Photo">
  42. <Conditions>
  43. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  44. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  45. </Conditions>
  46. </ContainerProfile>
  47. </ContainerProfiles>
  48. <CodecProfiles>
  49. <CodecProfile type="VideoCodec" codec="mpeg4">
  50. <Conditions>
  51. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  52. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  53. <ProfileCondition condition="LessThanEqual" property="VideoFramerate" value="30" isRequired="true" />
  54. </Conditions>
  55. </CodecProfile>
  56. <CodecProfile type="VideoCodec" codec="h264">
  57. <Conditions>
  58. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  59. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  60. <ProfileCondition condition="LessThanEqual" property="VideoFramerate" value="30" isRequired="true" />
  61. <ProfileCondition condition="LessThanEqual" property="VideoLevel" value="41" isRequired="true" />
  62. </Conditions>
  63. </CodecProfile>
  64. <CodecProfile type="VideoAudioCodec" codec="ac3,aac,mp3">
  65. <Conditions>
  66. <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="6" isRequired="true" />
  67. </Conditions>
  68. </CodecProfile>
  69. </CodecProfiles>
  70. <MediaProfiles />
  71. </Profile>