Skip to main content

Initial Setup

Lidarr is a fork of Sonarr that can download and organize your music library. It can monitor multiple RSS feeds for new tracks from your favorite artists, grab, sort, and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available. Some of the significant features of this app are:

  • Automatically detects new tracks from NZB and Torrent sources
  • Can scan your existing library and download any missing tracks
  • Can watch for better quality versions of tracks you already have and do an automatic upgrade
  • Automatic failed download handling
  • Manual search so you can pick any release or see why a release was not downloaded automatically
  • Fully configurable track renaming
  • Full integration with SABnzbd and NZBGet
  • Full integration with Kodi, Plex (notification, library update, metadata)
  • Full support for specials and multi-album releases
  • Beautiful UI

For more information about this, you may visit their site or Lidarr's GitHub repo.


In this section, we will be going into detail on installing, configuring, and using Lidarr. The following are the steps that we will do:

  • Enabling automatic organization and adding a root Folder
  • Adding indexers
  • Connecting your download clients
  • Adding your first artist

Configure a Download Client

  • To add a Download Client, go to Settings -> Download Clients
  • Click the plus icon at the top, and pick your Download client
  • Be sure to enable "Show Advanced settings" Using the Cog Icon in the top left-hand side to show URL Base Field

Torrent Clients

Deluge
Host: {username}.{servername}.usbx.me
Port: 443
URL Base: /deluge
Password: As configured in UCP under Deluge
Category: tv-sonarr
Add Paused: NO
Use SSL: YES
rTorrent
Host: {username}.{servername}.usbx.me
Port: 443
URL Path: /RPC2
Username: {username}
Password: As configured in UCP under ruTorrent
Category: tv-sonarr
Add Stopped: NO
Use SSL: YES
Transmission
Host: {username}.{servername}.usbx.me
Port: 443
Username: {username}
Password: As configured in UCP under Transmission
Category: tv-sonarr
Add Stopped: NO
Use SSL: YES

Usenet Clients

SABnzbd
Host: {username}.{servername}.usbx.me
Port: 443
URL Path: /sabnzbd
API Key: As obtained from SABnzbd
Username: {username}
Password: Configured during SABnzbd setup
Category: tv
Use SSL: YES
Nzbget
Host: {username}.{servername}.usbx.me
Port: 443
URL Path: /nzbget
Username: {nzbget username}
Password: {nzbget password}
Category: tv
Add Paused: NO
Use SSL: YES

Add your media Root Folder

  • To add your Root Folders, select Add Root Folder also under Settings -> Media Management
  • This will bring up the File Browser window.
  • From here, navigate to your ~/media/ folder and select the correct folder
  • Once that's done, click OK. You'll see the absolute path of the Root folder.
  • Click Save changes to save your changes