You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/Radarr/index.md

50 lines
2.3 KiB

# Radarr
Here you will find a collection of Radarr Guides I made.
## Master
![master](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https://raw.githubusercontent.com/hotio/radarr/release/VERSION.json&label=Current%20Master/Stable%20Version&style=for-the-badge&color=4051B5)
(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.
## Develop
![develop](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https://raw.githubusercontent.com/hotio/radarr/testing/VERSION.json&label=Current%20Develop/Beta%20Version&style=for-the-badge&color=4051B5)
(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`.
This version will receive updates either weekly or biweekly depending on development.
!!! 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
![nightly](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https://raw.githubusercontent.com/hotio/radarr/nightly/VERSION.json&label=Current%20Nightly/Unstable%20Version&style=for-the-badge&color=4051B5)
(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.
!!! danger
***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.
!!! 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"}.