Advertisement
GoTeamScotch

XBMC4Xbox Jellyfin DLNA 720p Transcode Profile

Sep 20th, 2022
1,262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.84 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <Name>XBMC4Xbox</Name>
  4.   <Identification>
  5.     <FriendlyName />
  6.     <ModelNumber />
  7.     <SerialNumber />
  8.     <ModelName>XBMC</ModelName>
  9.     <ModelDescription />
  10.     <ModelUrl />
  11.     <Manufacturer />
  12.     <ManufacturerUrl />
  13.     <Headers>
  14.       <HttpHeaderInfo name="User-Agent" value="XBMC/3.5.3-r33027" match="Equals" />
  15.     </Headers>
  16.   </Identification>
  17.   <FriendlyName />
  18.   <Manufacturer>Jellyfin</Manufacturer>
  19.   <ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
  20.   <ModelName>Jellyfin Server</ModelName>
  21.   <ModelNumber>01</ModelNumber>
  22.   <ModelUrl>https://github.com/jellyfin/jellyfin</ModelUrl>
  23.   <SerialNumber />
  24.   <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
  25.   <UserId />
  26.   <AlbumArtPn>JPEG_SM</AlbumArtPn>
  27.   <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
  28.   <MaxAlbumArtHeight>480</MaxAlbumArtHeight>
  29.   <MaxIconWidth>48</MaxIconWidth>
  30.   <MaxIconHeight>48</MaxIconHeight>
  31.   <MaxStreamingBitrate>4000000</MaxStreamingBitrate>
  32.   <MaxStaticBitrate>8000000</MaxStaticBitrate>
  33.   <MusicStreamingTranscodingBitrate>128000</MusicStreamingTranscodingBitrate>
  34.   <MaxStaticMusicBitrate>8000000</MaxStaticMusicBitrate>
  35.   <SonyAggregationFlags />
  36.   <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>
  37.   <XmlRootAttributes />
  38.   <DirectPlayProfiles>
  39.     <DirectPlayProfile container="mp3,wma,flac,mp4,ogg" type="Audio" />
  40.     <DirectPlayProfile container="avi,mp4,mkv" type="Video" />
  41.   </DirectPlayProfiles>
  42.   <TranscodingProfiles>
  43.     <TranscodingProfile container="mkv" type="Video" videoCodec="mpeg4" audioCodec="aac" protocol="Http">
  44.       <Conditions />
  45.     </TranscodingProfile>
  46.   </TranscodingProfiles>
  47.   <ContainerProfiles />
  48.   <CodecProfiles>
  49.     <CodecProfile type="Video" codec="">
  50.       <Conditions>
  51.         <ProfileCondition condition="LessThanEqual" property="Width" value="1280" isRequired="true" />
  52.         <ProfileCondition condition="LessThanEqual" property="Height" value="720" isRequired="true" />
  53.       </Conditions>
  54.       <ApplyConditions />
  55.     </CodecProfile>
  56.   </CodecProfiles>
  57.   <ResponseProfiles />
  58.   <SubtitleProfiles>
  59.     <SubtitleProfile format="ass" method="Hls" didlMode="" />
  60.     <SubtitleProfile format="srt" method="Hls" didlMode="" />
  61.     <SubtitleProfile format="ssa" method="Hls" didlMode="" />
  62.   </SubtitleProfiles>
  63. </Profile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement