Categorieën: lidarr tutorial

Debian install Lidarr to download music

In this Debian install Lidarr tutorial. We are going to install Lidarr on a computer with the Debian OS . So that your music is automatically downloaded from the newsgroups.

Install Lidarr Debian

Install necessary software for Lidarr installation.

sudo apt install curl mediainfo sqlite3 libchromaprint-tools

Now we are going to download Lidarr.

wget –content-disposition ‘http://lidarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=x64’

Now we need to unpack the Lidarr program.

tar -xvzf Lidarr.linux.tar.gz

Move Lidarr to the opt folder.

sudo mv Lidarr/ /opt

Correct the permissions on the Lidarr map. Beware! Channge username and group. To your own username and group.

sudo chown -R gebruikersnaam:groep /opt/Lidarr

Autostart Lidarr Debian

Download the Lidar.tar.gz. Look at this site https://github.com/lidarr/Lidarr/releases for the correct version.

sudo nano /etc/systemd/system/lidarr.service

Paste the following script here. Change the username and group to your own.

[Unit]
Description=Lidarr Daemon
After=syslog.target network.target
[Service]
User=yourusername
Group=groep
Type=simple

ExecStart=/opt/Lidarr/Lidarr -nobrowser -data=/var/lib/lidarr/
TimeoutStopSec=20
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target
EOF

Reload from boot.

sudo systemctl -q daemon-reload

Add Lidarr script to autostart.

sudo systemctl enable –now -q lidarr

Lidarr is now available on port 8686. You can now access Lidarr on http://localhost:8686.

If Lidarr does not start, perform the following for more information.

sudo journalctl –since today -u lidarr

This was the tutorial Debian install Lidarr to download music.

Debian Lidarr tutorial

  1. Lidarr tutorial.
  2. Debian install Lidarr via SSH.
  3. Configure Lidarr Debian.
Admin

Gepubliceerd door
Admin

Recente berichten

What are the benefits of Prowlarr with Sonarr

Prowlarr is a powerful tool that, in combination with Sonarr, provides an optimized and automated…

4 weeks geleden

Ngroups Usenet provider

Ngroups is a well-known name in the Usenet world and is often cited as a…

1 month geleden

Giganews Usenet provider review

Giganews is one of the oldest and best-known Usenet providers in the world. The company…

2 months geleden

QuickSFV gedownloade bestanden controleren met SFV files

Very occasionally, it's necessary to check files with Quicksfv. This happens when there are no…

2 months geleden

What is the best newsreader?

The term "best newsreader" is often used, but rarely explained properly. Because what constitutes "the…

2 months geleden

Usenet program for smartphones

Usenet has been used for years to download files and follow newsgroups. While this used…

4 months geleden

Deze website gebruikt cookies.