Skip to content

Commit

Permalink
Fixed #207
Browse files Browse the repository at this point in the history
  • Loading branch information
ukdtom committed Oct 22, 2016
1 parent 5f5d3c8 commit 08acbe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/findMedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
runningState = 0 # Internal tracker of where we are
bAbort = False # Flag to set if user wants to cancel
Extras = ['behindthescenes','deleted','featurette','interview','scene','short','trailer'] # Local extras
ExtrasDirs = ['behind the scenes', 'deleted scenes', 'featurettes', 'interviews', 'scenes', 'shorts', 'trailers'] # Directories to be ignored
ExtrasDirs = ['Behind The Scenes', 'Deleted Scenes', 'Featurettes', 'Interviews', 'Scenes', 'Shorts', 'Trailers'] # Directories to be ignored
KEYS = ['IGNORE_HIDDEN', 'IGNORED_DIRS', 'VALID_EXTENSIONS'] # Valid keys for prefs
excludeElements='Actor,Collection,Country,Director,Genre,Label,Mood,Producer,Role,Similar,Writer'
excludeFields='summary,tagline'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ https://github.com/dagalufh/WebTools.bundle/wiki

To download, go here:
https://github.com/dagalufh/WebTools.bundle/releases/latest

0 comments on commit 08acbe8

Please sign in to comment.