{"id":42844,"date":"2022-07-30T14:04:45","date_gmt":"2022-07-30T12:04:45","guid":{"rendered":"https:\/\/nzbusenet.com\/debian-install-lidarr-to-download-music\/"},"modified":"2023-07-21T10:16:55","modified_gmt":"2023-07-21T08:16:55","slug":"debian-install-lidarr-to-download-music","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/debian-install-lidarr-to-download-music\/","title":{"rendered":"Debian install Lidarr to download music"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"225\" height=\"225\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2019\/05\/lidarr-logo.png\" alt=\"Install Lidarr Debian\" class=\"wp-image-31020\" title=\"\" srcset=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2019\/05\/lidarr-logo.png 225w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2019\/05\/lidarr-logo-100x100.png 100w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2019\/05\/lidarr-logo-120x120.png 120w\" sizes=\"auto, (max-width: 225px) 100vw, 225px\" \/><\/figure>\n\n<p>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.<\/p>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<h2 class=\"wp-block-heading\">Install Lidarr Debian<\/h2>\n\n<p>Install necessary software for Lidarr installation.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt install curl mediainfo sqlite3 libchromaprint-tools<\/p>\n<\/blockquote>\n\n<p>Now we are going to download Lidarr.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>wget &#8211;content-disposition &#8216;http:\/\/lidarr.servarr.com\/v1\/update\/master\/updatefile?os=linux&amp;runtime=netcore&amp;arch=x64&#8217;<\/p>\n<\/blockquote>\n\n<p>Now we need to unpack the Lidarr program.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>tar -xvzf Lidarr<em>.linux<\/em>.tar.gz<\/p>\n<\/blockquote>\n\n<p>Move Lidarr to the opt folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo mv Lidarr\/ \/opt<\/p>\n<\/blockquote>\n\n<p>Correct the permissions on the Lidarr map. Beware! Channge username and group. To your own username and group.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chown -R gebruikersnaam:groep \/opt\/Lidarr<\/p>\n<\/blockquote>\n\n<h2 class=\"wp-block-heading\">Autostart Lidarr Debian<\/h2>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<p>Download the Lidar.tar.gz. Look at this site https:\/\/github.com\/lidarr\/Lidarr\/releases for the correct version.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/etc\/systemd\/system\/lidarr.service<\/p>\n<\/blockquote>\n\n<p>Paste the following script here. Change the username and group to your own.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>[Unit]<br \/>Description=Lidarr Daemon<br \/>After=syslog.target network.target<br \/>[Service]<br \/>User=yourusername<br \/>Group=groep<br \/>Type=simple<\/p>\n\n\n\n<p>ExecStart=\/opt\/Lidarr\/Lidarr -nobrowser -data=\/var\/lib\/lidarr\/<br \/>TimeoutStopSec=20<br \/>KillMode=process<br \/>Restart=on-failure<br \/>[Install]<br \/>WantedBy=multi-user.target<br \/>EOF<\/p>\n<\/blockquote>\n\n<p>Reload from boot.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo systemctl -q daemon-reload<\/p>\n<\/blockquote>\n\n<p>Add Lidarr script to autostart.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo systemctl enable &#8211;now -q lidarr<\/p>\n<\/blockquote>\n\n<p>Lidarr is now available on port 8686. You can now access Lidarr on http:\/\/localhost:8686.<\/p>\n\n<p>If Lidarr does not start, perform the following for more information.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo journalctl &#8211;since today -u lidarr<\/p>\n<\/blockquote>\n\n<p>This was the tutorial Debian install Lidarr to download music.<\/p>\n\n<p><strong>Debian Lidarr tutorial<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/lidarr-tutorial\/\">Lidarr tutorial<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/debian-install-lidarr-to-download-music\/\">Debian install Lidarr via SSH<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/configure-lidarr-debian-download-of-music\/\">Configure Lidarr Debian<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>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 <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/debian-install-lidarr-to-download-music\/\" title=\"Debian install Lidarr to download music\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":48335,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[716],"tags":[],"class_list":{"0":"post-42844","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-lidarr-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2022\/07\/Debian-installeer-Lidarr.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/42844","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/users\/12223"}],"replies":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/comments?post=42844"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/42844\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/48335"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=42844"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=42844"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=42844"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}