Better tags and fix Sonarr custom_format urls

This commit is contained in:
Johan van Eck 2025-07-27 15:04:10 +03:00
parent c9629e8b3d
commit f8026fc849
415 changed files with 3695 additions and 3438 deletions

View file

@ -6,6 +6,7 @@ from utils.strings import get_name
# TODO: prevent duplicates by only writing unique regex patterns to files
# In some cases negations will result in a new regex pattern as of now
# NOTE: would need to keep track of all duplicate patterns so that trash_id can still be matched
def collect_regex_pattern(service, file_name, input_json, output_dir):