Denon AVR.xml 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>Denon AVR</Name>
  4. <Identification>
  5. <FriendlyName>Denon:\[AVR:.*</FriendlyName>
  6. <Manufacturer>Denon</Manufacturer>
  7. <Headers />
  8. </Identification>
  9. <Manufacturer>Jellyfin</Manufacturer>
  10. <ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
  11. <ModelName>Jellyfin Server</ModelName>
  12. <ModelDescription>UPnP/AV 1.0 Compliant Media Server</ModelDescription>
  13. <ModelNumber>01</ModelNumber>
  14. <ModelUrl>https://github.com/jellyfin/jellyfin</ModelUrl>
  15. <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
  16. <EnableSingleAlbumArtLimit>false</EnableSingleAlbumArtLimit>
  17. <EnableSingleSubtitleLimit>false</EnableSingleSubtitleLimit>
  18. <SupportedMediaTypes>Audio</SupportedMediaTypes>
  19. <AlbumArtPn>JPEG_SM</AlbumArtPn>
  20. <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
  21. <MaxAlbumArtHeight>480</MaxAlbumArtHeight>
  22. <MaxIconWidth>48</MaxIconWidth>
  23. <MaxIconHeight>48</MaxIconHeight>
  24. <MaxStreamingBitrate>140000000</MaxStreamingBitrate>
  25. <MaxStaticBitrate>140000000</MaxStaticBitrate>
  26. <MusicStreamingTranscodingBitrate>192000</MusicStreamingTranscodingBitrate>
  27. <MaxStaticMusicBitrate xsi:nil="true" />
  28. <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>
  29. <TimelineOffsetSeconds>0</TimelineOffsetSeconds>
  30. <RequiresPlainVideoItems>false</RequiresPlainVideoItems>
  31. <RequiresPlainFolders>false</RequiresPlainFolders>
  32. <EnableMSMediaReceiverRegistrar>false</EnableMSMediaReceiverRegistrar>
  33. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  34. <XmlRootAttributes />
  35. <DirectPlayProfiles>
  36. <DirectPlayProfile container="mp3,flac,m4a,wma" type="Audio" />
  37. </DirectPlayProfiles>
  38. <TranscodingProfiles>
  39. <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" />
  40. <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="aac" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  41. <TranscodingProfile container="jpeg" type="Photo" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  42. </TranscodingProfiles>
  43. <ContainerProfiles />
  44. <CodecProfiles>
  45. <CodecProfile type="Audio" container="flac">
  46. <Conditions>
  47. <ProfileCondition condition="LessThanEqual" property="AudioSampleRate" value="96000" isRequired="true" />
  48. </Conditions>
  49. <ApplyConditions />
  50. </CodecProfile>
  51. </CodecProfiles>
  52. <ResponseProfiles />
  53. <SubtitleProfiles>
  54. <SubtitleProfile format="srt" method="External" />
  55. <SubtitleProfile format="sub" method="External" />
  56. <SubtitleProfile format="srt" method="Embed" />
  57. <SubtitleProfile format="ass" method="Embed" />
  58. <SubtitleProfile format="ssa" method="Embed" />
  59. <SubtitleProfile format="smi" method="Embed" />
  60. <SubtitleProfile format="dvdsub" method="Embed" />
  61. <SubtitleProfile format="pgs" method="Embed" />
  62. <SubtitleProfile format="pgssub" method="Embed" />
  63. <SubtitleProfile format="sub" method="Embed" />
  64. <SubtitleProfile format="subrip" method="Embed" />
  65. <SubtitleProfile format="vtt" method="Embed" />
  66. </SubtitleProfiles>
  67. </Profile>