Răsfoiți Sursa

switch default recording format to mkv

Luke Pulverenti 8 ani în urmă
părinte
comite
6c160ff17c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      MediaBrowser.Model/LiveTv/LiveTvOptions.cs

+ 1 - 1
MediaBrowser.Model/LiveTv/LiveTvOptions.cs

@@ -34,7 +34,7 @@ namespace MediaBrowser.Model.LiveTv
             TunerHosts = new List<TunerHostInfo>();
             TunerHosts = new List<TunerHostInfo>();
             ListingProviders = new List<ListingsProviderInfo>();
             ListingProviders = new List<ListingsProviderInfo>();
             MediaLocationsCreated = new string[] { };
             MediaLocationsCreated = new string[] { };
-            RecordingEncodingFormat = "mp4";
+            RecordingEncodingFormat = "mkv";
             RecordingPostProcessorArguments = "\"{path}\"";
             RecordingPostProcessorArguments = "\"{path}\"";
             EnableRecordingEncoding = true;
             EnableRecordingEncoding = true;
         }
         }