Makes the anime converter map unknown streams
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good

This commit is contained in:
2024-04-20 00:43:52 +02:00
parent 3c9fa55585
commit ded88eb5b5
5 changed files with 54 additions and 2 deletions

View File

@ -58,7 +58,8 @@ public class SubtitleStream extends AbstractStream implements StreamObject {
!titleLowercase.matches("signs?") &&
!titleLowercase.matches("songs?") &&
!titleLowercase.matches(".*signs only.*") &&
!titleLowercase.matches(".* signs .*");
!titleLowercase.matches(".* signs .*") &&
!titleLowercase.matches("signs@.*");
}
@Override