mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 14:52:17 +00:00
Get full path to file, rather than a realtive one. Decrappify files in less roundabout and problem-causing way (used to split dir/file name, then rejoin the filenames to the location, which breaks if there is sub-directories)
This commit is contained in:
@@ -104,9 +104,11 @@ film_regex['missing_year'] = [
|
||||
# Valid paths
|
||||
#
|
||||
# ./
|
||||
#
|
||||
|
||||
film_regex['valid_path'] = [
|
||||
re.compile("/.$"),
|
||||
re.compile(".*?/video/films$"),
|
||||
re.compile(".*?/video/films/Short Films(/.*?)?")
|
||||
]
|
||||
|
||||
###################################
|
||||
|
||||
Reference in New Issue
Block a user