prepare for release
This commit is contained in:
@@ -14,9 +14,16 @@ directories:
|
||||
shows:
|
||||
group: media # directories on different groups have duplicates of the same torrent
|
||||
filters:
|
||||
- regex: /season/i # Capture torrent names with the term 'season' in any case
|
||||
- regex: /Saison/i # For non-English namings
|
||||
- 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: /s\d\d/i # Capture common season notations like S01, S02, etc.
|
||||
- contains: complete
|
||||
- contains: seasons
|
||||
- id: ATUWVRF53X5DA
|
||||
- contains_strict: PM19
|
||||
- contains_strict: Detective Conan Remastered
|
||||
- contains_strict: Goblin Slayer
|
||||
|
||||
# Configuration for movies
|
||||
movies:
|
||||
@@ -24,27 +31,22 @@ directories:
|
||||
filters:
|
||||
- regex: /.*/ # you cannot leave a directory without filters because it will not have any torrents in it
|
||||
|
||||
# Configuration for remuxes
|
||||
remuxes:
|
||||
group: def
|
||||
filters:
|
||||
- contains: remux # Specifically target remuxed content
|
||||
|
||||
# Configuration for Dolby Vision content
|
||||
"dolby vision":
|
||||
group: random
|
||||
"hd movies":
|
||||
group: another
|
||||
filters:
|
||||
- and:
|
||||
- regex: /\bdovi\b/i # Matches abbreviations of 'dolby vision'
|
||||
- contains: 4k # you can be quite greedy here, dolby vision + 4k!
|
||||
- regex: /\b2160|\b4k|\buhd|\bdovi|\bdolby.?vision|\bdv|\bremux/i # Matches abbreviations of 'dolby vision'
|
||||
|
||||
"low quality":
|
||||
group: another
|
||||
filters:
|
||||
- regex: /.*/
|
||||
|
||||
# Configuration for children's content
|
||||
kids:
|
||||
group: kids
|
||||
filters:
|
||||
- or: # you can also group conditions with 'or' which is useful especially inside 'and' conditions
|
||||
- not_contains: xxx # Ensures adult content is excluded
|
||||
- not_contains_strict: trailer # strict vs non-strict is just about case sensitivity; this ensures trailers aren't added
|
||||
- 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