swizzin hosted docs

swizzin hosted docs

  • Home
  • Client Area
  • Server Status

›Applications

Getting Started

  • Home
  • How do I connect to the server?
  • Getting started with box
  • Dashboard

Applications

  • Basics
  • rTorrent
  • Deluge
  • Autodl
  • Medusa
  • Sonarr
  • Radarr
  • Lidarr
  • Bazarr
  • Jackett
  • Ombi
  • Plex
  • Tautulli
  • Emby
  • Resilio (bt)Sync
  • nzbGet
  • SABnzbd
  • Wireguard
  • plex-tunnel

Guides

  • Deluge to rTorrent
  • Install Flexget
  • Install JDownloader
  • Install Sonarr V3
  • Systemd (Startup) Services

Lidarr

Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will 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.

Initial Setup

First you must connect to your slot via ssh. If you need help connecting to the server, please read the help article here.

Installing Lidarr is easy. Simply issue the following command:

box install lidarr

This command will configure lidarr for your user.

How to Access

Once setup, lidarr will be available at the link https://<hostname.ltd>/lidarr

Service Management

Like all box configured applications, you can manage Lidarr via SSH with box with start, stop, restart, enable and disable commands.

Start
Stop
Restart
Enable
Disable
box start lidarr
box stop lidarr
box restart lidarr
box enable lidarr
box disable lidarr

Configuration

Out of the box, Lidarr comes with very little configuration. Following are some basic tasks to help get your client up and running:

Add a new artist (and your first root directory)

  1. At the left, click Add New under Artist.
  2. Search for an arist and then click on them.
  3. Under Root Folder, click Add new path.
  4. Type or click on the directory to use. Click Ok.
  5. Click Add <Artist Name>

Connect download clients

To add a download client, go to Settings > Download Client. Make sure Advanced Settings are shown and click Add Client.

rTorrent
Deluge (via Web)
nzbGet
Name: rTorrent
rTorrent host: 127.0.0.1
URL Path: /rutorrent/plugins/httprpc/action.php
Use SSL: ON
Username: <your username>
Password: <your password>
Add label to torrent: Music (or anything else you desire)
Optional - Downloaded files location: <custom directory>
Name: Deluge
Host: 127.0.0.1
Post: <deluge web port>
Deluge Password: <your password>
Add label to torrent: Music (or anything else you desire)
* label plugin must be enabled in Deluge if you add a label
SSL: OFF
NZBget host: 127.0.0.1
port: 443
URL Base: nzbget
Connect using HTTPS: ON
nzbget username: <your username>
nzbget Password: <your password>
Add label to torrent: Music (or anything else you desire)
* label must exist under "Categories" in nzbGet

Add an indexer with Jackett

Lidarr only supports a few trackers out of the box, but the indexers can be expanded by using the application Jackett. To add an indexer with Jackett, use the following steps.

note

By default, when receivng the torznab feed from Jackett, it will need to be modified to be connected with the application. The default link looks like:

https://xl.swizzin.ltd/jackett/api/v2.0/indexers/yourtracker/results/torznab/

We need to edit this link to remove https and add the port number. Thus, if your port number was 12345, your editted URL would look like this:

http://xl.swizzin.ltd:12345/jackett/api/v2.0/indexers/yourtracker/results/torznab/
  1. Go to Settings > Indexers and click + to add a new indexer.
  2. Under Torrent choose Torznab
  3. Use the settings:
Name: <tracker name>
URL: <click copy torznab feed in jackett and modify as per above>
API: <copy and paste from jackett UI>
  1. Click Test. If all is good, click Save.

Other tasks

You may wish to further alter your setup by setting quality profiles or setting up post-processing so that media is automatically transferred to your Lidarr library when your torrents are completed. If you need further help, you can refer to the Lidarr Wiki.

← RadarrBazarr →
  • Initial Setup
  • How to Access
  • Service Management
  • Configuration
    • Add a new artist (and your first root directory)
    • Connect download clients
    • Add an indexer with Jackett
    • Other tasks
swizzin hosted docs
Docs
Documentation HomeApplication Basics
Get in Touch
Submit a ticketPresales and general inquiriesDiscord
Meta
Home Client AreaServer Status
Copyright © 2020 swizzin.net