Marantz.xml 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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>Marantz</Name>
  5. <Identification>
  6. <Manufacturer>Marantz</Manufacturer>
  7. <Headers>
  8. <HttpHeaderInfo name="User-Agent" value="Marantz" match="Substring" />
  9. </Headers>
  10. </Identification>
  11. <Manufacturer>Jellyfin</Manufacturer>
  12. <ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
  13. <ModelName>Jellyfin Server</ModelName>
  14. <ModelDescription>UPnP/AV 1.0 Compliant Media Server</ModelDescription>
  15. <ModelNumber>01</ModelNumber>
  16. <ModelUrl>https://github.com/jellyfin/jellyfin</ModelUrl>
  17. <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
  18. <EnableSingleAlbumArtLimit>false</EnableSingleAlbumArtLimit>
  19. <EnableSingleSubtitleLimit>false</EnableSingleSubtitleLimit>
  20. <SupportedMediaTypes>Audio</SupportedMediaTypes>
  21. <AlbumArtPn>JPEG_SM</AlbumArtPn>
  22. <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
  23. <MaxAlbumArtHeight>480</MaxAlbumArtHeight>
  24. <MaxIconWidth>48</MaxIconWidth>
  25. <MaxIconHeight>48</MaxIconHeight>
  26. <MaxStreamingBitrate>140000000</MaxStreamingBitrate>
  27. <MaxStaticBitrate>140000000</MaxStaticBitrate>
  28. <MusicStreamingTranscodingBitrate>192000</MusicStreamingTranscodingBitrate>
  29. <MaxStaticMusicBitrate xsi:nil="true" />
  30. <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>
  31. <TimelineOffsetSeconds>0</TimelineOffsetSeconds>
  32. <RequiresPlainVideoItems>false</RequiresPlainVideoItems>
  33. <RequiresPlainFolders>false</RequiresPlainFolders>
  34. <EnableMSMediaReceiverRegistrar>false</EnableMSMediaReceiverRegistrar>
  35. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  36. <XmlRootAttributes />
  37. <DirectPlayProfiles>
  38. <DirectPlayProfile container="aac,mp3,wav,wma,flac" type="Audio" />
  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="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" />
  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. <ResponseProfiles />
  48. <SubtitleProfiles>
  49. <SubtitleProfile format="srt" method="External" />
  50. <SubtitleProfile format="sub" method="External" />
  51. <SubtitleProfile format="srt" method="Embed" />
  52. <SubtitleProfile format="ass" method="Embed" />
  53. <SubtitleProfile format="ssa" method="Embed" />
  54. <SubtitleProfile format="smi" method="Embed" />
  55. <SubtitleProfile format="dvdsub" method="Embed" />
  56. <SubtitleProfile format="pgs" method="Embed" />
  57. <SubtitleProfile format="pgssub" method="Embed" />
  58. <SubtitleProfile format="sub" method="Embed" />
  59. <SubtitleProfile format="subrip" method="Embed" />
  60. <SubtitleProfile format="vtt" method="Embed" />
  61. </SubtitleProfiles>
  62. </Profile>