Skip to content

Commit

Permalink
docs: update comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Jan 20, 2025
1 parent faccb49 commit 3125cd0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/docs/comparison.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@ Notes:
| TRaSH-Guide Quality Sizes | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| TRaSH-Guide Naming | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Custom Custom Formats | :white_check_mark: | | |
| Custom Quality Profiles | :white_check_mark: | | :white_check_mark: |
| Custom Quality Profiles | :white_check_mark: | :memo: \*1 | :white_check_mark: |
| Custom Quality Sizes | :white_check_mark: | | |
| Custom Naming | :white_check_mark: | | |
| Clear all Custom Formats | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Modify Scores | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Profile renaming | :white_check_mark: | | |
| Profile renaming | :white_check_mark: | :white_check_mark: | |
| Profile cloning | :white_check_mark: | | |

<div className="comparisonTableNote">
\*1: You start with one of the provided templates and can adjust things. But not just start with a clean QualityProfile.
</div>

## Sonarr

| Features | <div class="configarrHeader">Configarr</div> | Notifiarr | Recyclarr |
Expand All @@ -46,14 +50,18 @@ Notes:
| TRaSH-Guide Quality Sizes | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| TRaSH-Guide Naming | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Custom Custom Formats | :white_check_mark: | | |
| Custom Quality Profiles | :white_check_mark: | | :white_check_mark: |
| Custom Quality Profiles | :white_check_mark: | :memo: \*1 | :white_check_mark: |
| Custom Quality Sizes | :white_check_mark: | | |
| Custom Naming | :white_check_mark: | | |
| Clear all Custom Formats | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Modify Scores | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Profile renaming | :white_check_mark: | | |
| Profile renaming | :white_check_mark: | :white_check_mark: | |
| Profile cloning | :white_check_mark: | | |

<div className="comparisonTableNote">
\*1: You start with one of the provided templates and can adjust things. But not just start with a clean QualityProfile.
</div>

## Whisparr

| Features | <div class="configarrHeader">Configarr</div> | Notifiarr (unsupported) | Recyclarr (unsupported) |
Expand Down
4 changes: 4 additions & 0 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@
font-size: 18px;
font-weight: bolder;
}

.comparisonTableNote {
font-size: 12px;
}

0 comments on commit 3125cd0

Please sign in to comment.