Skip to content

Commit

Permalink
Update settings regex default
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Jul 6, 2020
1 parent 671c831 commit 5f84fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Javinizer/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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})?

Expand Down

0 comments on commit 5f84fc5

Please sign in to comment.