DirecTV HD-DVR.xml 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>DirecTV HD-DVR</Name>
  5. <Identification>
  6. <FriendlyName>^DIRECTV.*$</FriendlyName>
  7. <Headers>
  8. <HttpHeaderInfo name="User-Agent" value="DIRECTV" 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,Photo,Video</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>10</TimelineOffsetSeconds>
  32. <RequiresPlainVideoItems>true</RequiresPlainVideoItems>
  33. <RequiresPlainFolders>true</RequiresPlainFolders>
  34. <EnableMSMediaReceiverRegistrar>false</EnableMSMediaReceiverRegistrar>
  35. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  36. <XmlRootAttributes />
  37. <DirectPlayProfiles>
  38. <DirectPlayProfile container="mpeg" audioCodec="mp2" videoCodec="mpeg2video" type="Video" />
  39. <DirectPlayProfile container="jpeg,jpg" type="Photo" />
  40. </DirectPlayProfiles>
  41. <TranscodingProfiles>
  42. <TranscodingProfile container="mpeg" type="Video" videoCodec="mpeg2video" audioCodec="mp2" 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. <CodecProfile type="Video" codec="mpeg2video">
  48. <Conditions>
  49. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  50. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  51. <ProfileCondition condition="LessThanEqual" property="VideoFramerate" value="30" isRequired="true" />
  52. <ProfileCondition condition="LessThanEqual" property="VideoBitrate" value="8192000" isRequired="true" />
  53. </Conditions>
  54. <ApplyConditions />
  55. </CodecProfile>
  56. <CodecProfile type="Audio" codec="mp2">
  57. <Conditions>
  58. <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="2" isRequired="true" />
  59. </Conditions>
  60. <ApplyConditions />
  61. </CodecProfile>
  62. </CodecProfiles>
  63. <ResponseProfiles />
  64. <SubtitleProfiles>
  65. <SubtitleProfile format="srt" method="Embed" />
  66. </SubtitleProfiles>
  67. </Profile>