Popcorn Hour.xml 5.7 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>Popcorn Hour</Name>
  5. <Manufacturer>Jellyfin</Manufacturer>
  6. <ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
  7. <ModelName>Jellyfin Server</ModelName>
  8. <ModelDescription>UPnP/AV 1.0 Compliant Media Server</ModelDescription>
  9. <ModelNumber>01</ModelNumber>
  10. <ModelUrl>https://github.com/jellyfin/jellyfin</ModelUrl>
  11. <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
  12. <EnableSingleAlbumArtLimit>false</EnableSingleAlbumArtLimit>
  13. <EnableSingleSubtitleLimit>false</EnableSingleSubtitleLimit>
  14. <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
  15. <AlbumArtPn>JPEG_SM</AlbumArtPn>
  16. <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
  17. <MaxAlbumArtHeight>480</MaxAlbumArtHeight>
  18. <MaxIconWidth>48</MaxIconWidth>
  19. <MaxIconHeight>48</MaxIconHeight>
  20. <MaxStreamingBitrate>140000000</MaxStreamingBitrate>
  21. <MaxStaticBitrate>140000000</MaxStaticBitrate>
  22. <MusicStreamingTranscodingBitrate>192000</MusicStreamingTranscodingBitrate>
  23. <MaxStaticMusicBitrate xsi:nil="true" />
  24. <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>
  25. <TimelineOffsetSeconds>0</TimelineOffsetSeconds>
  26. <RequiresPlainVideoItems>false</RequiresPlainVideoItems>
  27. <RequiresPlainFolders>false</RequiresPlainFolders>
  28. <EnableMSMediaReceiverRegistrar>false</EnableMSMediaReceiverRegistrar>
  29. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  30. <XmlRootAttributes />
  31. <DirectPlayProfiles>
  32. <DirectPlayProfile container="mp4,mov,m4v" audioCodec="aac" videoCodec="h264,mpeg4" type="Video" />
  33. <DirectPlayProfile container="ts,mpegts" audioCodec="aac,ac3,eac3,mp3,mp2,pcm" videoCodec="h264" type="Video" />
  34. <DirectPlayProfile container="asf,wmv" audioCodec="wmav2,wmapro" videoCodec="wmv3,vc1" type="Video" />
  35. <DirectPlayProfile container="avi" audioCodec="mp3,ac3,eac3,mp2,pcm" videoCodec="mpeg4,msmpeg4" type="Video" />
  36. <DirectPlayProfile container="mkv" audioCodec="aac,mp3,ac3,eac3,mp2,pcm" videoCodec="h264" type="Video" />
  37. <DirectPlayProfile container="aac,mp3,flac,ogg,wma,wav" type="Audio" />
  38. <DirectPlayProfile container="jpeg,gif,bmp,png" type="Photo" />
  39. </DirectPlayProfiles>
  40. <TranscodingProfiles>
  41. <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" />
  42. <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" />
  43. <TranscodingProfile container="jpeg" type="Photo" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  44. </TranscodingProfiles>
  45. <ContainerProfiles />
  46. <CodecProfiles>
  47. <CodecProfile type="Video" codec="h264">
  48. <Conditions>
  49. <ProfileCondition condition="EqualsAny" property="VideoProfile" value="baseline|constrained baseline" isRequired="false" />
  50. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  51. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  52. <ProfileCondition condition="NotEquals" property="IsAnamorphic" value="true" isRequired="false" />
  53. </Conditions>
  54. <ApplyConditions />
  55. </CodecProfile>
  56. <CodecProfile type="Video">
  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="NotEquals" property="IsAnamorphic" value="true" isRequired="false" />
  61. </Conditions>
  62. <ApplyConditions />
  63. </CodecProfile>
  64. <CodecProfile type="VideoAudio" codec="aac">
  65. <Conditions>
  66. <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="2" isRequired="false" />
  67. </Conditions>
  68. <ApplyConditions />
  69. </CodecProfile>
  70. <CodecProfile type="Audio" codec="aac">
  71. <Conditions>
  72. <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="2" isRequired="false" />
  73. </Conditions>
  74. <ApplyConditions />
  75. </CodecProfile>
  76. <CodecProfile type="Audio" codec="mp3">
  77. <Conditions>
  78. <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="2" isRequired="false" />
  79. <ProfileCondition condition="LessThanEqual" property="AudioBitrate" value="320000" isRequired="false" />
  80. </Conditions>
  81. <ApplyConditions />
  82. </CodecProfile>
  83. </CodecProfiles>
  84. <ResponseProfiles>
  85. <ResponseProfile container="m4v" type="Video" mimeType="video/mp4">
  86. <Conditions />
  87. </ResponseProfile>
  88. </ResponseProfiles>
  89. <SubtitleProfiles>
  90. <SubtitleProfile format="srt" method="Embed" />
  91. </SubtitleProfiles>
  92. </Profile>