From 2aba186972f0f2c686acc44099bfbd70d368c5e0 Mon Sep 17 00:00:00 2001 From: ineednewpajamas <73252768+ineednewpajamas@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:48:46 -0500 Subject: [PATCH 1/3] Fixed: Update Lidarr download rank for custom formats --- lidarr/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lidarr/faq.md b/lidarr/faq.md index 0d61a6a19..03094c364 100644 --- a/lidarr/faq.md +++ b/lidarr/faq.md @@ -124,10 +124,10 @@ As of Lidarr v2, Authentication is Mandatory. - The current logic [can be found here](https://github.com/Lidarr/Lidarr/blob/develop/src/NzbDrone.Core/DecisionEngine/DownloadDecisionComparer.cs). -- As of 2022-01-23 the logic is as follows: +- As of 2023-01-22 the logic is as follows: 1. Quality -1. Preferred Word Score +1. Custom Format Score 1. Protocol (as configured in the relevant Delay Profile) 1. Indexer Priority 1. Seeds/Peers (If Torrent) From d3010d30c55797c9044e49c4379706c9d529ca2d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:51:40 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- lidarr/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lidarr/faq.md b/lidarr/faq.md index 03094c364..0451a3b1e 100644 --- a/lidarr/faq.md +++ b/lidarr/faq.md @@ -172,7 +172,7 @@ As of Lidarr v2, Authentication is Mandatory. ## How can I find a MusicBrainz ID? 1. [Search for your desired artist or album](https://musicbrainz.org/search) (use `Release Group` type for albums) -2. The MusicBrainz ID can be found under the "Details" tab: +2. The MusicBrainz ID can be found under the "Details" tab: ![musicbrainz_id_detail_tab.png](/images/musicbrainz_id_detail_tab.png) 3. Or at the end of the URL: ![musicbrainz_id_url.png](/images/musicbrainz_id_url.png) From 802622a95473c7658a3a64990113682ea72463f2 Mon Sep 17 00:00:00 2001 From: ineednewpajamas <73252768+ineednewpajamas@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:59:41 -0500 Subject: [PATCH 3/3] Fix a header and whitespace identified by markdownlint-cli --- lidarr/faq.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lidarr/faq.md b/lidarr/faq.md index 0451a3b1e..c6ac2218a 100644 --- a/lidarr/faq.md +++ b/lidarr/faq.md @@ -169,7 +169,7 @@ As of Lidarr v2, Authentication is Mandatory. - Artists that do not show up in search may be added by searching for `lidarr:mbid` where `mbid` is the Musicbrainz ID of the artist. -## How can I find a MusicBrainz ID? +## How can I find a MusicBrainz ID 1. [Search for your desired artist or album](https://musicbrainz.org/search) (use `Release Group` type for albums) 2. The MusicBrainz ID can be found under the "Details" tab: @@ -177,7 +177,6 @@ As of Lidarr v2, Authentication is Mandatory. 3. Or at the end of the URL: ![musicbrainz_id_url.png](/images/musicbrainz_id_url.png) - ## Lidarr matched an album with too many tracks. How can I change the Album to the correct Release - Open the Album details page and select the Edit Icon in the top nav. There you can find a dropdown of all releases tied to that Album.