Fixed
- Custom Format editor — context dropdown showed wrong app types — When editing a user-created CF, the Trash Scores → Context dropdown listed all contexts regardless of app type. Sonarr CFs showed Radarr-only SQP tiers (
sqp-1-1080p,sqp-2, etc.) andanime-radarr. The list is now derived dynamically from the actual TRaSH-Guides CF JSONs on disk via a new/api/trash/{app}/score-contextsendpoint. New contexts added by TRaSH upstream are picked up automatically without code changes.
Improved
-
Sync Profile modal — clearer dropdown labels and descriptions — All three dropdowns (Add / Scores / Reset) had labels and descriptions that either implied the wrong behavior or hid important details. Rewritten against the actual sync engine so each option states exactly what it does:
- Scores: "Enforce TRaSH scores" / "Allow custom scores" suggested TRaSH defaults override everything and that "custom scores" meant Clonarr-side overrides. Both misleading — Clonarr score overrides apply in both modes, and the real distinction is how Clonarr handles manual edits made directly in Arr's UI. Renamed to "Overwrite all scores in Arr" / "Preserve manual edits in Arr".
- Add: "Automatically add new formats" didn't mention that this mode respects manual CF removals from Arr. Renamed to "Respect manual removals — only add new ones".
- Reset: "Reset unsynced scores to 0" didn't clarify that only non-zero scores are touched. Renamed to "Zero out orphaned scores".
No logic change — pure text and label rewrite.
-
File Naming tab — verbatim TRaSH-Guides text — All descriptions on the File Naming tab now quote TRaSH-Guides directly instead of paraphrasing. Clonarr is a TRaSH sync tool; it should use the wording the guide maintainers have crafted. Replaced the "Why use a naming scheme?" and "IMDb vs TVDb / TMDb" info cards, per-scheme descriptions (Original Title, P2P/Scene), section descriptions for Movie File/Folder Format, Episode/Series/Season Folder Format, and the Plex "Edition Tags" warning with their TRaSH-Guides source text. Source file paths documented in the UI markup.
Full changelog: https://github.com/ProphetSe7en/clonarr/blob/main/CHANGELOG.md