summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-31 11:48:33 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-31 11:48:33 -0300
commitc0125f606bfe417dc139f2a26bf704a2eec6679f (patch)
treea80a96dcbb9df53e75d80aea61026eeaa84ab025
parent16dd0d584d22a3da7609964105907a903ffc3009 (diff)
Added Lidarr config
-rw-r--r--content/advanced/lidarr.md116
-rw-r--r--static/pics/lidarr-1.pngbin0 -> 54604 bytes
-rw-r--r--static/pics/lidarr-10.pngbin0 -> 32717 bytes
-rw-r--r--static/pics/lidarr-11.pngbin0 -> 37312 bytes
-rw-r--r--static/pics/lidarr-12.pngbin0 -> 103104 bytes
-rw-r--r--static/pics/lidarr-13.pngbin0 -> 63824 bytes
-rw-r--r--static/pics/lidarr-14.pngbin0 -> 224364 bytes
-rw-r--r--static/pics/lidarr-15.pngbin0 -> 260438 bytes
-rw-r--r--static/pics/lidarr-16.pngbin0 -> 104404 bytes
-rw-r--r--static/pics/lidarr-2.pngbin0 -> 72966 bytes
-rw-r--r--static/pics/lidarr-3.pngbin0 -> 79032 bytes
-rw-r--r--static/pics/lidarr-4.pngbin0 -> 47945 bytes
-rw-r--r--static/pics/lidarr-5.pngbin0 -> 55170 bytes
-rw-r--r--static/pics/lidarr-6.pngbin0 -> 73828 bytes
-rw-r--r--static/pics/lidarr-7.pngbin0 -> 78151 bytes
-rw-r--r--static/pics/lidarr-8.pngbin0 -> 51028 bytes
-rw-r--r--static/pics/lidarr-9.pngbin0 -> 69136 bytes
17 files changed, 116 insertions, 0 deletions
diff --git a/content/advanced/lidarr.md b/content/advanced/lidarr.md
new file mode 100644
index 0000000..3099457
--- /dev/null
+++ b/content/advanced/lidarr.md
@@ -0,0 +1,116 @@
+---
+title: "Lidarr"
+date: 2023-01-31T11:20:14-03:00
+draft: false
+weight: 5
+summary: Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new albums from your favorite artists 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.
+
+---
+
+# What is Lidarr?
+
+From their [wiki](https://lidarr.audio/):
+
+> Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new albums from your favorite artists 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.
+
+In YAMS, Lidarr is going to manage all our music: download, sort, etc.
+
+## Initial configuration
+
+In your browser, go to [http://{your-ip-address}:8686/]() and you'll see Lidarr's empty page. You'll also notice you have 3 messages on the system tab, but we'll deal with them later.
+
+[![lidarr-1](/pics/lidarr-1.png)](/pics/lidarr-1.png)
+
+### Media management
+
+First, go to "Settings" and then "Media management". On this screen, click on the big ➕ sign.
+
+[![lidarr-2](/pics/lidarr-2.png)](/pics/lidarr-2.png)
+
+On the "Add root folder" modal, add the following information:
+
+- On "Name", set it to "Music"
+- On "Path", set it to "/music/"
+
+Finally, click on "Save".
+
+[![lidarr-3](/pics/lidarr-3.png)](/pics/lidarr-3.png)
+
+You should see your new "Music" root folder.
+
+[![lidarr-4](/pics/lidarr-4.png)](/pics/lidarr-4.png)
+
+### Download Clients
+
+Here, you'll add the download clients for Lidarr. That's where you'll tie in Lidarr with [qBittorrent](/config/qbittorrent).
+
+In "Settings", go to "Download Clients" and click on the ➕ button.
+
+[![lidarr-5](/pics/lidarr-5.png)](/pics/lidarr-5.png)
+
+On the "Add Download Client" screen, scroll down and click on "qBittorrent".
+
+[![lidarr-6](/pics/lidarr-6.png)](/pics/lidarr-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`.
+
+[![lidarr-7](/pics/lidarr-7.png)](/pics/lidarr-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!
+
+[![lidarr-8](/pics/lidarr-8.png)](/pics/lidarr-8.png)
+
+### Prowlarr config
+
+First, you are going to need your Lidarr API Key.
+
+You can get your Lidarr API Key in Lidarr. Go to [http://{your-ip-address}:8686/settings/general]() to open Lidarr's settings, and you'll find the API Key under the "Security" section.
+
+[![lidarr-11](/pics/lidarr-11.png)](/pics/lidarr-11.png)
+
+For now, just copy it and keep it in a safe location.
+
+In "Settings", go to "Apps" and click on the ➕ button.
+
+[![lidarr-9](/pics/lidarr-9.png)](/pics/lidarr-9.png)
+
+On the "Add Application" modal, click on "Lidarr"
+
+[![lidarr-10](/pics/lidarr-10.png)](/pics/lidarr-10.png)
+
+- In "Prowlarr Server", add `http://prowlarr:9696`
+- In "Lidarr Server", add `http://lidarr:8686`
+- In "ApiKey", add your Lidarr API key.
+
+[![lidarr-12](/pics/lidarr-12.png)](/pics/lidarr-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 Lidarr added to the "Apps" list!
+
+[![lidarr-13](/pics/lidarr-13.png)](/pics/lidarr-13.png)
+
+**Remeber to add Music indexers!**. You won't be able to download if you don't add Music indexers in Prowlarr. To add indexers, go to [Prowlarr's Indexer configuration](/config/prowlarr/#indexers).
+
+## Usage
+
+Back in Lidarr, go to "Library/Add New" and search for a band. Select it to add it to Lidarr.
+
+[![lidarr-14](/pics/lidarr-14.png)](/pics/lidarr-14.png)
+
+On the "Add new Artist" modal, select the Quality Profile, click on "Start search for missing albums" anf finally, click on "Add".
+
+[![lidarr-15](/pics/lidarr-15.png)](/pics/lidarr-15.png)
+
+And that should be it! You should see your band added and it will start downloading soon.
+
+[![lidarr-16](/pics/lidarr-16.png)](/pics/lidarr-16.png)
diff --git a/static/pics/lidarr-1.png b/static/pics/lidarr-1.png
new file mode 100644
index 0000000..a938861
--- /dev/null
+++ b/static/pics/lidarr-1.png
Binary files differ
diff --git a/static/pics/lidarr-10.png b/static/pics/lidarr-10.png
new file mode 100644
index 0000000..870139c
--- /dev/null
+++ b/static/pics/lidarr-10.png
Binary files differ
diff --git a/static/pics/lidarr-11.png b/static/pics/lidarr-11.png
new file mode 100644
index 0000000..2b23862
--- /dev/null
+++ b/static/pics/lidarr-11.png
Binary files differ
diff --git a/static/pics/lidarr-12.png b/static/pics/lidarr-12.png
new file mode 100644
index 0000000..238789c
--- /dev/null
+++ b/static/pics/lidarr-12.png
Binary files differ
diff --git a/static/pics/lidarr-13.png b/static/pics/lidarr-13.png
new file mode 100644
index 0000000..3ebfe32
--- /dev/null
+++ b/static/pics/lidarr-13.png
Binary files differ
diff --git a/static/pics/lidarr-14.png b/static/pics/lidarr-14.png
new file mode 100644
index 0000000..7bb23d1
--- /dev/null
+++ b/static/pics/lidarr-14.png
Binary files differ
diff --git a/static/pics/lidarr-15.png b/static/pics/lidarr-15.png
new file mode 100644
index 0000000..1d3c892
--- /dev/null
+++ b/static/pics/lidarr-15.png
Binary files differ
diff --git a/static/pics/lidarr-16.png b/static/pics/lidarr-16.png
new file mode 100644
index 0000000..37b9ffa
--- /dev/null
+++ b/static/pics/lidarr-16.png
Binary files differ
diff --git a/static/pics/lidarr-2.png b/static/pics/lidarr-2.png
new file mode 100644
index 0000000..e260b76
--- /dev/null
+++ b/static/pics/lidarr-2.png
Binary files differ
diff --git a/static/pics/lidarr-3.png b/static/pics/lidarr-3.png
new file mode 100644
index 0000000..db2ca8c
--- /dev/null
+++ b/static/pics/lidarr-3.png
Binary files differ
diff --git a/static/pics/lidarr-4.png b/static/pics/lidarr-4.png
new file mode 100644
index 0000000..124925d
--- /dev/null
+++ b/static/pics/lidarr-4.png
Binary files differ
diff --git a/static/pics/lidarr-5.png b/static/pics/lidarr-5.png
new file mode 100644
index 0000000..996abbf
--- /dev/null
+++ b/static/pics/lidarr-5.png
Binary files differ
diff --git a/static/pics/lidarr-6.png b/static/pics/lidarr-6.png
new file mode 100644
index 0000000..14c8586
--- /dev/null
+++ b/static/pics/lidarr-6.png
Binary files differ
diff --git a/static/pics/lidarr-7.png b/static/pics/lidarr-7.png
new file mode 100644
index 0000000..88ca1f1
--- /dev/null
+++ b/static/pics/lidarr-7.png
Binary files differ
diff --git a/static/pics/lidarr-8.png b/static/pics/lidarr-8.png
new file mode 100644
index 0000000..f6368ca
--- /dev/null
+++ b/static/pics/lidarr-8.png
Binary files differ
diff --git a/static/pics/lidarr-9.png b/static/pics/lidarr-9.png
new file mode 100644
index 0000000..00a2a54
--- /dev/null
+++ b/static/pics/lidarr-9.png
Binary files differ