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 | 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.
{Album Title} {(Album Disambiguation)}/{Artist Name}_{Album Title}_{track:00}_{Track Title}
Venus Hum/Big Beautiful Sky/Venus Hum_Big Beautiful Sky_01_Hummingbirds.flac
{Album Title} {(Album Disambiguation)}/{Artist Name}_{Album Title}_{medium:00}-{track:00}_{Track Title}
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 Name}
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.
Below are some custom formats I have found to be helpful:
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"
}
}
]
}
Tag releases that are from CD source
{
"name": "CD",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "CD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bCD\\b"
}
}
]
}
Tag releases that are from WEB source
{
"name": "WEB",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "WEB",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bWEB\\b"
}
}
]
}
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"
}
}
]
}
Tag releases that are from Vinyl source
{
"name": "Vinyl",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Vinyl",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVinyl\\b"
}
}
]
}
Quality profiles - High Quality - check flac and mp3-320 and move them to the top
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.
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:
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 asunknown
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.