LG Smart TV.xml 5.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0"?>
  2. <Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  4. <Name>LG Smart TV</Name>
  5. <Identification>
  6. <FriendlyName>LG.*</FriendlyName>
  7. <Headers>
  8. <HttpHeaderInfo name="User-Agent" value="LG" match="Substring" />
  9. </Headers>
  10. </Identification>
  11. <Manufacturer>Jellyfin</Manufacturer>
  12. <ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
  13. <ModelName>Jellyfin Server</ModelName>
  14. <ModelDescription>UPnP/AV 1.0 Compliant Media Server</ModelDescription>
  15. <ModelNumber>01</ModelNumber>
  16. <ModelUrl>https://github.com/jellyfin/jellyfin</ModelUrl>
  17. <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
  18. <EnableSingleAlbumArtLimit>false</EnableSingleAlbumArtLimit>
  19. <EnableSingleSubtitleLimit>false</EnableSingleSubtitleLimit>
  20. <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
  21. <AlbumArtPn>JPEG_SM</AlbumArtPn>
  22. <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
  23. <MaxAlbumArtHeight>480</MaxAlbumArtHeight>
  24. <MaxIconWidth>48</MaxIconWidth>
  25. <MaxIconHeight>48</MaxIconHeight>
  26. <MaxStreamingBitrate>140000000</MaxStreamingBitrate>
  27. <MaxStaticBitrate>140000000</MaxStaticBitrate>
  28. <MusicStreamingTranscodingBitrate>192000</MusicStreamingTranscodingBitrate>
  29. <MaxStaticMusicBitrate xsi:nil="true" />
  30. <ProtocolInfo>http-get:*:video/mpeg:*,http-get:*:video/mp4:*,http-get:*:video/vnd.dlna.mpeg-tts:*,http-get:*:video/avi:*,http-get:*:video/x-matroska:*,http-get:*:video/x-ms-wmv:*,http-get:*:video/wtv:*,http-get:*:audio/mpeg:*,http-get:*:audio/mp3:*,http-get:*:audio/mp4:*,http-get:*:audio/x-ms-wma:*,http-get:*:audio/wav:*,http-get:*:audio/L16:*,http-get:*:image/jpeg:*,http-get:*:image/png:*,http-get:*:image/gif:*,http-get:*:image/tiff:*</ProtocolInfo>
  31. <TimelineOffsetSeconds>10</TimelineOffsetSeconds>
  32. <RequiresPlainVideoItems>false</RequiresPlainVideoItems>
  33. <RequiresPlainFolders>false</RequiresPlainFolders>
  34. <EnableMSMediaReceiverRegistrar>false</EnableMSMediaReceiverRegistrar>
  35. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  36. <XmlRootAttributes />
  37. <DirectPlayProfiles>
  38. <DirectPlayProfile container="ts,mpegts,avi,mkv,m2ts" audioCodec="aac,ac3,eac3,mp3,dca,dts" videoCodec="h264" type="Video" />
  39. <DirectPlayProfile container="mp4,m4v" audioCodec="aac,ac3,eac3,mp3,dca,dts" videoCodec="h264,mpeg4" type="Video" />
  40. <DirectPlayProfile container="mp3" type="Audio" />
  41. <DirectPlayProfile container="jpeg" type="Photo" />
  42. </DirectPlayProfiles>
  43. <TranscodingProfiles>
  44. <TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  45. <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="ac3,aac,mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  46. <TranscodingProfile container="jpeg" type="Photo" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  47. </TranscodingProfiles>
  48. <ContainerProfiles>
  49. <ContainerProfile type="Photo">
  50. <Conditions>
  51. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  52. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  53. </Conditions>
  54. </ContainerProfile>
  55. </ContainerProfiles>
  56. <CodecProfiles>
  57. <CodecProfile type="Video" codec="mpeg4">
  58. <Conditions>
  59. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  60. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  61. <ProfileCondition condition="LessThanEqual" property="VideoFramerate" value="30" isRequired="true" />
  62. </Conditions>
  63. <ApplyConditions />
  64. </CodecProfile>
  65. <CodecProfile type="Video" codec="h264">
  66. <Conditions>
  67. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  68. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  69. <ProfileCondition condition="LessThanEqual" property="VideoLevel" value="41" isRequired="true" />
  70. </Conditions>
  71. <ApplyConditions />
  72. </CodecProfile>
  73. <CodecProfile type="VideoAudio" codec="ac3,eac3,aac,mp3">
  74. <Conditions>
  75. <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="6" isRequired="true" />
  76. </Conditions>
  77. <ApplyConditions />
  78. </CodecProfile>
  79. </CodecProfiles>
  80. <ResponseProfiles>
  81. <ResponseProfile container="m4v" type="Video" mimeType="video/mp4">
  82. <Conditions />
  83. </ResponseProfile>
  84. <ResponseProfile container="ts,mpegts" type="Video" mimeType="video/mpeg">
  85. <Conditions />
  86. </ResponseProfile>
  87. </ResponseProfiles>
  88. <SubtitleProfiles>
  89. <SubtitleProfile format="srt" method="Embed" />
  90. <SubtitleProfile format="srt" method="External" />
  91. </SubtitleProfiles>
  92. </Profile>