From 3125cd06ddd046ed658307b3ad45fc37b2000a5d Mon Sep 17 00:00:00 2001 From: Eduard Marbach Date: Mon, 20 Jan 2025 19:50:34 +0100 Subject: [PATCH] docs: update comparison --- docs/docs/comparison.mdx | 16 ++++++++++++---- docs/src/css/custom.css | 4 ++++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/docs/docs/comparison.mdx b/docs/docs/comparison.mdx index 4e3b932..172423a 100644 --- a/docs/docs/comparison.mdx +++ b/docs/docs/comparison.mdx @@ -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: | | | +
+ \*1: You start with one of the provided templates and can adjust things. But not just start with a clean QualityProfile. +
+ ## Sonarr | Features |
Configarr
| Notifiarr | Recyclarr | @@ -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: | | | +
+ \*1: You start with one of the provided templates and can adjust things. But not just start with a clean QualityProfile. +
+ ## Whisparr | Features |
Configarr
| Notifiarr (unsupported) | Recyclarr (unsupported) | diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index a97602e..bfdf1c8 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -33,3 +33,7 @@ font-size: 18px; font-weight: bolder; } + +.comparisonTableNote { + font-size: 12px; +}