switch default recording format to mkv
This commit is contained in:
parent
a563bcde8a
commit
6c160ff17c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user