summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-31 14:10:31 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-31 14:10:31 -0300
commit6b9cfa9d41801488a1ff85e5479755d6a91d1d27 (patch)
treedd6277eac8ff9a0c3b63be3d5b66274f227e420d
parentb0db351d60c1184df7d171987fcc40dbd99ad88a (diff)
Added Readarr
-rw-r--r--content/advanced/readarr.md116
-rw-r--r--static/pics/readarr-1.pngbin0 -> 56626 bytes
-rw-r--r--static/pics/readarr-10.pngbin0 -> 66799 bytes
-rw-r--r--static/pics/readarr-11.pngbin0 -> 36583 bytes
-rw-r--r--static/pics/readarr-12.pngbin0 -> 104713 bytes
-rw-r--r--static/pics/readarr-13.pngbin0 -> 66114 bytes
-rw-r--r--static/pics/readarr-14.pngbin0 -> 134928 bytes
-rw-r--r--static/pics/readarr-15.pngbin0 -> 178939 bytes
-rw-r--r--static/pics/readarr-16.pngbin0 -> 73570 bytes
-rw-r--r--static/pics/readarr-2.pngbin0 -> 76868 bytes
-rw-r--r--static/pics/readarr-3.pngbin0 -> 83037 bytes
-rw-r--r--static/pics/readarr-4.pngbin0 -> 49290 bytes
-rw-r--r--static/pics/readarr-5.pngbin0 -> 63724 bytes
-rw-r--r--static/pics/readarr-6.pngbin0 -> 74073 bytes
-rw-r--r--static/pics/readarr-7.pngbin0 -> 83950 bytes
-rw-r--r--static/pics/readarr-8.pngbin0 -> 64365 bytes
-rw-r--r--static/pics/readarr-9.pngbin0 -> 38228 bytes
17 files changed, 116 insertions, 0 deletions
diff --git a/content/advanced/readarr.md b/content/advanced/readarr.md
new file mode 100644
index 0000000..fef1ee5
--- /dev/null
+++ b/content/advanced/readarr.md
@@ -0,0 +1,116 @@
+---
+title: "Readarr"
+date: 2023-01-31T13:52:34-03:00
+draft: false
+weight: 6
+summary: Readarr is a ebook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab, sort, and rename them.
+
+---
+
+# What is Readarr?
+
+From their [wiki](https://readarr.com/):
+
+> Readarr is a ebook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab, sort, and rename them.
+
+In YAMS, Readarr is going to manage all our books: download, sort, etc.
+
+## Initial configuration
+
+In your browser, go to [http://{your-ip-address}:8787/]() and you'll see Readarr's empty page. You'll also notice you have 3 messages on the system tab, but we'll deal with them later.
+
+[![readarr-1](/pics/readarr-1.png)](/pics/readarr-1.png)
+
+### Media management
+
+First, go to "Settings" and then "Media management". On this screen, click on the big ➕ sign.
+
+[![readarr-2](/pics/readarr-2.png)](/pics/readarr-2.png)
+
+On the "Add root folder" modal, add the following information:
+
+- On "Name", set it to "Books"
+- On "Path", set it to "/books/"
+
+Finally, click on "Save".
+
+[![readarr-3](/pics/readarr-3.png)](/pics/readarr-3.png)
+
+You should see your new "Books" root folder.
+
+[![readarr-4](/pics/readarr-4.png)](/pics/readarr-4.png)
+
+### Download Clients
+
+Here, you'll add the download clients for Readarr. That's where you'll tie in Readarr with [qBittorrent](/config/qbittorrent).
+
+In "Settings", go to "Download Clients" and click on the ➕ button.
+
+[![readarr-5](/pics/readarr-5.png)](/pics/readarr-5.png)
+
+On the "Add Download Client" screen, scroll down and click on "qBittorrent".
+
+[![readarr-6](/pics/readarr-6.png)](/pics/readarr-6.png)
+
+- In Name, add the name of your download client (qBittorrent).
+- On Host, add your server IP address (in my case, `192.168.0.169`).
+- On Username, add `admin`.
+- On Password, add `adminadmin`.
+
+[![readarr-7](/pics/readarr-7.png)](/pics/readarr-7.png)
+
+At the bottom, you can click on "Test" and if everything is OK you should see a ✅
+[![radarr-10](/pics/radarr-10.png)](/pics/radarr-10.png)
+[![radarr-11](/pics/radarr-11.png)](/pics/radarr-11.png)
+
+If everything is fine, click on "Save". You should see your download client added to the "Download Clients" page now!
+
+[![readarr-8](/pics/readarr-8.png)](/pics/readarr-8.png)
+
+### Prowlarr config
+
+First, you are going to need your Readarr API Key.
+
+You can get your Readarr API Key in Readarr. Go to [http://{your-ip-address}:8787/settings/general]() to open Readarr's settings, and you'll find the API Key under the "Security" section.
+
+[![readarr-9](/pics/readarr-9.png)](/pics/readarr-9.png)
+
+For now, just copy it and keep it in a safe location.
+
+In "Settings", go to "Apps" and click on the ➕ button.
+
+[![readarr-10](/pics/readarr-10.png)](/pics/readarr-10.png)
+
+On the "Add Application" modal, click on "Readarr"
+
+[![readarr-11](/pics/readarr-11.png)](/pics/readarr-11.png)
+
+- In "Prowlarr Server", add `http://prowlarr:9696`
+- In "Readarr Server", add `http://readarr:8787`
+- In "ApiKey", add your Readarr API key.
+
+[![readarr-12](/pics/readarr-12.png)](/pics/readarr-12.png)
+
+At the bottom, you can click on "Test" and if everything is OK you should see a ✅
+[![sonarr-10](/pics/sonarr-10.png)](/pics/sonarr-10.png)
+[![sonarr-11](/pics/sonarr-11.png)](/pics/sonarr-11.png)
+
+To finish, click on "Save". You should see Readarr added to the "Apps" list!
+
+[![readarr-13](/pics/readarr-13.png)](/pics/readarr-13.png)
+
+**Remeber to add Books indexers!**. You won't be able to download if you don't add Books indexers in Prowlarr. To add indexers, go to [Prowlarr's Indexer configuration](/config/prowlarr/#indexers).
+
+## Usage
+
+Back in Readarr, go to "Library/Add New" and search for an author. Select it to add it to Readarr.
+
+[![readarr-14](/pics/readarr-14.png)](/pics/readarr-14.png)
+
+On the "Add new Author" modal, click on "Start search for missing books" anf finally, click on "Add".
+
+[![readarr-15](/pics/readarr-15.png)](/pics/readarr-15.png)
+
+And that should be it! You should see your author added and it will start downloading soon.
+
+[![readarr-16](/pics/readarr-16.png)](/pics/readarr-16.png)
diff --git a/static/pics/readarr-1.png b/static/pics/readarr-1.png
new file mode 100644
index 0000000..7b49582
--- /dev/null
+++ b/static/pics/readarr-1.png
Binary files differ
diff --git a/static/pics/readarr-10.png b/static/pics/readarr-10.png
new file mode 100644
index 0000000..ba3f7d7
--- /dev/null
+++ b/static/pics/readarr-10.png
Binary files differ
diff --git a/static/pics/readarr-11.png b/static/pics/readarr-11.png
new file mode 100644
index 0000000..53a755e
--- /dev/null
+++ b/static/pics/readarr-11.png
Binary files differ
diff --git a/static/pics/readarr-12.png b/static/pics/readarr-12.png
new file mode 100644
index 0000000..8c2fd1b
--- /dev/null
+++ b/static/pics/readarr-12.png
Binary files differ
diff --git a/static/pics/readarr-13.png b/static/pics/readarr-13.png
new file mode 100644
index 0000000..b63a7d6
--- /dev/null
+++ b/static/pics/readarr-13.png
Binary files differ
diff --git a/static/pics/readarr-14.png b/static/pics/readarr-14.png
new file mode 100644
index 0000000..d7bf91a
--- /dev/null
+++ b/static/pics/readarr-14.png
Binary files differ
diff --git a/static/pics/readarr-15.png b/static/pics/readarr-15.png
new file mode 100644
index 0000000..4864b15
--- /dev/null
+++ b/static/pics/readarr-15.png
Binary files differ
diff --git a/static/pics/readarr-16.png b/static/pics/readarr-16.png
new file mode 100644
index 0000000..f851cdb
--- /dev/null
+++ b/static/pics/readarr-16.png
Binary files differ
diff --git a/static/pics/readarr-2.png b/static/pics/readarr-2.png
new file mode 100644
index 0000000..341737f
--- /dev/null
+++ b/static/pics/readarr-2.png
Binary files differ
diff --git a/static/pics/readarr-3.png b/static/pics/readarr-3.png
new file mode 100644
index 0000000..ca08e20
--- /dev/null
+++ b/static/pics/readarr-3.png
Binary files differ
diff --git a/static/pics/readarr-4.png b/static/pics/readarr-4.png
new file mode 100644
index 0000000..22cd074
--- /dev/null
+++ b/static/pics/readarr-4.png
Binary files differ
diff --git a/static/pics/readarr-5.png b/static/pics/readarr-5.png
new file mode 100644
index 0000000..4d3bdb0
--- /dev/null
+++ b/static/pics/readarr-5.png
Binary files differ
diff --git a/static/pics/readarr-6.png b/static/pics/readarr-6.png
new file mode 100644
index 0000000..a1ffc22
--- /dev/null
+++ b/static/pics/readarr-6.png
Binary files differ
diff --git a/static/pics/readarr-7.png b/static/pics/readarr-7.png
new file mode 100644
index 0000000..44a9957
--- /dev/null
+++ b/static/pics/readarr-7.png
Binary files differ
diff --git a/static/pics/readarr-8.png b/static/pics/readarr-8.png
new file mode 100644
index 0000000..2f63588
--- /dev/null
+++ b/static/pics/readarr-8.png
Binary files differ
diff --git a/static/pics/readarr-9.png b/static/pics/readarr-9.png
new file mode 100644
index 0000000..6bb754a
--- /dev/null
+++ b/static/pics/readarr-9.png
Binary files differ