Default.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>Generic Device</Name>
  4. <Manufacturer>Jellyfin</Manufacturer>
  5. <ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
  6. <ModelName>Jellyfin 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="" type="Video" />
  32. <DirectPlayProfile container="" type="Audio" />
  33. </DirectPlayProfiles>
  34. <TranscodingProfiles>
  35. <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" />
  36. <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" />
  37. <TranscodingProfile container="jpeg" type="Photo" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  38. </TranscodingProfiles>
  39. <ContainerProfiles />
  40. <CodecProfiles />
  41. <ResponseProfiles>
  42. <ResponseProfile container="m4v" type="Video" mimeType="video/mp4">
  43. <Conditions />
  44. </ResponseProfile>
  45. </ResponseProfiles>
  46. <SubtitleProfiles>
  47. <SubtitleProfile format="srt" method="External" />
  48. <SubtitleProfile format="sub" method="External" />
  49. <SubtitleProfile format="srt" method="Embed" />
  50. <SubtitleProfile format="ass" method="Embed" />
  51. <SubtitleProfile format="ssa" method="Embed" />
  52. <SubtitleProfile format="smi" method="Embed" />
  53. <SubtitleProfile format="dvdsub" method="Embed" />
  54. <SubtitleProfile format="pgs" method="Embed" />
  55. <SubtitleProfile format="pgssub" method="Embed" />
  56. <SubtitleProfile format="sub" method="Embed" />
  57. <SubtitleProfile format="subrip" method="Embed" />
  58. <SubtitleProfile format="vtt" method="Embed" />
  59. </SubtitleProfiles>
  60. </Profile>