feat(guide): Add categories index descriptions (#2050)

* feat(guide): Added categories index

* Added: Categories index for Misc

* Added: Categories index for Downloaders

* Added: link to official upstream page

* Removed: un-existing link

* Replaced: include-markdown for Snippets Notation

* Moved: images to tips section because guide was moved

* Moved: Radarr remote path mapping guide to tips and setup redirect

* Added: Categories/Description index for Radarr

* Trying to improve the readability of the guide

* moved remote path mapping to tips section

* Categories/Description index + Trying to improve the readability of the guide

* Add: Sonarr rename your folder re-direct to Radarr

* Categories/Index description for Prowlarr

* Grammarly correction

* Categories/Index description for Lidarr

* Fixed: Wrong amount of left-padding spaces(want multiple of 4)

* Corrected: Inconsistency

* Categories/Index description for Bazarr + added external links

* Added: Warning that the scripts are scripts are community-provided and maintained

* Rename: TRaSH Sync to Guide sync tool

* Grammarly correction and `I` to `We`

* Added: Warning that the scripts are are community-provided and maintained

* Sorted ASC and added TrueNAS scale info

* Added: info to enable advanced view and click on the EDIT button

* Fix: MD012/no-multiple-blanks Multiple consecutive blank lines
pull/2062/head
TRaSH 2 months ago committed by GitHub
parent 3a931c7a41
commit aabcb67438
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,7 @@
nav:
- Home: index.md
- Basic-Guide: Setup-Guide.md
- After Install Configuration: After-install-configuration.md
- Basic-Guide (ext.link): https://wiki.bazarr.media/Getting-Started/Setup-Guide/
- After Install Configuration (ext.link): https://wiki.bazarr.media/Getting-Started/First-time-installation-configuration/
- Suggested Scoring: Bazarr-suggested-scoring.md
- Scripts: /Bazarr/scripts/
- Tips

@ -1,29 +1,20 @@
# Bazarr
Here you will find several scripts you can use with Bazarr
## Basic guides
## Stable - Bazarr Branch: master
For Installation and the basics of Bazarr, please check the official [Bazarr Wiki](https://wiki.bazarr.media/){:target="\_blank" rel="noopener noreferrer"}.
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fbazarr%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }
For Support specific related to Bazarr we suggest you join their official [Discord Support](https://wiki.bazarr.media/discord){:target="\_blank" rel="noopener noreferrer"} server.
- (stable)
- Builds Pushed after a testing period in development
- Github Branch: master
- Docker: [hotio/bazarr:latest](https://hotio.dev/containers/bazarr/){:target="\_blank" rel="noopener noreferrer"}
### Current Versions
```bash
hotio/bazarr:latest
```
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fbazarr%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb } ![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fbazarr%2Fnightly%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }
## Dev - Bazarr Branch: development
## Available guides
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fbazarr%2Fnightly%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }
Some of these guides were started by us and are now maintained by the Bazarr team.
- (development)
- Builds pushed when complete
- Github Branch: development
- Docker: [hotio/bazarr:nightly](https://hotio.dev/containers/bazarr/){:target="\_blank" rel="noopener noreferrer"}
```bash
hotio/bazarr:nightly
```
- [Basic-Guide](https://wiki.bazarr.media/Getting-Started/Setup-Guide/){:target="\_blank" rel="noopener noreferrer"} - The basic set up needed to get started with Bazarr (*external link to the official most up-to-date Bazarr guide*).
- [After Install Configuration](https://wiki.bazarr.media/Getting-Started/First-time-installation-configuration/){:target="\_blank" rel="noopener noreferrer"} - Bazarr only searches for subtitles for Episodes and Movies that are added after the install, So you will need to set the preferred languages for your existing Shows and Movies. (*external link to the official most up-to-date Bazarr guide*).
- [Suggested Scoring](/Bazarr/Bazarr-suggested-scoring/) - Suggested scores that would work with the most common languages, with this scoring 99% of your downloaded subtitles should be the correct ones for your release.
- [Scripts](/Bazarr/scripts/) - The start of a collection of community-provided and maintained scripts for Bazarr, that only should be used if you have a specific need for it.

@ -1,10 +1,10 @@
# Bazarr Scripts
!!! note ""
A collection of community-provided and maintained scripts for Bazarr.
Here you will find a collection of Scripts you can use with Bazarr.
If you have a script you want to share, don't hesitate to create a [PR](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md) for it.
Most of them are provided by other users, if you got a script you want to share don't hesitate to create a [PR](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md) for it
!!! warning "Because these scripts are community-provided and maintained we can't assure that they are still 100% working"
## 2 to 3 language code

@ -1,5 +1,5 @@
nav:
- Installing: index.md
- Installing: Installing.md
- Basic-Setup: Basic-Setup.md
- Using Labels: Using-Labels.md
- Port forwarding: Port-Forwarding.md

@ -0,0 +1,51 @@
# Installing
## Introduction
Deluge is an open-source cross-platform torrent client written in Python. It has been around since 2006 and offers many features that, while niche, many consider to be critical to their setups.
---
## Installation
Information sourced mostly from [Deluge's Downloads Page](https://dev.deluge-torrent.org/wiki/Download)
### Windows
You can find the latest Windows installers [here](https://ftp.osuosl.org/pub/deluge/windows/?C=M;O=D)
!!! note
`lt2.0` in the filename means the installer includes libtorrent 2.0.x instead of the older 1.2.x
### Linux (Native)
Due to most default OS repositories being outdated, we recommend using Deluge's repositories to install the latest version.
Using `apt-get` to install
sudo add-apt-repository ppa:deluge-team/stable
sudo apt-get update
sudo apt-get install deluge
Using `pip3` to install (included in the Python package)
pip3 install deluge
!!! info
You can find this project's pip repo @ [pypi.org/project/deluge/](https://pypi.org/project/deluge/)
!!! Advanced
If you want to install deluged as a service, documentation can be found [here](https://deluge.readthedocs.io/en/latest/how-to/systemd-service.html)
### Docker Containers
[LinuxServer.io](https://hub.docker.com/r/linuxserver/deluge)
[BinHex](https://hub.docker.com/r/binhex/arch-deluge)
[BinHex VPN](https://hub.docker.com/r/binhex/arch-delugevpn)
--8<-- "includes/support.md"

@ -1,51 +1,12 @@
# Installing
## Introduction
Deluge is an open-source cross-platform torrent client written in Python. It has been around since 2006 and offers many features that, while niche, many consider to be critical to their setups.
---
## Installation
Information sourced mostly from [Deluge's Downloads Page](https://dev.deluge-torrent.org/wiki/Download)
### Windows
You can find the latest Windows installers [here](https://ftp.osuosl.org/pub/deluge/windows/?C=M;O=D)
!!! note
`lt2.0` in the filename means the installer includes libtorrent 2.0.x instead of the older 1.2.x
### Linux (Native)
Due to most default OS repositories being outdated, we recommend using Deluge's repositories to install the latest version.
Using `apt-get` to install
sudo add-apt-repository ppa:deluge-team/stable
sudo apt-get update
sudo apt-get install deluge
Using `pip3` to install (included in the Python package)
pip3 install deluge
!!! info
You can find this project's pip repo @ [pypi.org/project/deluge/](https://pypi.org/project/deluge/)
!!! Advanced
If you want to install deluged as a service, documentation can be found [here](https://deluge.readthedocs.io/en/latest/how-to/systemd-service.html)
### Docker Containers
[LinuxServer.io](https://hub.docker.com/r/linuxserver/deluge)
[BinHex](https://hub.docker.com/r/binhex/arch-deluge)
[BinHex VPN](https://hub.docker.com/r/binhex/arch-delugevpn)
--8<-- "includes/support.md"
# Deluge
[![version](https://img.shields.io/github/release/linuxserver/docker-deluge.svg?color=4051B5&style=for-the-badge&logo=github){ .off-glb }](https://deluge-torrent.org/){:target="\_blank" rel="noopener noreferrer"}
- [Installing](/Downloaders/Deluge/Installing/) - Installation instructions.
- [Basic-Setup](/Downloaders/Deluge/Basic-Setup/) - Basic set up of the most common settings.
- [Using Labels](/Downloaders/Deluge/Using-Labels/) - Labels are the equivalent of categories for qBittorrent, and how you can manage and organize your torrents in groups. Starr apps can use labels in Deluge to keep track of downloads to monitor, rather than watching every torrent in your client.
- [Port forwarding](/Downloaders/Deluge/Port-Forwarding/) - Where in your download client you should add the port you've port forwarded with your VPN Service.
- Tips - Several tips/tweaks for Deluge.
- [Plugins](/Downloaders/Deluge/Tips/Plugins/) - Here you will find a list of included and available plugins that may be useful.
- [Thin Client](/Downloaders/Deluge/Tips/Thin-Client/) - How to set up the Thin-Client to manage Deluge.
- [unRAID Mover and Deluge](/Downloaders/Deluge/Tips/Unraid-Mover/) - How to move your files from your cache drive to your array when torrents are still seeding.

@ -1,5 +1,7 @@
# NZBGet
!!! note "NZBGet development has been picked up again by new developers over at [github](https://github.com/nzbgetcom/nzbget){:target="\_blank" rel="noopener noreferrer"}!"
[![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fnzbget%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }](https://github.com/nzbgetcom/nzbget){:target="\_blank" rel="noopener noreferrer"}
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fnzbget%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }
- [Basic-Setup](/Downloaders/NZBGet/Basic-Setup/) - Basic set up of the most common settings.
- [Path and Categories](/Downloaders/NZBGet/Paths-and-Categories/) - How to set up the categories for NZBGet, and how you can manage and organize your downloads in groups. Starr apps can use the categories in NZBGet to keep track of downloads to monitor, rather than watching every download in your client.
- [Scripts](/Downloaders/NZBGet/scripts/) - A collection of scripts, that only should be used if you have a specific need for it.

@ -2,6 +2,12 @@
!!! note "NZBGet development has been picked up again by new developers over at [github](https://github.com/nzbgetcom/nzbget){:target="\_blank" rel="noopener noreferrer"}!"
A collection of community-provided and maintained scripts for NZBGet.
If you have a script you want to share, don't hesitate to create a [PR](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md) for it.
!!! warning "Because these scripts are community-provided and maintained we can't assure that they are still 100% working"
## Clean
??? info "Clean NZB name"

@ -1,3 +1,7 @@
# SABnzbd
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fsabnzbd%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }
[![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fsabnzbd%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }](https://sabnzbd.org/){:target="\_blank" rel="noopener noreferrer"}
- [Basic-Setup](/Downloaders/SABnzbd/Basic-Setup/) - Basic set up of the most common settings.
- [Path and Categories](/Downloaders/SABnzbd/Paths-and-Categories/) - How to set up the categories for SABnzbd, and how you can manage and organize your downloads in groups. Starr apps can use the categories in SABnzbd to keep track of downloads to monitor, rather than watching every download in your client.
- [Scripts](/Downloaders/SABnzbd/scripts/) - A collection of scripts, that only should be used if you have a specific need for it.

@ -1,5 +1,11 @@
# SABnzbd Scripts
A collection of community-provided and maintained scripts for SABnzbd.
If you have a script you want to share, don't hesitate to create a [PR](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md) for it.
!!! warning "Because these scripts are community-provided and maintained we can't assure that they are still 100% working"
## Clean
??? info "Clean NZB name"

@ -4,26 +4,34 @@ Here you will find Guides for several Download Clients.
## Usenet Clients
[NZBGet](/Downloaders/NZBGet/)
### NZBGet
!!! note "NZBGet development has been picked up again by new developers over at [github](https://github.com/nzbgetcom/nzbget){:target="\_blank" rel="noopener noreferrer"}!"
[![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fnzbget%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }](https://github.com/nzbgetcom/nzbget){:target="\_blank" rel="noopener noreferrer"}
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fnzbget%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }
[NZBGet Guides](/Downloaders/NZBGet/)
[SABnzbd](/Downloaders/SABnzbd/)
### SABnzbd
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fsabnzbd%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }
[![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fsabnzbd%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }](https://sabnzbd.org/){:target="\_blank" rel="noopener noreferrer"}
[SABnzbd Guides](/Downloaders/SABnzbd/)
## Torrent Clients
[qBittorrent](/Downloaders/qBittorrent/)
### qBittorrent
[![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fqbittorrent%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }](https://www.qbittorrent.org/){:target="\_blank" rel="noopener noreferrer"}
[qBittorrent Guides](/Downloaders/qBittorrent/)
### Deluge
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fqbittorrent%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }
[![version](https://img.shields.io/github/release/linuxserver/docker-deluge.svg?color=4051B5&style=for-the-badge&logo=github){ .off-glb }](https://deluge-torrent.org/){:target="\_blank" rel="noopener noreferrer"}
[Deluge](/Downloaders/Deluge/)
[Deluge Guides](/Downloaders/Deluge/)
![version](https://img.shields.io/github/release/linuxserver/docker-deluge.svg?color=4051B5&style=for-the-badge&logo=github){ .off-glb }
### ruTorrent
[ruTorrent](/Downloaders/ruTorrent/)
[![version](https://img.shields.io/github/v/release/Novik/ruTorrent.svg?color=4051B5&style=for-the-badge&logo=github){ .off-glb }](https://github.com/Novik/ruTorrent){:target="\_blank" rel="noopener noreferrer"}
![version](https://img.shields.io/github/v/release/Novik/ruTorrent.svg?color=4051B5&style=for-the-badge&logo=github){ .off-glb }
[ruTorrent Guides](/Downloaders/ruTorrent/)

@ -72,20 +72,6 @@ qbittools is a feature-rich CLI for the management of torrents in qBittorrent.
---
## A Dark but not black qBittorrent WebUI
A darker theme for qBittorrent WebUI (made with the help of the Walkerservers community)
- It's dark, but not black
- It has different colors for ratio values (see screenshot)
- It has a mix of Fontawesome and custom icons
![!Example](https://raw.githubusercontent.com/brettpetch/nightwalker/main/preview.png)
[Nightwalker](https://github.com/brettpetch/nightwalker){:target="\_blank" rel="noopener noreferrer"}
---
## cross-seed
Fully-automatic cross-seeding

@ -1,3 +1,12 @@
# qBittorrent
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fqbittorrent%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }
[![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fqbittorrent%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }](https://www.qbittorrent.org/){:target="\_blank" rel="noopener noreferrer"}
- [Basic-Setup](/Downloaders/qBittorrent/Basic-Setup/) - Basic set up of the most common settings.
- [Paths](/Downloaders/qBittorrent/Paths) - Where to set your root download location.
- [How to add Categories](/Downloaders/qBittorrent/How-to-add-categories/) - How to set up the categories for qBittorrent, and how you can manage and organize your torrents in groups. Starr apps can use the categories in qBittorrent to keep track of downloads to monitor, rather than watching every torrent in your client.
- [Port forwarding](/Downloaders/qBittorrent/Port-forwarding/) - Where in your download client you should add the port you've port forwarded with your VPN Service.
- [3rd Party tools](/Downloaders/qBittorrent/3rd-party-tools/) - A collection of 3rd party tools and other related links for qBittorrent.
- Tips - Several tips/tweaks for qBittorrent.
- [unRAID Mover and qBittorrent](/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/) - How to move your files from your cache drive to your array when torrents are still seeding.
- [Themes](/Downloaders/qBittorrent/Tips/Themes/) - Themes you can use with qBittorrent.

@ -109,6 +109,8 @@ unRAID makes it pretty clear which is the Host Path and Container Path.
`Host Path:` => The actual/absolute path used on your unRAID Server (The Host).
!!! tip "Make sure you enabled the advanced view at the top right corner and click on the `EDIT` button to edit the paths correctly."
---
### Torrent clients

@ -10,6 +10,6 @@ Select your desired method of installation:
- [Native](/Hardlinks/How-to-setup-for/Native/)
- [Synology](/Hardlinks/How-to-setup-for/Synology/)
- [TrueNAS Core](/Hardlinks/How-to-setup-for/TrueNAS-Core/)
- TrueNAS Scale users can follow the same concepts as the Docker method
- TrueNAS Scale users can follow the same concepts as the Docker method, till someone provides a guide and is willing to maintain and give support for it in the Guide Discord.
- [Unraid](/Hardlinks/How-to-setup-for/Unraid/)
- [Windows](/Hardlinks/How-to-setup-for/Windows/)

@ -70,4 +70,4 @@ The example below will hard link all duplicate files without prompting.
!!! Warning "The `-Q` or `--quick` option only reads each file once, hashes it, and performs comparisons based solely on the hashes. There is a small but significant risk of a hash collision which is the purpose of the failsafe byte-for-byte comparison that this option explicitly bypasses. Do not use it on ANY data set for which any amount of data loss is unacceptable. You have been warned!"
{! include-markdown "../../includes/support.md" !}
--8<-- "includes/support.md"

@ -1,41 +1,13 @@
# Lidarr
!!! failure "TRaSH Guides do not have any guides related to Lidarr.<br>We suggest that you use [Davo's Community Lidarr Guide](https://wiki.servarr.com/lidarr/community-guide "Like TRaSH Guides, but Davo for Lidarr"){:target="\_blank" rel="noopener noreferrer"}"
---
!!! info "Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available."
For Installation and Quick Start Guide please check the official [WikiArr](https://wiki.servarr.com/lidarr){:target="\_blank" rel="noopener noreferrer"}
---
## Master
![Current Master/Stable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Master&query=%24%5B0%5D.version&url=https://lidarr.servarr.com/v1/update/master/changes){ .off-glb }
(Default/Stable): It has been tested by users on the develop and nightly branches and its not known to have any major issues. This version will receive updates approximately monthly. On GitHub, this is the `master` branch.
## Basic guides
## Develop
For Installation, Quick Start Guide, and the basics of Lidarr, please check the official [WikiArr](https://wiki.servarr.com/lidarr){:target="\_blank" rel="noopener noreferrer"}.
![Current Develop/Beta](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Develop&query=%24%5B0%5D.version&url=https://lidarr.servarr.com/v1/update/develop/changes){ .off-glb }
### Current Versions
(Beta): This is the testing edge. Released after being tested in the nightly branch to ensure no immediate issues. New features and bug fixes are released here first after nightly. It can be considered semi-stable but is still `beta`. This version will receive updates either weekly or biweekly depending on development.
![Current Master/Stable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Master&query=%24%5B0%5D.version&url=https://lidarr.servarr.com/v1/update/master/changes){ .off-glb } ![Current Develop/Beta](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Develop&query=%24%5B0%5D.version&url=https://lidarr.servarr.com/v1/update/develop/changes){ .off-glb } ![Current Nightly/Unstable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Nightly&query=%24%5B0%5D.version&url=https://lidarr.servarr.com/v1/update/nightly/changes){ .off-glb }
!!! warning "**Warning: You may not be able to go back to `master` after switching to this branch.** On GitHub, this is a snapshot of the `develop` branch at a specific point in time."
## Available guides
## Nightly
![Current Nightly/Unstable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Nightly&query=%24%5B0%5D.version&url=https://lidarr.servarr.com/v1/update/nightly/changes){ .off-glb }
(Alpha/Unstable) : This is the bleeding edge. It is released as soon as the code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self-investigation are expected in this branch.
**_Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update._**
This version is updated immediately.
!!! danger "**Warning: You may not be able to go back to `master` after switching to this branch.** On GitHub, this is the `develop` branch."
### How do I update Lidarr
External link to the official [WikiArr](https://wiki.servarr.com/en/lidarr/faq#how-do-i-update-lidarr){:target="\_blank" rel="noopener noreferrer"}.
!!! failure "TRaSH Guides do not have any guides related to Lidarr.<br>We suggest that you use [Davo's Community Lidarr Guide](https://wiki.servarr.com/lidarr/community-guide "Like TRaSH Guides, but Davo for Lidarr"){:target="\_blank" rel="noopener noreferrer"}"

@ -1,3 +1,7 @@
# Misc
Here you will find a collection of random guides we've made.
## Miscellaneous guides and info
- [How to provide a docker compose](/Misc/how-to-provide-a-docker-compose/) - When requested this will show you how to create and provide a docker-compose of your running docker containers.
- [Setup TorGuard for port forwarding](/Misc/How-to-setup-Torguard-for-port-forwarding/) - Guide on how to set up port forwarding when you use Torguard as a VPN Service.
- [x265-4k and Golden Rule](/Misc/x265-4k/) - Explanation of how 1080p x265 should be used correctly and how it's used often wrongly, and why the guide in general doesn't prefer 1080p x265 releases.

@ -1,5 +1,10 @@
# Plex
Here we will start adding Tips and Info for Plex
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fplex%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5){ .off-glb }
## The Following guides are available
- [Suggested Plex Media Server Settings](/Plex/Tips/Plex-media-server/) - So, what are the best Plex Media Server settings? Here you find recommendations on how to set up your Plex Media Server
- [Optimal Plex Client Settings](/Plex/Tips/Optimal-plex-client-settings/) - So, what are the best Plex Client settings? Here you will find a link to a 3rd party site that will provide Optimal settings for all the possible clients that can be used to stream content. While these settings won't be optimal for everyone's setup, they will be for the majority of you.
- [What does my media player support](/Plex/what-does-my-media-player-support/) - We've created an Excel sheet with several tested Media Player devices with info that our community has provided. We hope this Excel sheet will be helpful for everyone looking for a reliable Media Player device.
- [Stop 4k Video Transcoding](/Plex/Tips/4k-transcoding/) - This guide will walk you through getting started with Tautulli and JBOPS. By the end of this guide you'll be able to stop all 4K video transcodes on your server. Note that this does require a Plex Pass to work.

@ -1,39 +1,17 @@
# Prowlarr
Here you will find a collection of tips for Prowlarr.
!!! info "Prowlarr is an indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all)."
For Installation and Quick Start Guide please check the official [WikiArr](https://wiki.servarr.com/en/prowlarr){:target="\_blank" rel="noopener noreferrer"}
## Master
![Current Master/Stable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Master&query=%24%5B0%5D.version&url=https://prowlarr.servarr.com/v1/update/master/changes){ .off-glb }
(Default/Stable): It has been tested by users on the develop and nightly branches and its not known to have any major issues. On GitHub, this is the `master` branch.
**Prowlarr does not yet have a stable release.**
## Basic guides
## Develop
For Installation, Quick Start Guide, and the basics of Prowlarr, please check the official [WikiArr](https://wiki.servarr.com/en/prowlarr){:target="\_blank" rel="noopener noreferrer"}.
![Current Develop/Beta](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Develop&query=%24%5B0%5D.version&url=https://prowlarr.servarr.com/v1/update/develop/changes){ .off-glb }
### Current Versions
(Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still `beta`.
![Current Master/Stable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Master&query=%24%5B0%5D.version&url=https://prowlarr.servarr.com/v1/update/master/changes){ .off-glb } ![Current Develop/Beta](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Develop&query=%24%5B0%5D.version&url=https://prowlarr.servarr.com/v1/update/develop/changes){ .off-glb } ![Current Nightly/Unstable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Nightly&query=%24%5B0%5D.version&url=https://prowlarr.servarr.com/v1/update/nightly/changes){ .off-glb }
!!! warning "On GitHub, this is a snapshot of the `develop` branch at a specific point in time."
## Available guides
## Nightly
![Current Nightly/Unstable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Nightly&query=%24%5B0%5D.version&url=https://prowlarr.servarr.com/v1/update/nightly/changes){ .off-glb }
(Alpha/Unstable): This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch.
**_Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update._**
This version is updated immediately.
!!! danger "**Warning: You may not be able to go back to `develop` after switching to this branch.** On GitHub, this is the `develop` branch."
### How do I update Prowlarr
Here you will find a collection of tips for Prowlarr.
External link to the official [WikiArr](https://wiki.servarr.com/en/prowlarr/faq#how-do-i-update-prowlarr){:target="\_blank" rel="noopener noreferrer"}.
- [How to set up proxy for certain indexers](/Prowlarr/prowlarr-setup-proxy/) - The correct way to set up a VPN/Proxy with Prowlarr.
- [How to set up FlareSolverr](/Prowlarr/prowlarr-setup-flaresolverr/) - How to set up FlareSolverr that might help to bypass Cloudflare and DDoS-GUARD protection.
- [How to set up indexers with limited API](/Prowlarr/prowlarr-setup-limited-api/) - You have access to a few (unpaid) Usenet indexers with limited API calls and you still want to add them as a backup for failed downloads, but you're always hitting the API limits in the first hour and can't make full use of them, In this Guide, we will show you a trick on how you can make more use of them without hitting the API limit in the first hour.

@ -2,11 +2,10 @@ nav:
- Home: index.md
- Quality Settings (File Size): Radarr-Quality-Settings-File-Size.md
- Recommended naming scheme: Radarr-recommended-naming-scheme.md
- How to import Custom Formats: Radarr-import-custom-formats.md
- How to Update Custom Formats: Radarr-how-to-update-custom-formats.md
- How to set up Quality Profiles: radarr-setup-quality-profiles.md
- How to set up Quality Profiles (Anime): radarr-setup-quality-profiles-anime.md
- How to set up Quality Profiles (French): radarr-setup-quality-profiles-french-en.md
- How to import Custom Formats: Radarr-import-custom-formats.md
- How to Update Custom Formats: Radarr-how-to-update-custom-formats.md
- Collection of Custom Formats: Radarr-collection-of-custom-formats.md
- Remote Path Mappings explained: Radarr-remote-path-mapping.md
- Tips

@ -32,10 +32,8 @@ After selecting the `Import` button you will get a screen that has all the Custo
!!! warning "The Import to update existing Custom Formats replaces the existing Custom Format, so all manual changes you did to it will be lost :warning:"
### TRaSH Sync
### Guide sync tool
This can be done also automatically with one of the TRaSH Sync Applications,
more info can be found [Here](/Guide-Sync/){:target="\_blank" rel="noopener noreferrer"}
!!! info "You can also use a [Guide sync tool](/Guide-Sync/){:target="\_blank" rel="noopener noreferrer"} to sync the Custom Formats or even the complete quality profile(s)."
--8<-- "includes/support.md"

@ -66,10 +66,8 @@ How this is done is explained [HERE](/Radarr/radarr-setup-quality-profiles/#basi
Check out the [How to set up Quality Profiles](/Radarr/radarr-setup-quality-profiles/) where I will explain how to make the most use of custom formats and show some personal examples that I'm using. You can use these examples to get an idea of how to set yours up.
### TRaSH Sync
### Guide sync tool
This can be done also automatically with one of the TRaSH Sync Applications,
more info can be found [Here](/Guide-Sync/){:target="\_blank" rel="noopener noreferrer"}
!!! info "You can also use a [Guide sync tool](/Guide-Sync/){:target="\_blank" rel="noopener noreferrer"} to sync the Custom Formats or even the complete quality profile(s)."
--8<-- "includes/support.md"

@ -0,0 +1,7 @@
nav:
- How to Merge Quality: Merge-quality.md
- How to rename your folders: Radarr-rename-your-folders.md
- How to set up Language Custom Formats: How-to-setup-language-custom-formats.md
- How to Sync 2 Radarr or Sonarr with each other: Sync-2-radarr-sonarr.md
- Remote Path Mappings: Radarr-remote-path-mapping.md
- Show Unknown Movie Items: Radarr-show-unknown-movie-items.md

@ -105,4 +105,4 @@ The final result will look something like this:
After these changes, the file should be able to be imported by Radarr.
{! include-markdown "../../includes/support.md" !}
--8<-- "includes/support.md"

@ -1,5 +1,7 @@
# How to rename your folders
!!! info "The same basics can be used with Sonarr, just replace movies with series."
If you need to rename your current folder names (for example, to a new naming scheme), you can do so with a little "magic trick".
![!radarr-wrong-folder-name](images/radarr-wrong-folder-name.png)

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

@ -1,37 +1,35 @@
# Radarr
Here you will find a collection of Radarr Guides we've made.
## Basic guides
!!! info "Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available."
For Installation, Quick Start Guide, and the basics of Radarr, please check the official [WikiArr](https://wiki.servarr.com/en/radarr){:target="\_blank" rel="noopener noreferrer"}.
For Installation and Quick Start Guide please check the official [WikiArr](https://wiki.servarr.com/en/radarr){:target="\_blank" rel="noopener noreferrer"}
### Current Versions
## Master
![Current Master/Stable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Master&query=%24%5B0%5D.version&url=https://radarr.servarr.com/v1/update/master/changes){ .off-glb } ![Current Develop/Beta](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Develop&query=%24%5B0%5D.version&url=https://radarr.servarr.com/v1/update/develop/changes){ .off-glb } ![Current Nightly/Unstable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Nightly&query=%24%5B0%5D.version&url=https://radarr.servarr.com/v1/update/nightly/changes){ .off-glb }
![Current Master/Stable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Master&query=%24%5B0%5D.version&url=https://radarr.servarr.com/v1/update/master/changes){ .off-glb }
## Available guides
(Default/Stable): It has been tested by users on the develop and nightly branches and its not known to have any major issues. This version will receive updates approximately monthly. On GitHub, this is the `master` branch.
After setting up your optimal volume/paths found [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/), follow the steps below to improve your setup.
## Develop
1. [Quality Settings (File Size)](/Radarr/Radarr-Quality-Settings-File-Size/) - Some recommendations to prevent low-quality or fake releases. These quality file size settings have been created and tested with information gathered from release comparisons from various sources and information provided by the community.
1. [Recommended naming scheme](/Radarr/Radarr-recommended-naming-scheme/) - Recommended naming scheme provided with the help of the Sonarr/Radarr (Support) Team and information provided by the community to prevent download loops.
1. [How to set up Quality Profiles](/Radarr/radarr-setup-quality-profiles/) - How to make the most use of the Custom Formats and shows some specifics of our recommended configuration. You can use these examples to understand how to set up your preferences.
- [How to setup Quality Profiles Anime](/Radarr/radarr-setup-quality-profiles-anime/) - Same as above but specific for anime.
- [How to set up Quality Profiles (French)](/Radarr/radarr-setup-quality-profiles-french-en/) - Same as above but specific for French and English Audio.
![Current Develop/Beta](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Develop&query=%24%5B0%5D.version&url=https://radarr.servarr.com/v1/update/develop/changes){ .off-glb }
---
(Beta): This is the testing edge. Released after being tested in the nightly branch to ensure no immediate issues. New features and bug fixes are released here first after nightly. It can be considered semi-stable but is still `beta`. This version will receive updates either weekly or biweekly depending on development.
- [How to import Custom Formats](/Radarr/Radarr-import-custom-formats/) - How to manually import the Custom Formats from the Guide.
- [How to update Custom Formats](/Radarr/Radarr-how-to-update-custom-formats/) - How to manually upgrade your existing Custom Formats.
- [Collection of Custom Formats](/Radarr/Radarr-collection-of-custom-formats/) - A collection of the most needed and commonly used Custom Formats. These Custom Formats have been collected from discussions on Discord or created with help from others.
!!! warning "**Warning: You may not be able to go back to `master` after switching to this branch.** On GitHub, this is a snapshot of the `develop` branch at a specific point in time."
---
## Nightly
![Current Nightly/Unstable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Nightly&query=%24%5B0%5D.version&url=https://radarr.servarr.com/v1/update/nightly/changes){ .off-glb }
(Alpha/Unstable) : This is the bleeding edge. It is released as soon as the code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self-investigation are expected in this branch.
**_Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update._**
This version is updated immediately.
!!! danger "**Warning: You may not be able to go back to `master` after switching to this branch.** On GitHub, this is the `develop` branch."
### How do I update Radarr
External link to the official [WikiArr](https://wiki.servarr.com/en/radarr/faq#how-do-i-update-radarr){:target="\_blank" rel="noopener noreferrer"}.
- Tips - Several other guides for Radarr.
- [How to Merge Quality](/Radarr/Tips/Merge-quality/) - How to merge quality sources if you prefer to not have Quality Trump All, and let it be handled via Custom Formats.
- [How to rename your folders](/Radarr/Tips/Radarr-rename-your-folders/) - How to rename or change your root folder.
- [How to set up Language Custom Formats](/Radarr/Tips/How-to-setup-language-custom-formats/) - A few examples of how to set up your preferred language Custom Format.
- [How to Sync 2 Radarr or Sonarr with each other](/Radarr/Tips/Sync-2-radarr-sonarr/) - How you can sync two (or more) Radarr/Sonarr instances with each other.
- [Remote Path Mappings](/Radarr/Radarr-remote-path-mapping/) - How to set up remote path mapping.
- [Show Unknown Movie Items](/Radarr/Tips/Radarr-show-unknown-movie-items/) - Show items without a movie in the queue.

@ -126,4 +126,4 @@ Most of my information and knowledge came from:
- [TRaSH](https://trash-guides.info/) (For allowing me to utilize his website for our guide and sharing general knowledge.)
{! include-markdown "../../includes/support.md" !}
--8<-- "includes/support.md"

@ -19,6 +19,8 @@ Here we will try to explain how to make the most of Custom Formats to help you s
After you've added the Custom Formats, as explained in [How to import Custom Formats](/Radarr/Radarr-import-custom-formats/){:target="\_blank" rel="noopener noreferrer"}.
You will need to set it up in the quality Profile you want to use/prefer to make use of the Custom Formats.
!!! info "You can also use a [Guide sync tool](/Guide-Sync/){:target="\_blank" rel="noopener noreferrer"} to sync the Custom Formats or even the complete quality profile(s)."
`Settings` => `Profiles`
![!cf-settings-profiles](images/cf-settings-profiles.png)
@ -46,7 +48,7 @@ At the bottom, in your chosen profile, you will see the added Custom Formats whe
!!! warning
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't always a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add.
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't always a 100% reflection of the actual data and are not 100% up to date with the actual data you need to add.
- Always follow the data described in the guide.
- If you have any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly.
@ -132,7 +134,7 @@ The reason why we didn't select the WEB-DL 720p is that you will hardly find any
So why such a ridiculously high `Upgrade Until Custom` and not a score of `100`?
Because I'm too lazy to calculate the maximum for every Quality Profile I use, and I want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
We're too lazy to calculate the maximum for every Quality Profile we provide, and we want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
---
@ -184,7 +186,7 @@ Use the following main settings in your profile.
So why such a ridiculously high `Upgrade Until Custom` and not a score of `100`?
Because I'm too lazy to calculate the maximum for every Quality Profile I use, and I want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
We're too lazy to calculate the maximum for every Quality Profile we provide, and we want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
---
@ -232,7 +234,7 @@ The reason why we didn't select the WEB-DL 720p is that you will hardly find any
So why such a ridiculously high `Upgrade Until Custom` and not a score of `500`?
Because I'm too lazy to calculate the maximum for every Quality Profile I use, and I want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
We're too lazy to calculate the maximum for every Quality Profile we provide, and we want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
---
@ -282,7 +284,7 @@ Use the following main settings in your profile.
So why such a ridiculously high `Upgrade Until Custom` and not a score of `500`?
Because I'm too lazy to calculate the maximum for every Quality Profile I use, and I want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
We're too lazy to calculate the maximum for every Quality Profile we provide, and we want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
---

@ -58,4 +58,4 @@ The Special Quality Profiles are custom-made and tested Quality Profiles for spe
- If you have any questions or need extra info about an SQP, please use the dedicated channel of that SQP to ask, so we know which SQP you're using.
- Follow the setup instructions and don't skip steps.
{! include-markdown "../../includes/support.md" !}
--8<-- "includes/support.md"

@ -8,5 +8,4 @@ nav:
- How to set up Quality Profiles (Anime): sonarr-setup-quality-profiles-anime.md
- How to set up Quality Profiles (French): sonarr-setup-quality-profiles-french-en.md
- Collection of Custom Formats: sonarr-collection-of-custom-formats.md
- Remote Path Mappings explained: Sonarr-remote-path-mapping.md
- Tips

@ -0,0 +1,7 @@
nav:
- How to Merge Quality: Merge-quality.md
- How to rename your folders: Sonarr-rename-your-folders.md
- How to set up Language Custom Formats: How-to-setup-language-custom-formats.md
- How to Sync 2 Radarr or Sonarr with each other: Sync-2-radarr-sonarr.md
- Remote Path Mappings: Sonarr-remote-path-mapping.md

@ -83,4 +83,4 @@ A screen will pop up with the following options:
![Qbittorrent final result](images/qbit_final.png)
{! include-markdown "../../includes/support.md" !}
--8<-- "includes/support.md"

@ -0,0 +1,3 @@
<!-- markdownlint-disable MD041-->
{! include-markdown '../../Radarr/Tips/Radarr-rename-your-folders.md' !}
<!-- markdownlint-enable MD041-->

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

@ -1,25 +1,34 @@
# Sonarr
Here you will find a collection of Sonarr guides we've made.
## Basic guides
!!! info "Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available."
For Installation, Quick Start Guide, and the basics of Sonarr, please check the official [WikiArr](https://wiki.servarr.com/en/sonarr){:target="\_blank" rel="noopener noreferrer"}.
For Installation and Quick Start Guide please check the official [WikiArr](https://wiki.servarr.com/en/sonarr){:target="\_blank" rel="noopener noreferrer"}
### Current Versions
## Master
![Current Master/Stable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Main&query=%24%5B%27v4-stable%27%5D.version&url=https%3A%2F%2Fservices.sonarr.tv%2Fv1%2Freleases){ .off-glb } ![Current Develop/Nightly](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Develop&query=%24%5B%27v4-nightly%27%5D.version&url=https%3A%2F%2Fservices.sonarr.tv%2Fv1%2Freleases){ .off-glb }
![Current Master/Stable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Main&query=%24%5B%27v4-stable%27%5D.version&url=https%3A%2F%2Fservices.sonarr.tv%2Fv1%2Freleases){ .off-glb }
## Available guides
(Default/Stable): This has been tested by users on nightly (`develop`) branch and it's not known to have any major issues. This branch should be used by the majority of users. On GitHub, this is the `main` branch.
After setting up your optimal volume/paths found [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/), follow the steps below to improve your setup.
## Develop
1. [Quality Settings (File Size)](/Sonarr/Sonarr-Quality-Settings-File-Size/) - Some recommendations to prevent low-quality or fake releases. These quality file size settings have been created and tested with information gathered from release comparisons from various sources and information provided by the community.
1. [Recommended naming scheme](/Sonarr/Sonarr-recommended-naming-scheme/) - Recommended naming scheme provided with the help of the Sonarr/Radarr (Support) Team and information provided by the community to prevent download loops.
1. [How to set up Quality Profiles](/Sonarr/sonarr-setup-quality-profiles/) - How to make the most use of the Custom Formats and shows some specifics of our recommended configuration. You can use these examples to understand how to set up your preferences.
- [How to setup Quality Profiles Anime](/Sonarr/sonarr-setup-quality-profiles-anime/) - Same as above but specific for anime.
- [How to set up Quality Profiles (French)](/Sonarr/sonarr-setup-quality-profiles-french-en/) - Same as above but specific for French and English Audio.
![Current Develop/Nightly](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Develop&query=%24%5B%27v4-nightly%27%5D.version&url=https%3A%2F%2Fservices.sonarr.tv%2Fv1%2Freleases){ .off-glb }
---
(Alpha/Unstable) : This is the bleeding edge for Sonarr v4 Beta. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. On GitHub, this is the develop branch.
- [How to import Custom Formats](/Sonarr/sonarr-import-custom-formats/) - How to manually import the Custom Formats from the Guide.
- [How to update Custom Formats](/Sonarr/sonarr-how-to-update-custom-formats/) - How to manually upgrade your existing Custom Formats.
- [Collection of Custom Formats](/Sonarr/sonarr-collection-of-custom-formats/) - A collection of the most needed and commonly used Custom Formats. These Custom Formats have been collected from discussions on Discord or created with help from others.
!!! danger "**Warning: You may not be able to go back to `main` after switching to this branch.** On GitHub, this is the `develop` branch."
---
### How do I update Sonarr
External link to the official [WikiArr](https://wiki.servarr.com/en/sonarr/faq#how-do-i-update-sonarr){:target="\_blank" rel="noopener noreferrer"}.
- Tips - Several other guides for Sonarr.
- [How to set up Language Custom Formats](/Sonarr/Tips/How-to-setup-language-custom-formats/) - A few examples of how to set up your preferred language Custom Format.
- [How to Merge Quality](/Sonarr/Tips/Merge-quality/) - How to merge quality sources if you prefer to not have Quality Trump All, and let it be handled via Custom Formats.
- [Remote Path Mappings](/Sonarr/Sonarr-remote-path-mapping/) - How to set up remote path mapping.
- [How to rename your folders](/Sonarr/Tips/Sonarr-rename-your-folders/) - How to rename or change your root folder.
- [How to Sync 2 Radarr or Sonarr with each other](/Sonarr/Tips/Sync-2-radarr-sonarr/) - How you can sync two (or more) Radarr/Sonarr instances with each other.

@ -32,10 +32,8 @@ After selecting the `Import` button you will get a screen that has all the Custo
!!! warning "The Import to update existing Custom Formats replaces the existing Custom Format, so all manual changes you did to it will be lost :warning:"
### TRaSH Sync
### Guide sync tool
This can be done also automatically with one of the TRaSH Sync Applications,
more info can be found [Here](/Guide-Sync/){:target="\_blank" rel="noopener noreferrer"}
!!! info "You can also use a [Guide sync tool](/Guide-Sync/){:target="\_blank" rel="noopener noreferrer"} to sync the Custom Formats or even the complete quality profile(s)."
--8<-- "includes/support.md"

@ -66,10 +66,8 @@ How this is done is explained [HERE](/Sonarr/sonarr-setup-custom-formats/#basics
Check out the [How to set up Custom Formats](/Sonarr/sonarr-setup-custom-formats/) where we will explain how to make the most use of custom formats and show some personal examples that I'm using. You can use these examples to get an idea of how to set up yours.
### TRaSH Sync
### Guide sync tool
This can be done also automatically with one of the TRaSH Sync Applications,
more info can be found [Here](/Guide-Sync/){:target="\_blank" rel="noopener noreferrer"}
!!! info "You can also use a [Guide sync tool](/Guide-Sync/){:target="\_blank" rel="noopener noreferrer"} to sync the Custom Formats or even the complete quality profile(s)."
--8<-- "includes/support.md"

@ -19,6 +19,8 @@ Here we will try to explain how to make the most of Custom Formats to help you s
After you've added the Custom Formats, as explained in [How to import Custom Formats](/Sonarr/sonarr-import-custom-formats/){:target="\_blank" rel="noopener noreferrer"}.
You will need to set it up in the quality Profile you want to use/prefer to make use of the Custom Formats.
!!! info "You can also use a [Guide sync tool](/Guide-Sync/){:target="\_blank" rel="noopener noreferrer"} to sync the Custom Formats or even the complete quality profile(s)."
`Settings` => `Profiles`
![!cf-settings-profiles](images/cf-settings-profiles.png)
@ -45,7 +47,7 @@ At the bottom, in your chosen profile, you will see the added Custom Formats whe
!!! warning
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't always a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add.
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't always a 100% reflection of the actual data and are not 100% up to date with the actual data you need to add.
- Always follow the data described in the guide.
- If you have any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly.
@ -122,7 +124,7 @@ Use the following main settings in your profile.
So why such a ridiculously high `Upgrade Until Custom` and not a score of `100`?
Because I'm too lazy to calculate the maximum for every Quality Profile I use, and I want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
We're too lazy to calculate the maximum for every Quality Profile we provide, and we want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
---
@ -167,7 +169,7 @@ Use the following main settings in your profile.
So why such a ridiculously high `Upgrade Until Custom` and not a score of `100`?
Because I'm too lazy to calculate the maximum for every Quality Profile I use, and I want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
We're too lazy to calculate the maximum for every Quality Profile we provide, and we want it to upgrade to the highest possible score anyway to result in the highest possible quality release.
---
@ -223,7 +225,7 @@ The following custom format groups should be combined with the Quality Profiles
??? question "How to use a Custom Format to avoid certain releases? - [Click to show/hide]"
For Custom Formats matching what you really want to avoid, set it to something really low like `-10000` and not something like `-10`.
For Custom Formats matching what you want to avoid, set it to something really low like `-10000` and not something like `-10`.
When you add your preferred Custom Format and set it to something like `+10`, it's possible that, for example, the `BR-DISK` will be downloaded - (-10)+(+10)=0 - if your `Minimum Custom Format Score` is set at `0`.
### Releases you should avoid

@ -100,11 +100,13 @@ plugins:
Radarr/Radarr-setup-custom-formats.md: Radarr/radarr-setup-quality-profiles.md
Radarr/radarr-setup-custom-formats-anime.md: Radarr/radarr-setup-quality-profiles-anime.md
Radarr/radarr-setup-custom-formats-french.md: Radarr/radarr-setup-quality-profiles-french-en.md
Radarr/Radarr-remote-path-mapping.md: Radarr/Tips/Radarr-remote-path-mapping.md
# Sonarr redirects
Sonarr/sonarr-setup-custom-formats.md: Sonarr/sonarr-setup-quality-profiles.md
Sonarr/sonarr-setup-custom-formats-anime.md: Sonarr/sonarr-setup-quality-profiles-anime.md
Sonarr/Sonarr-Release-Profile-RegEx.md: Sonarr/sonarr-v3-eol.md
Sonarr/Sonarr-Release-Profile-RegEx-Anime.md: Sonarr/sonarr-v3-eol.md
Sonarr/Sonarr-remote-path-mapping.md: Sonarr/Tips/Sonarr-remote-path-mapping.md
# How to old redirects
How-to-setup-for/index.md: Hardlinks/How-to-setup-for/index.md
How-to-setup-for/Docker.md: Hardlinks/How-to-setup-for/Docker.md

Loading…
Cancel
Save