Update PluginConfiguration.cs

Sets max duration to 10 minutes. The longest known credits to date are just under 9.5
This commit is contained in:
TwistedUmbrellaX 2024-04-13 13:54:21 -04:00 committed by GitHub
parent ebb3b81d48
commit de956c8081
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,7 +96,7 @@ public class PluginConfiguration : BasePluginConfiguration
/// <summary> /// <summary>
/// Gets or sets the upper limit (in seconds) on the length of each episode's audio track that will be analyzed when searching for ending credits. /// Gets or sets the upper limit (in seconds) on the length of each episode's audio track that will be analyzed when searching for ending credits.
/// </summary> /// </summary>
public int MaximumEpisodeCreditsDuration { get; set; } = 240; public int MaximumEpisodeCreditsDuration { get; set; } = 600;
/// <summary> /// <summary>
/// Gets or sets the minimum percentage of a frame that must consist of black pixels before it is considered a black frame. /// Gets or sets the minimum percentage of a frame that must consist of black pixels before it is considered a black frame.