foobar2000.xml 4.2 KB

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