From 5f84fc5e4fdbd2d7e073997fdd6b75d3d7370cf2 Mon Sep 17 00:00:00 2001 From: jvlflame Date: Mon, 6 Jul 2020 01:25:02 -0700 Subject: [PATCH] Update settings regex default --- src/Javinizer/settings.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Javinizer/settings.ini b/src/Javinizer/settings.ini index 91d88173..8345b407 100644 --- a/src/Javinizer/settings.ini +++ b/src/Javinizer/settings.ini @@ -42,7 +42,7 @@ minimum-filesize-to-sort=0 included-file-extensions=asf,avi,flv,m4v,mkv,mp4,mov,rmvb excluded-file-strings=*-trailer.*,*-5.* # Allows you to use a regex string to match files if the default Javinizer matcher doesn't work -regex-match=True +regex-match=False # Match 1 for the ID, match 2 for the part number (e.g. In "[ABP-123] Title text-pt3.mp4", match 1 is "ABP-123, match 2 is "3") regex=([a-zA-Z|tT28]+-\d+z{0,1}Z{0,1}e{0,1}E{0,1})(?:-pt){0,1}(\d{1,2})?