{"id":9246,"date":"2018-12-18T12:34:45","date_gmt":"2018-12-18T11:34:45","guid":{"rendered":"https:\/\/nzbusenet.com\/install-sickchill-ubuntu-via-command-line\/"},"modified":"2023-07-22T13:43:52","modified_gmt":"2023-07-22T11:43:52","slug":"install-sickchill-ubuntu-via-the-command-line","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/install-sickchill-ubuntu-via-the-command-line\/","title":{"rendered":"Installing SickChill Ubuntu via command line for tv series"},"content":{"rendered":"\n<figure class=\"wp-block-image is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2018\/10\/SickChill.png\" alt=\"SickChill\" class=\"wp-image-8956\" title=\"\" srcset=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2018\/10\/SickChill.png 200w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2018\/10\/SickChill-100x100.png 100w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2018\/10\/SickChill-150x150.png 150w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2018\/10\/SickChill-75x75.png 75w\" sizes=\"auto, (max-width: 200px) 100vw, 200px\" \/><\/figure>\n\n<p>In This guide we are going to install SickChill fon Ubuntu, via command line. In This SickChil Ubuntu Guide we assume that you are using the Lunix distro ubuntu. It should not matter much what Lunix distro you are using. There is no big difference between this tutorial and SickRage. This is because SickRage repositry is gehijacked by Echel0n. The original repository does not work well from SickRage.<\/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 SickChill Ubuntu via command line<\/h2>\n\n<p>Before we can install SickChill. 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. No we are going to download SickChill.<\/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 \/>sudo -u sickrage git clone https:\/\/github.com\/SickChill\/SickChill.git \/opt\/sickrage .sickchill<\/p>\n<\/blockquote>\n\n<p>SickChill is downloaded. SickChill is downloaded to the folder &#8220;.sickchill&#8221;. The dot is for hidden folder.<\/p>\n\n<p>We now go to the folder of SickChill. We need to rename autoProcessTV.cfg.sample, to autoProcessTV.cfg. So that we can start using the script. So that SickChill your tv shows renames to the right name.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>cd ~\/.sickchill<br \/>cp -a autoProcessTV\/autoProcessTV.cfg.sample autoProcessTV\/autoProcessTV.cfg<\/p>\n<\/blockquote>\n\n<p>Now we can start SickChill.<\/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>Je can now SickChill via your browser. By default, SickChill is active at port 8081. Je can access SickChill via &#8220;http:\/\/localhost:8081&#8221;. Or via http:\/\/ip-adres:8081.<\/p>\n\n<h2 class=\"wp-block-heading\">Start SickChill automatically<\/h2>\n\n<p>It is very useful to , start SickChill automatically.<\/p>\n\n<p>We do make a copy of the startup 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>We have to change the map rights.<\/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 make a 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. The file you just created.<\/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\/je_gebruikers_naam\/.sickchill\/<br \/>SB_DATA=\/home\/je_gebruikers_naam\/.sickchill\/<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 go, 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>You are now done with the Tutoriap install SickChill Ubuntu via command line.<\/p>\n\n<p><strong>SickChill tutorial Ubuntu<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/sickchill-tutorial\/\">SickChill tutorials<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/install-sickchill-ubuntu-via-the-command-line\/\">Installing SickChill Ubuntu<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In This guide we are going to install SickChill fon Ubuntu, via command line. In This SickChil Ubuntu Guide we assume that you are using the Lunix distro ubuntu. It should not matter much what <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/install-sickchill-ubuntu-via-the-command-line\/\" title=\"Installing SickChill Ubuntu via command line for tv series\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":49386,"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":[727],"tags":[],"class_list":{"0":"post-9246","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-sickchill-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2018\/10\/SickChill-installeren-Ubuntu-1.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/9246","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=9246"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/9246\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/49386"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=9246"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=9246"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=9246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}