Setting Up Lidarr
Setting Up Lidarr on Nébulaura
Lidarr is a music collection manager for Usenet and BitTorrent users. It monitors RSS feeds for new tracks from your favorite artists, automatically downloads, sorts, and renames them, and can upgrade file quality when better formats become available.
Initial Setup
First, connect to your slot via SSH. If you need help connecting to the server, refer to the relevant help article.
To install Lidarr, run the following command:
box install lidarr
This command will configure Lidarr for your user.
How to Access
Once set up, Lidarr will be available at the following URL:
https://<hostname.io>/lidarr
Service Management
As with all Nébulaura-configured applications, Lidarr can be managed via SSH using the following commands:
- Status: Check the current status of Lidarr.
- Start: Start the Lidarr service.
- Stop: Stop the Lidarr service.
- Restart: Restart the Lidarr service.
- Enable: Configure Lidarr to start automatically at boot.
- Disable: Prevent Lidarr from starting at boot.
Example:
box start lidarr
Configuration
Adding a New Artist
To add a new artist and set up your first root directory:
- Click Add New under Artist on the left panel.
- Search for an artist and click on their name.
- Under Root Folder, click Add new path.
- Type or select the directory to use and click Ok.
- Click Add
.
Connecting Download Clients
To add a download client:
- Go to Settings > Download Client.
- Enable Advanced Settings and click Add Client.
- Configure one of the following clients:
- ruTorrent
- Deluge
- qBittorrent
- NZBGet
- SABnzbd
Example Configuration for rTorrent:
- Name: rTorrent
- rTorrent Host: 127.0.0.1
- Port: 443
- URL Path: /rutorrent/plugins/httprpc/action.php
- Use SSL: ON
- Username:
<your username>
- Password:
<your password>
- Add Label to Torrent: TV (or any desired label)
- Optional - Downloaded Files Location:
<custom directory>
Note: If you encounter errors adding rTorrent, disable certificate validation for localhost addresses under Settings > General.
Adding an Indexer with Jackett
Lidarr supports only a limited number of trackers by default. To expand indexers, use Jackett:
- Obtain the Torznab feed link from Jackett. By default, it looks like this:
https://app02.hostingby.design/jackett/api/v2.0/indexers/yourtracker/results/torznab/
Modify it as follows:- Replace
https
withhttp
. - Add the port number from your Jackett configuration. For example:
http://app02.hostingby.design:12345/jackett/api/v2.0/indexers/yourtracker/results/torznab/
- Replace
- Go to Settings > Indexers and click + to add a new indexer.
- Under Torrent, choose Torznab.
- Enter the following:
- Name:
<tracker name>
- URL:
<modified Torznab feed URL>
- API:
<API key from Jackett>
- Name:
- Click Test. If successful, click Save.
Additional Configuration
You can further customize your setup by:
- Setting Quality Profiles.
- Configuring Post-Processing to automatically transfer completed downloads to your Lidarr library.
For more details, consult the Lidarr Wiki.
Enjoy Automated Music Management
With Lidarr on Nébulaura, managing and organizing your music collection is seamless and efficient. Set up your trackers and download clients, and let Lidarr handle the rest!