Davo's Community Lidarr Guide
Like TRaSH Guides, but Davo for Lidarr
Page Contents
Last edited by
Administrator
04/05/2024

This guide is primarily focused on FLAC quality with MP3-320 as a fallback. Since music files are much smaller than other media I prefer to grab FLAC quality (not 24-bit lossless). Lidarr is designed to follow artists and albums, not singles. If you prefer singles then Spotify or Apple Music is a better fit for you.

This guide also assumes you are familiar with the basics of the ARR apps and omits details covered in other guides, such as adding indexers or download clients.

Quality settings

Quality Min Preferred Max
FLAC 0 895 1400
FLAC 24bit 0 895 1495

Filters out results that are single track rips for an entire album, such as FLAC/CUE files.

Ensure Advanced Settings are enabled and Rename Tracks & Replace Illegal Characters options are checked.

Standard Track Format

{Album Title} {(Album Disambiguation)}/{Artist Name}_{Album Title}_{track:00}_{Track Title}
  • Result: Venus Hum/Big Beautiful Sky/Venus Hum_Big Beautiful Sky_01_Hummingbirds.flac

Multi Disc Track Format

{Album Title} {(Album Disambiguation)}/{Artist Name}_{Album Title}_{medium:00}-{track:00}_{Track Title}
  • Result: The Smashing Pumpkins/Mellon Collie and the Infinite Sadness/The Smashing Pumpkins_Mellon Collie and the Infinite Sadness_01-01_Mellon Collie and the Infinite Sadness.flac

Note: Without {(Album Disambiguation)} you run the risk of tracks for albums that have the same title (such as Weezer (Blue Album and Weezer (Red Album)) all being dumped into the same album folder (Weezer). If there is no disambiguation associated with an album then Lidarr will use the standard folder name.

Artist Folder Format

{Artist Name}

track naming

Unless your file system supports reflinks and/or you are not using Lidarr to write metadata info then you should not enable hardlinks. Changing the metadata for your media files will corrupt the original seeding files.

Custom Formats

Below are some custom formats I have found to be helpful:

Preferred groups

Release groups that are consistently high quality and are properly named/tagged

{
  "name": "Preferred Groups",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "DeVOiD",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bDeVOiD\\b"
      }
    },
    {
      "name": "PERFECT",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bPERFECT\\b"
      }
    },
    {
      "name": "ENRiCH",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bENRiCH\\b"
      }
    }
  ]
}

CD

Tag releases that are from CD source

{
  "name": "CD",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "CD",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bCD\\b"
      }
    }
  ]
}

WEB

Tag releases that are from WEB source

{
  "name": "WEB",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "WEB",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bWEB\\b"
      }
    }
  ]
}

Lossless

Tag releases that are lossless (flac/flac24), especially useful when using usenet to grab releases since file naming can be less than adequate

{
  "name": "Lossless",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Flac",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\blossless\\b"
      }
    }
  ]
}

Vinyl

Tag releases that are from Vinyl source

{
  "name": "Vinyl",
  "includeCustomFormatWhenRenaming": false,
  "specifications": [
    {
      "name": "Vinyl",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "\\bVinyl\\b"
      }
    }
  ]
}

Profiles

Quality profiles - High Quality - check flac and mp3-320 and move them to the top

quality profiles

Upgrades Allowed - check this box
Upgrade until - set this to Flac

Custom format scoring - This is very subjective. If you follow the table below it will require releases to include a minimum score of 1 in order to be grabbed, meaning it will need to meet at least one of the custom formats (except for vinyl) and will prefer CD source over WEB and will actively avoid vinyl releases.

custom format scoring

custom format scoring high quality

Metadata Profiles

This is another setting that is more personal preference. If you want to ensure you don’t miss any releases check all boxes and name the profile Any. My personal metadata profile is named Standard and I have the following options checked:

meta data profile

write metadata

This minimizes the number of releases that are added for an artist but I can switch to the Any profile if needed to add specific releases that are not included in the above release types.

Release types are determined by Musicbrainz so if you can’t find a specific release in Lidarr check the release type in Musicbrainz and ensure that release type is enabled in your metadata profile for that specific artist.

Nine times out of ten when a release can’t be found in Lidarr it’s because the release type is set to unknown in Musicbrainz. Lidarr cannot add releases that are listed as unknown

Metadata

As noted previously in the guide, if you are hardlinking music torrents then Tag Audio Files with Metadata needs to be set to Never and Scrub Existing Tags should be unchecked. If you are not hardlinking music torrents then this is personal preference.

write metadata