Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added config templates for the german guide to the recyclarr docs #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions docs/guide-configs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ deploying one of more of the TRaSH Guides profiles:
- [Radarr][radarr-profiles-trash]
- [Radarr (Anime)][radarr-anime-profiles-trash]
- [Radarr (French)][radarr-french-profiles-trash]
- [Radarr (German)][radarr-german-profiles-trash]
- [Sonarr v4][sonarr-v4-profiles-trash]
- [Sonarr v4 (Anime)][sonarr-v4-anime-profiles-trash]
- [Sonarr v4 (French)][sonarr-v4-french-profiles-trash]

[radarr-profiles-trash]: https://trash-guides.info/Radarr/radarr-setup-quality-profiles/
[radarr-anime-profiles-trash]: https://trash-guides.info/Radarr/radarr-setup-quality-profiles-anime/
[radarr-french-profiles-trash]: https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/
[radarr-german-profiles-trash]: https://trash-guides.info/Radarr/radarr-setup-quality-profiles-german-en/
[sonarr-v4-profiles-trash]: https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/
[sonarr-v4-anime-profiles-trash]: https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-anime/
[sonarr-v4-french-profiles-trash]: https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-en/
Expand All @@ -39,6 +41,9 @@ deploying one of more of the TRaSH Guides profiles:
| [French HD Remux + WEB](#french-hd-remux-web) | |
| [French UHD Bluray + WEB](#french-uhd-bluray-web) | |
| [French UHD Remux + WEB](#french-uhd-bluray-web) | |
| [German HD Bluray + WEB](#german-hd-bluray-web) | |
| [German UHD Bluray + WEB](#german-uhd-bluray-web) | |
| [German UHD Remux + WEB](#german-uhd-remux-web) | |

---

Expand Down Expand Up @@ -143,6 +148,39 @@ https://github.com/recyclarr/config-templates/blob/master/radarr/templates/frenc

</details>

### German HD Bluray + WEB {#german-hd-bluray-web}

<details>
<summary>Click to show/hide</summary>

```yml reference title="Copy this configuration into your own configuration file:"
https://github.com/recyclarr/config-templates/blob/master/radarr/templates/german-hd-bluray-web.yml
```

</details>

### German UHD Bluray + WEB {#german-uhd-bluray-web}

<details>
<summary>Click to show/hide</summary>

```yml reference title="Copy this configuration into your own configuration file:"
https://github.com/recyclarr/config-templates/blob/master/radarr/templates/german-uhd-bluray-web.yml
```

</details>

### German UHD Remux + WEB {#german-uhd-remux-web}

<details>
<summary>Click to show/hide</summary>

```yml reference title="Copy this configuration into your own configuration file:"
https://github.com/recyclarr/config-templates/blob/master/radarr/templates/german-uhd-remux-web.yml
```

</details>

---

## Sonarr v4
Expand Down
Loading