error videos
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
zurg: v1
|
||||
|
||||
token: YOUR_RD_API_TOKEN # https://real-debrid.com/apitoken
|
||||
port: 9999
|
||||
port: 9999 # do not change this if you are running it inside a docker container
|
||||
concurrent_workers: 10
|
||||
check_for_changes_every_secs: 15
|
||||
info_cache_time_hours: 12
|
||||
@@ -25,6 +25,10 @@ directories:
|
||||
- regex: /\btv/i # anything that has TV in it is a TV show, right?
|
||||
- contains: complete
|
||||
- contains: seasons
|
||||
- any_file_inside_regex: /s\d\d/i
|
||||
- any_file_inside_regex: /\-\s\d\d\s\-/i
|
||||
- any_file_inside_regex: /episode.?\d{1,4}/i
|
||||
- any_file_inside_regex: /ep.?.?\d{1,4}/i
|
||||
|
||||
# Configuration for movies
|
||||
movies:
|
||||
|
||||
Reference in New Issue
Block a user