add recording encoding setting

This commit is contained in:
Luke Pulverenti
2016-02-12 02:01:38 -05:00
parent b30bd9a1df
commit fe741f9fda
6 changed files with 348 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ namespace MediaBrowser.Model.LiveTv
public bool EnableMovieProviders { get; set; }
public string RecordingPath { get; set; }
public bool EnableAutoOrganize { get; set; }
public bool EnableRecordingEncoding { get; set; }
public List<TunerHostInfo> TunerHosts { get; set; }
public List<ListingsProviderInfo> ListingProviders { get; set; }