Dish Hopper-Joey.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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>Dish Hopper-Joey</Name>
  5. <Identification>
  6. <Manufacturer>Echostar Technologies LLC</Manufacturer>
  7. <ManufacturerUrl>http://www.echostar.com</ManufacturerUrl>
  8. <Headers>
  9. <HttpHeaderInfo name="User-Agent" value="Zip_" match="Substring" />
  10. </Headers>
  11. </Identification>
  12. <Manufacturer>Jellyfin</Manufacturer>
  13. <ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
  14. <ModelName>Jellyfin Server</ModelName>
  15. <ModelDescription>UPnP/AV 1.0 Compliant Media Server</ModelDescription>
  16. <ModelNumber>01</ModelNumber>
  17. <ModelUrl>https://github.com/jellyfin/jellyfin</ModelUrl>
  18. <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
  19. <EnableSingleAlbumArtLimit>false</EnableSingleAlbumArtLimit>
  20. <EnableSingleSubtitleLimit>false</EnableSingleSubtitleLimit>
  21. <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
  22. <AlbumArtPn>JPEG_SM</AlbumArtPn>
  23. <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
  24. <MaxAlbumArtHeight>480</MaxAlbumArtHeight>
  25. <MaxIconWidth>48</MaxIconWidth>
  26. <MaxIconHeight>48</MaxIconHeight>
  27. <MaxStreamingBitrate>140000000</MaxStreamingBitrate>
  28. <MaxStaticBitrate>140000000</MaxStaticBitrate>
  29. <MusicStreamingTranscodingBitrate>192000</MusicStreamingTranscodingBitrate>
  30. <MaxStaticMusicBitrate xsi:nil="true" />
  31. <ProtocolInfo>http-get:*:video/mp2t:http-get:*:video/mpeg:*,http-get:*:video/MP1S:*,http-get:*:video/mpeg2:*,http-get:*:video/mp4:*,http-get:*:video/x-matroska:*,http-get:*:audio/mpeg:*,http-get:*:audio/mpeg3:*,http-get:*:audio/mp3:*,http-get:*:audio/mp4:*,http-get:*:audio/mp4a-latm:*,http-get:*:image/jpeg:*</ProtocolInfo>
  32. <TimelineOffsetSeconds>0</TimelineOffsetSeconds>
  33. <RequiresPlainVideoItems>false</RequiresPlainVideoItems>
  34. <RequiresPlainFolders>false</RequiresPlainFolders>
  35. <EnableMSMediaReceiverRegistrar>false</EnableMSMediaReceiverRegistrar>
  36. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  37. <XmlRootAttributes />
  38. <DirectPlayProfiles>
  39. <DirectPlayProfile container="mp4,mkv,mpeg,ts" audioCodec="mp3,ac3,aac,he-aac,pcm" videoCodec="h264,mpeg2video" type="Video" />
  40. <DirectPlayProfile container="mp3,alac,flac" 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="mp4" type="Video" videoCodec="h264" audioCodec="aac" 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. <CodecProfiles>
  50. <CodecProfile type="Video" codec="h264">
  51. <Conditions>
  52. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  53. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  54. <ProfileCondition condition="LessThanEqual" property="VideoFramerate" value="30" isRequired="true" />
  55. <ProfileCondition condition="LessThanEqual" property="VideoBitrate" value="20000000" isRequired="true" />
  56. <ProfileCondition condition="LessThanEqual" property="VideoLevel" value="41" isRequired="true" />
  57. </Conditions>
  58. <ApplyConditions />
  59. </CodecProfile>
  60. <CodecProfile type="Video">
  61. <Conditions>
  62. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  63. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  64. <ProfileCondition condition="LessThanEqual" property="VideoFramerate" value="30" isRequired="true" />
  65. <ProfileCondition condition="LessThanEqual" property="VideoBitrate" value="20000000" isRequired="true" />
  66. </Conditions>
  67. <ApplyConditions />
  68. </CodecProfile>
  69. <CodecProfile type="VideoAudio" codec="ac3,he-aac">
  70. <Conditions>
  71. <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="6" isRequired="true" />
  72. </Conditions>
  73. <ApplyConditions />
  74. </CodecProfile>
  75. <CodecProfile type="VideoAudio" codec="aac">
  76. <Conditions>
  77. <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="2" isRequired="true" />
  78. </Conditions>
  79. <ApplyConditions />
  80. </CodecProfile>
  81. <CodecProfile type="VideoAudio">
  82. <Conditions>
  83. <ProfileCondition condition="Equals" property="IsSecondaryAudio" value="false" isRequired="true" />
  84. </Conditions>
  85. <ApplyConditions />
  86. </CodecProfile>
  87. </CodecProfiles>
  88. <ResponseProfiles>
  89. <ResponseProfile container="mkv,ts,mpegts" type="Video" mimeType="video/mp4">
  90. <Conditions />
  91. </ResponseProfile>
  92. </ResponseProfiles>
  93. <SubtitleProfiles>
  94. <SubtitleProfile format="srt" method="Embed" />
  95. </SubtitleProfiles>
  96. </Profile>