foobar2000.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. <FriendlyName>Media Browser</FriendlyName>
  11. <Manufacturer>Media Browser</Manufacturer>
  12. <ManufacturerUrl>http://mediabrowser3.com/</ManufacturerUrl>
  13. <ModelName>Media Browser</ModelName>
  14. <ModelDescription>Media Browser</ModelDescription>
  15. <ModelNumber>Media Browser</ModelNumber>
  16. <ModelUrl>http://mediabrowser3.com/</ModelUrl>
  17. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  18. <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
  19. <SupportedMediaTypes>Audio</SupportedMediaTypes>
  20. <ProtocolInfo>DLNA</ProtocolInfo>
  21. <TimelineOffsetSeconds>0</TimelineOffsetSeconds>
  22. <RequiresPlainVideoItems>false</RequiresPlainVideoItems>
  23. <RequiresPlainFolders>false</RequiresPlainFolders>
  24. <DirectPlayProfiles>
  25. <DirectPlayProfile container="mp3,wma" type="Audio" />
  26. <DirectPlayProfile container="avi,mp4" type="Video" />
  27. </DirectPlayProfiles>
  28. <TranscodingProfiles>
  29. <TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto">
  30. <Settings />
  31. </TranscodingProfile>
  32. <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="aac" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto">
  33. <Settings>
  34. <TranscodingSetting name="VideoProfile" value="baseline" />
  35. </Settings>
  36. </TranscodingProfile>
  37. </TranscodingProfiles>
  38. <ContainerProfiles />
  39. <MediaProfiles />
  40. </Profile>