Sharp Smart TV.xml 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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>Sharp Smart TV</Name>
  4. <Identification>
  5. <Manufacturer>Sharp</Manufacturer>
  6. <Headers>
  7. <HttpHeaderInfo name="User-Agent" value="Sharp" match="Substring" />
  8. </Headers>
  9. </Identification>
  10. <Manufacturer>Jellyfin</Manufacturer>
  11. <ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
  12. <ModelName>Jellyfin Server</ModelName>
  13. <ModelDescription>UPnP/AV 1.0 Compliant Media Server</ModelDescription>
  14. <ModelNumber>01</ModelNumber>
  15. <ModelUrl>https://github.com/jellyfin/jellyfin</ModelUrl>
  16. <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
  17. <EnableSingleAlbumArtLimit>false</EnableSingleAlbumArtLimit>
  18. <EnableSingleSubtitleLimit>false</EnableSingleSubtitleLimit>
  19. <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
  20. <AlbumArtPn>JPEG_SM</AlbumArtPn>
  21. <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
  22. <MaxAlbumArtHeight>480</MaxAlbumArtHeight>
  23. <MaxIconWidth>48</MaxIconWidth>
  24. <MaxIconHeight>48</MaxIconHeight>
  25. <MaxStreamingBitrate>140000000</MaxStreamingBitrate>
  26. <MaxStaticBitrate>140000000</MaxStaticBitrate>
  27. <MusicStreamingTranscodingBitrate>192000</MusicStreamingTranscodingBitrate>
  28. <MaxStaticMusicBitrate xsi:nil="true" />
  29. <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>
  30. <TimelineOffsetSeconds>0</TimelineOffsetSeconds>
  31. <RequiresPlainVideoItems>true</RequiresPlainVideoItems>
  32. <RequiresPlainFolders>true</RequiresPlainFolders>
  33. <EnableMSMediaReceiverRegistrar>false</EnableMSMediaReceiverRegistrar>
  34. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  35. <XmlRootAttributes />
  36. <DirectPlayProfiles>
  37. <DirectPlayProfile container="m4v,mkv,avi,mov,mp4" audioCodec="aac,mp3,ac3,dts,dca" videoCodec="h264,mpeg4" type="Video" />
  38. <DirectPlayProfile container="asf,wmv" type="Video" />
  39. <DirectPlayProfile container="mpg,mpeg" audioCodec="mp3,aac" videoCodec="mpeg2video" type="Video" />
  40. <DirectPlayProfile container="flv" audioCodec="mp3,aac" videoCodec="h264" type="Video" />
  41. <DirectPlayProfile container="mp3,wav" type="Audio" />
  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,dts,dca" estimateContentLength="false" enableMpegtsM2TsMode="true" 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. <CodecProfiles />
  50. <ResponseProfiles>
  51. <ResponseProfile container="m4v" type="Video" mimeType="video/mp4">
  52. <Conditions />
  53. </ResponseProfile>
  54. </ResponseProfiles>
  55. <SubtitleProfiles>
  56. <SubtitleProfile format="srt" method="Embed" />
  57. <SubtitleProfile format="srt" method="External" />
  58. </SubtitleProfiles>
  59. </Profile>