Skip to content

Commit

Permalink
Merge pull request #147 from raydak-labs/docs/comp
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark authored Jan 10, 2025
2 parents d446205 + 84077f8 commit b460963
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 4 deletions.
75 changes: 75 additions & 0 deletions docs/docs/comparison.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
sidebar_position: 7
description: "Comparison of Configarr to other tools"
keywords: [comparison, recyclarr, notifiarr]
---

# Comparison

As Configarr is not the only tool around we will compare different tools based on feature sets in this sections.
The main focus of Configarr is the full support of TRaSH-Guide and combine it with maximum customizability by the user.
That's also the most mentionable contrast to all other tools which do not provide this flexibility as shown in the matrix.
Focused together for seamless experience in containerized environments with docker and kubernetes.

Notes:

- TRaSH-Guide prefix means that we support the TRaSH-Guide provided JSON files in the repository [Repo](https://github.com/TRaSH-Guides/Guides/tree/master/docs/json)
- Custom prefix means that you can create own e.q. custom formats in the tools which are not defined in TRaSH or somewhere. The user can do it directly with the tool in the config.

## Radarr

| Features | <div class="configarrHeader">Configarr</div> | Notifiarr | Recyclarr |
| -------------------------------- | :------------------------------------------: | :----------------: | :----------------: |
| GUI (graphical user interface) | | :white_check_mark: | |
| TRaSH-Guide Custom Formats | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| TRaSH-Guide Custom Format Groups | | :white_check_mark: | |
| TRaSH-Guide Quality Profiles | :white_check_mark: | :white_check_mark: | |
| 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 Sizes | | | |
| 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: |

## Sonarr

| Features | <div class="configarrHeader">Configarr</div> | Notifiarr | Recyclarr |
| -------------------------------- | :------------------------------------------: | :----------------: | :----------------: |
| GUI (graphical user interface) | | :white_check_mark: | |
| TRaSH-Guide Custom Formats | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| TRaSH-Guide Custom Format Groups | | :white_check_mark: | |
| TRaSH-Guide Quality Profiles | :white_check_mark: | :white_check_mark: | |
| 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 Sizes | | | |
| 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: |

## Whisparr

| Features | <div class="configarrHeader">Configarr</div> | Notifiarr (unsupported) | Recyclarr (unsupported) |
| ------------------------------ | :------------------------------------------: | :---------------------: | :---------------------: |
| GUI (graphical user interface) | | | |
| Custom Custom Formats | :white_check_mark: | | |
| Custom Quality Profiles | :white_check_mark: | | |
| Custom Quality Sizes | | | |
| Custom Naming | :white_check_mark: | | |
| Clear all Custom Formats | :white_check_mark: | | |
| Modify Scores | :white_check_mark: | | |

## Readarr

| Features | <div class="configarrHeader">Configarr</div> | Notifiarr (unsupported) | Recyclarr (unsupported) |
| ------------------------------ | :------------------------------------------: | :---------------------: | :---------------------: |
| GUI (graphical user interface) | | | |
| Custom Custom Formats | :white_check_mark: | | |
| Custom Quality Profiles | :white_check_mark: | | |
| Custom Quality Sizes | | | |
| Custom Naming | :white_check_mark: | | |
| Clear all Custom Formats | :white_check_mark: | | |
| Modify Scores | :white_check_mark: | | |
2 changes: 1 addition & 1 deletion docs/docs/configuration/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Configuration",
"position": 3,
"position": 4,
"link": {
"type": "generated-index"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/examples.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 6
description: "Examples of Configarr usage and configuration"
keywords: [configarr, examples, configuration, sonarr, radarr]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Installation",
"position": 2,
"position": 3,
"link": {
"type": "generated-index",
"description": "Learn how to install Configarr"
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/profiles/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 5
description: "Sample profiles"
keywords: [configarr, examples, configuration, profiles]
---
Expand Down
5 changes: 5 additions & 0 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

.configarrHeader {
font-size: 18px;
font-weight: bolder;
}

0 comments on commit b460963

Please sign in to comment.