extend regular expression for ending credit chapters

This commit is contained in:
Kilian von Pflugk 2024-09-01 14:00:58 +02:00
parent 83778eb734
commit bd1b71d390

View File

@ -115,7 +115,7 @@ public class PluginConfiguration : BasePluginConfiguration
/// Gets or sets the regular expression used to detect ending credit chapters.
/// </summary>
public string ChapterAnalyzerEndCreditsPattern { get; set; } =
@"(^|\s)(Credits?|ED|Ending)(\s|$)";
@"(^|\s)(Credits?|ED|Ending|End|Outro)(\s|$)";
// ===== Playback settings =====