Default.xml 1.6 KB

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