Skip to content

Commit 64b90db

Browse files
authored
Merge branch 'master' into dev-2.4
2 parents 8ab5e3a + 2686b7b commit 64b90db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Contents/Code/findMedia.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
runningState = 0 # Internal tracker of where we are
2424
bAbort = False # Flag to set if user wants to cancel
2525
Extras = ['behindthescenes','deleted','featurette','interview','scene','short','trailer'] # Local extras
26-
ExtrasDirs = ['behind the scenes', 'deleted scenes', 'featurettes', 'interviews', 'scenes', 'shorts', 'trailers'] # Directories to be ignored
26+
ExtrasDirs = ['Behind The Scenes', 'Deleted Scenes', 'Featurettes', 'Interviews', 'Scenes', 'Shorts', 'Trailers'] # Directories to be ignored
2727
KEYS = ['IGNORE_HIDDEN', 'IGNORED_DIRS', 'VALID_EXTENSIONS'] # Valid keys for prefs
2828
excludeElements='Actor,Collection,Country,Director,Genre,Label,Mood,Producer,Role,Similar,Writer'
2929
excludeFields='summary,tagline'

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ Please see the wiki for futher information
1313
https://github.com/ukdtom/WebTools.bundle/wiki
1414

1515
To download, go here:
16+
1617
https://github.com/ukdtom/WebTools.bundle/releases/latest
18+

0 commit comments

Comments
 (0)