Skip to content

Commit 64cc6bb

Browse files
authored
docs: Update README.md
1 parent ce1d919 commit 64cc6bb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/arr-suite/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,12 @@ All other arr applications follow the same configuration steps.
132132
Follow these steps for each individuall arr container:
133133

134134
1. Configure authentication for the arr's HTTP UI. Can be done regularly via `Settings > General`.
135-
2. Ensure to define your media location. Can be done regularly via `Settings > Media Management > Root Folders > Path`. Should point to `/media/music` for Lidarr, `/media/tv-shows` for Sonarr, `/media/movies` for Radarr and `/media/books` for Readarr and so on. If those subdirectories do not exist yet, go ahead and create them.
136-
3. Configure Qbittorrent as download client. Can be done regularly via `Settings > Download Clients`. Define your server's IP address at `Host` (or the container name `arr-suite-gluetun`) and `8080` at `Port`.
137-
4. Configure your quality definitions and indexers (optional)
138-
5. Configure Bazarr for Radarr and Sonarr. See https://wiki.bazarr.media/Getting-Started/Setup-Guide/
139-
6. Fix all `System > Health` warnings and errors reported by each arr container. May refer to https://wiki.servarr.com/.
135+
2. Ensure to define your media location. Can be done regularly via `Settings > Media Management > Root Folders > Path`. Should point to `/media/music` for Lidarr, `/media/tv-shows` for Sonarr, `/media/movies` for Radarr and `/media/books` for Readarr and so on. If those subdirectories do not exist yet, go ahead and create them via the following command:
136+
- `mkdir -p /mnt/docker-volumes/arr-suite/media/{downloads,movies,tv-shows,music,books}`
137+
4. Configure Qbittorrent as download client. Can be done regularly via `Settings > Download Clients`. Define your server's IP address at `Host` (or the container name `arr-suite-gluetun`) and `8080` at `Port`.
138+
5. Configure your quality definitions and indexers (optional)
139+
6. Configure Bazarr for Radarr and Sonarr. See https://wiki.bazarr.media/Getting-Started/Setup-Guide/
140+
7. Fix all `System > Health` warnings and errors reported by each arr container. May refer to https://wiki.servarr.com/.
140141

141142
- Sonarr is accessible at `http://<YOUR-IP>:8989/`
142143
- Radarr is accessible at `http://<YOUR-IP>:7979/`

0 commit comments

Comments
 (0)