|
@@ -13,6 +13,8 @@ namespace MediaBrowser.Model.Configuration
|
|
DisabledSubtitleFetchers = Array.Empty<string>();
|
|
DisabledSubtitleFetchers = Array.Empty<string>();
|
|
SubtitleFetcherOrder = Array.Empty<string>();
|
|
SubtitleFetcherOrder = Array.Empty<string>();
|
|
DisabledLocalMetadataReaders = Array.Empty<string>();
|
|
DisabledLocalMetadataReaders = Array.Empty<string>();
|
|
|
|
+ DisabledLyricFetchers = Array.Empty<string>();
|
|
|
|
+ LyricFetcherOrder = Array.Empty<string>();
|
|
|
|
|
|
SkipSubtitlesIfAudioTrackMatches = true;
|
|
SkipSubtitlesIfAudioTrackMatches = true;
|
|
RequirePerfectSubtitleMatch = true;
|
|
RequirePerfectSubtitleMatch = true;
|
|
@@ -97,6 +99,10 @@ namespace MediaBrowser.Model.Configuration
|
|
[DefaultValue(false)]
|
|
[DefaultValue(false)]
|
|
public bool SaveLyricsWithMedia { get; set; }
|
|
public bool SaveLyricsWithMedia { get; set; }
|
|
|
|
|
|
|
|
+ public string[] DisabledLyricFetchers { get; set; }
|
|
|
|
+
|
|
|
|
+ public string[] LyricFetcherOrder { get; set; }
|
|
|
|
+
|
|
public bool AutomaticallyAddToCollection { get; set; }
|
|
public bool AutomaticallyAddToCollection { get; set; }
|
|
|
|
|
|
public EmbeddedSubtitleOptions AllowEmbeddedSubtitles { get; set; }
|
|
public EmbeddedSubtitleOptions AllowEmbeddedSubtitles { get; set; }
|