Popcorn Hour.xml 5.6 KB

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