mirror of https://github.com/tiyn/wiki
parent
c524b7fd9a
commit
29633b165a
@ -0,0 +1,31 @@
|
||||
# \*ARR
|
||||
|
||||
\*ARR application is a class of applications made as personal video recorders in
|
||||
the usenet and [BitTorrent](/wiki/bittorrent.md) domain.
|
||||
These applications include but are not limited to
|
||||
[Sonarr](https://github.com/Sonarr/Sonarr) for
|
||||
[TV shows](/wiki/movies_&_tv_shows.md),
|
||||
[Radarr](https://github.com/Radarr/Radarr) for
|
||||
[movies](/wiki/movies_&_tv_shows.md) and
|
||||
[Lidarr](https://github.com/Lidarr/Lidarr) for [music](/wiki/audio.md).
|
||||
|
||||
## Setup
|
||||
|
||||
For the different applications there are different [Docker](/wiki/docker.md)
|
||||
containers for setup:
|
||||
[Linuxservers Sonarr image](/wiki/docker-images/linuxserver_-_sonarr.md),
|
||||
[Linuxservers Radarr image](/wiki/docker-images/linuxserver_-_radarr.md) and
|
||||
[Linuxservers Lidarr image](/wiki/docker-images/linuxserver_-_lidarr.md).
|
||||
|
||||
### Initial Configuration
|
||||
|
||||
For the initial configuration navigate to `System` and `Status`.
|
||||
Afterwards check if there are any messages.
|
||||
There are probably a few steps that need to be taken to complete the setup.
|
||||
Set the `Download Clients` under `Settings`.
|
||||
For this an instance of a [BitTorrent Client](/wiki/bittorrent.md#clients) can
|
||||
be used.
|
||||
Next an indexer needs to be added.
|
||||
For this [Jackett](/wiki/jackett.md) can be used.
|
||||
A guide to add Jackett indexers is featured in
|
||||
[the Jackett entry](/wiki/jackett.md#adding-a-jackett-indexer-to-arr-applications).
|
@ -0,0 +1,32 @@
|
||||
# Jackett
|
||||
|
||||
[Jackett](https://github.com/Jackett/Jackett) is an application that is
|
||||
intended to manage multiple [BitTorrent](/wiki/bittorrent.md) indexers.
|
||||
One of its main usecases is in feeding indexers to the
|
||||
[\*ARR applications](/wiki/*arr.md).
|
||||
|
||||
## Setup
|
||||
|
||||
The software can be setup via [Docker](/wiki/docker.md) with the
|
||||
[DyonR image](/wiki/docker-images/dyonr_-_jackettvpn.md) which also features a
|
||||
VPN tunnel.
|
||||
|
||||
## Usage
|
||||
|
||||
### Adding an Indexer
|
||||
|
||||
Indexers can be added by simply clicking `Add indexer` in the main menu.
|
||||
For private or semi-private trackers login information or a cookie is needed.
|
||||
|
||||
### Adding a Jackett Indexer to \*ARR applications
|
||||
|
||||
For adding a Jackett Indexer to an \*ARR application press `Copy Torznab Feed`
|
||||
of the Jackett indexer you want to add.
|
||||
Paste this in the \*ARR application under
|
||||
`Settings`, `Indexers`, `Add`, `Torznab` and `Custom` in the `URL` field.
|
||||
Also copy and paste the Jackett API key into the corresponding field in the
|
||||
\*ARR application.
|
||||
Afterwards check and configure the correct category IDs via the `Categories`
|
||||
option.
|
||||
The list of supported categories can be found in the Jackett indexer
|
||||
configuration (the wrench in the corresponding index list entry).
|
Loading…
Reference in new issue