Forráskód Böngészése

update dlna profiles

Luke Pulverenti 8 éve
szülő
commit
eece9d77a5

+ 1 - 1
Emby.Dlna/Profiles/MarantzProfile.cs

@@ -31,7 +31,7 @@ namespace Emby.Dlna.Profiles
             {
             {
                 new DirectPlayProfile
                 new DirectPlayProfile
                 {
                 {
-                    Container = "aac,mp3,mpa,wav,wma,mp2,ogg,oga",
+                    Container = "aac,mp3,wav,wma,flac",
                     Type = DlnaProfileType.Audio
                     Type = DlnaProfileType.Audio
                 },
                 },
             };
             };

+ 1 - 1
Emby.Dlna/Profiles/Xml/Marantz.xml

@@ -35,7 +35,7 @@
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
   <XmlRootAttributes />
   <XmlRootAttributes />
   <DirectPlayProfiles>
   <DirectPlayProfiles>
-    <DirectPlayProfile container="aac,mp3,mpa,wav,wma,mp2,ogg,oga" type="Audio" />
+    <DirectPlayProfile container="aac,mp3,wav,wma,flac" type="Audio" />
   </DirectPlayProfiles>
   </DirectPlayProfiles>
   <TranscodingProfiles>
   <TranscodingProfiles>
     <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" />
     <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" />