mirror of
https://github.com/nikdoof/tvorganise.git
synced 2026-01-31 10:08:20 +00:00
Added ignore for OS X Folder Icon
This commit is contained in:
@@ -106,8 +106,9 @@ r_valid_path = [
|
|||||||
# Regex to match valid, but not-to-be-processed files (dot-files, folder.jpg artwork)
|
# Regex to match valid, but not-to-be-processed files (dot-files, folder.jpg artwork)
|
||||||
###################################
|
###################################
|
||||||
decrappify = [
|
decrappify = [
|
||||||
|
re.compile("^Icon.{1}$"),
|
||||||
re.compile("(?=^[.]{1}.*)"),
|
re.compile("(?=^[.]{1}.*)"),
|
||||||
re.compile("folder.jpg"),
|
re.compile("^folder.jpg$"),
|
||||||
]
|
]
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
|
|||||||
Reference in New Issue
Block a user