Skip to content

Commit

Permalink
Add wmv to default included file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Jul 12, 2020
1 parent 4c695dd commit 00e843c
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 @@ -39,7 +39,7 @@ max-title-length=100
max-path-length=255
# This option will allow Javinizer to ignore video files below a certain size (in MB)
minimum-filesize-to-sort=0
included-file-extensions=asf,avi,flv,m4v,mkv,mp4,mov,rmvb
included-file-extensions=asf,avi,flv,m4v,mkv,mp4,mov,rmvb,wmv
excluded-file-strings=*-trailer.*,*-5.*
# Allows you to use a regex string to match files if the default Javinizer matcher doesn't work
# (e.g. In regex ([a-zA-Z|tT28]+-\d+z{0,1}Z{0,1}e{0,1}E{0,1})(?:-pt){0,1}(\d{1,2})? , "[ABP-123] Title text-pt3.mp4", match 1 is "ABP-123, match 2 is "3")
Expand Down

0 comments on commit 00e843c

Please sign in to comment.