{"id":10094,"date":"2019-07-31T08:10:54","date_gmt":"2019-07-31T06:10:54","guid":{"rendered":"https:\/\/nzbusenet.com\/install-sickbeard-ubuntu-via-command-line\/"},"modified":"2023-07-23T12:44:43","modified_gmt":"2023-07-23T10:44:43","slug":"sickbeard-install-via-command-line","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/sickbeard-install-via-command-line\/","title":{"rendered":"Installing SickBeard Ubuntu via command line for TV series"},"content":{"rendered":"\n<figure class=\"wp-block-image is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"72\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2012\/10\/sickbeard-logo.png\" alt=\"logo sickbeard Install SickBeard Ubuntu via command line for tv series\" class=\"wp-image-1163\" title=\"\"><\/figure>\n\n<p>In this tutorial we are going to install SickBeard on Ubuntu, via the command line. In this SickBeard Ubuntu manual we assume that we use the lunix distro Ubuntu. It should not matter much what Lunix distro you are using. Almost all of them work the same.<\/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 SickBeard Ubuntu via command line<\/h2>\n\n<p>Before we can install SickBeard. We first need to install Python. We do this by executing the following command.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install git-core python python-cheetah<\/p>\n<\/blockquote>\n\n<p>Then enter your root password.<\/p>\n\n<p>Now go to your home directory. or any other directory. And then we will download SickBeard.<\/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<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>cd ~<br \/>git clone git:\/\/github.com\/midgetspy\/Sick-Beard.git .sickbeard<\/p>\n<\/blockquote>\n\n<p>SickBeard is now being downloaded. And this placed in the &#8220;.sickbeard&#8221; folder please note! The dot.<\/p>\n\n<p>We now go to the SickBeard folder. We need to rename autoProcessTV.cfg.sample to autoProcessTV.cfg. So that we can start using the script. To set up SickBeard.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>cd ~\/.sickbeard<br \/>cp -a autoProcessTV\/autoProcessTV.cfg.sample autoProcessTV\/autoProcessTV.cfg<\/p>\n<\/blockquote>\n\n<p>Now we can start Sickbeard. With the command below.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>python ~\/.sickbeard\/SickBeard.py<\/p>\n<\/blockquote>\n\n<p>You can now open Sickbeard. Through your browser. By default, SickBeard is active on 8081. You can access Sickbeard via &#8220;http: \/\/ localhost: 8081&#8221;.<\/p>\n\n<h2 class=\"wp-block-heading\">Start SickBeard automatically<\/h2>\n\n<p>It is of course very handy if Sickbeard starts automatically. So we will arrange that.<\/p>\n\n<p>We will copy the boot file.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo cp ~\/.sickbeard\/init.ubuntu \/etc\/init.d\/sickbeard<\/p>\n<\/blockquote>\n\n<p>Now the file rights On the script.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chmod +x \/etc\/init.d\/sickbeard<\/p>\n<\/blockquote>\n\n<p>Now we have to create another file. With the correct settings.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/etc\/default\/sickbeard<\/p>\n<\/blockquote>\n\n<p>The following settings should be in this file. In the newly created file.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p># COPY THIS FILE TO \/etc\/default\/sickbeard<br \/>SB_HOME=\/home\/username\/.sickbeard\/<br \/>SB_DATA=\/home\/username\/.sickbeard\/<br \/>SB_USER=your username<\/p>\n<\/blockquote>\n\n<p>Now press<strong> Ctrl + x<\/strong> key<strong>.<\/strong> To save this.<\/p>\n\n<p>Still put the rights right.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chmod +x \/etc\/default\/sickbeard<\/p>\n<\/blockquote>\n\n<p>And then we will update the boat order.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo update-rc.d sickbeard defaults<\/p>\n<\/blockquote>\n\n<p>If that went well. Then you can use the following commands.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo service sickbeard start<\/p>\n\n\n\n<p>Or<\/p>\n\n\n\n<p>sudo service sickbeard stop<\/p>\n\n\n\n<p>Or<\/p>\n\n\n\n<p>sudo service sickbeard restart<\/p>\n<\/blockquote>\n\n<p>Je bent nu klaar met de handleiding SickBeard installeren Ubuntu via command line. We are going to the next step.<\/p>\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this tutorial we are going to install SickBeard on Ubuntu, via the command line. In this SickBeard Ubuntu manual we assume that we use the lunix distro Ubuntu. It should not matter much what <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/sickbeard-install-via-command-line\/\" title=\"Installing SickBeard Ubuntu via command line for TV series\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":50769,"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":[726],"tags":[],"class_list":{"0":"post-10094","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-sickbeard-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2013\/10\/SickBeard-installeren-Ubuntu.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10094","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=10094"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10094\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/50769"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=10094"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=10094"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=10094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}