Update config templates
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Zurg configuration version
|
||||
zurg: v1
|
||||
|
||||
token: YOUR_TOKEN_HERE
|
||||
token: YOUR_RD_API_TOKEN # https://real-debrid.com/apitoken
|
||||
port: 9999
|
||||
concurrent_workers: 10
|
||||
check_for_changes_every_secs: 15
|
||||
@@ -9,21 +9,17 @@ info_cache_time_hours: 12
|
||||
|
||||
# List of directory definitions and their filtering rules
|
||||
directories:
|
||||
|
||||
# Configuration for TV shows
|
||||
shows:
|
||||
group: media # directories on different groups have duplicates of the same torrent
|
||||
filters:
|
||||
- regex: /season[\s\.]?\d/i # Capture torrent names with the term 'season' in any case
|
||||
- regex: /Saison[\s\.]?\d/i # For non-English namings
|
||||
- regex: /stage[\s\.]?\d/i
|
||||
- regex: /saison[\s\.]?\d/i # For non-English namings
|
||||
- regex: /stagione[\s\.]?\d/i # if there's french, there should be italian too
|
||||
- regex: /s\d\d/i # Capture common season notations like S01, S02, etc.
|
||||
- regex: /\btv/i # anything that has TV in it is a TV show, right?
|
||||
- contains: complete
|
||||
- contains: seasons
|
||||
- id: ATUWVRF53X5DA
|
||||
- contains_strict: PM19
|
||||
- contains_strict: Detective Conan Remastered
|
||||
- contains_strict: Goblin Slayer
|
||||
|
||||
# Configuration for movies
|
||||
movies:
|
||||
@@ -31,22 +27,7 @@ directories:
|
||||
filters:
|
||||
- regex: /.*/ # you cannot leave a directory without filters because it will not have any torrents in it
|
||||
|
||||
# Configuration for Dolby Vision content
|
||||
"hd movies":
|
||||
group: another
|
||||
filters:
|
||||
- regex: /\b2160|\b4k|\buhd|\bdovi|\bdolby.?vision|\bdv|\bremux/i # Matches abbreviations of 'dolby vision'
|
||||
|
||||
"low quality":
|
||||
group: another
|
||||
"ALL MY STUFFS":
|
||||
group: all # notice the group now is "all", which means it will have all the torrents of shows+movies combined because this directory is alone in this group
|
||||
filters:
|
||||
- regex: /.*/
|
||||
|
||||
# Configuration for children's content
|
||||
kids:
|
||||
group: kids
|
||||
filters:
|
||||
- contains: xxx # Ensures adult content is excluded
|
||||
- id: XFPQ5UCMUVAEG # Specific inclusion by torrent ID
|
||||
- id: VDRPYNRPQHEXC
|
||||
- id: YELNX3XR5XJQM
|
||||
|
||||
Reference in New Issue
Block a user