Profilarr configurations based on TRaSH Guides
Find a file
2025-07-26 15:49:21 +03:00
.github fix(workflow): update notify job to use notify-commit workflow and correct secret name 2025-03-09 01:29:59 +10:30
custom_formats Fix missing links and removal of trash data 2025-07-26 15:49:21 +03:00
profiles Fix missing links and removal of trash data 2025-07-26 15:49:21 +03:00
regex_patterns Fix missing links and removal of trash data 2025-07-26 15:49:21 +03:00
scripts Fix missing links and removal of trash data 2025-07-26 15:49:21 +03:00
.gitignore Better profile naming 2025-07-26 10:36:53 +03:00
CONTRIBUTING.md docs: Add CONTRIBUTING.md with commit message guidelines and structure 2025-01-11 04:52:49 +10:30
README.md Add generated TRaSH-Guides with scripts 2025-07-26 10:10:07 +03:00

Unofficial TRaSH-Guides Database Repository

This repository hosts TRaSH-Guides's unofficial database for Profilarr containing:

  • Regex Patterns
  • Custom Formats
  • Quality Profiles

The goal of this repository is to generate a Profilarr database based on TRaSH-Guides configuration.

Scripts

The repository a script to generate the specification based on the TRaSH-Guide data.

Requirements

The scripts utilize UV for easy package management, ensure it's installed by following the official instructions.

Additionally it's expected that you have a local folder with a TRaSH-Guides clone containing the JSON data (docs/json within the TRaSH-Guides repository). The script does not pull any data.

Running the script

Assuming you're in the root directory of the repository you can now run:

uv run scripts/generate.py /path/to/trash-guides/docs/json .

It will clear any potentially pre-existing output and generate new output based on the provided TRaSH-Guides folder.