{"id":7081,"date":"2017-12-03T15:08:44","date_gmt":"2017-12-03T14:08:44","guid":{"rendered":"https:\/\/nzbusenet.com\/?p=7081"},"modified":"2023-07-22T14:14:21","modified_gmt":"2023-07-22T12:14:21","slug":"instal-couchpotato-ubuntu-command-line","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/instal-couchpotato-ubuntu-command-line\/","title":{"rendered":"install CouchPotato Ubuntu via command line to download movies"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this tutorial, install CouchPotato Ubuntu. We are going to install CouchPotato on a system, with Ubuntu. We will then configure CouchPotato in this way. Films are downloaded automatically with the NZBGet program. Before you start this tutorial. The NZBGet program should already be installed. And be working on your Ubunu computer. Is this not yet the case. Then, first see the tutorial<a href=\"https:\/\/nzbusenet.com\/en\/install-nzbget-debian-via-command-line\/\" target=\"_blank\" rel=\"noreferrer noopener\">Installing NZBGet Ubuntu<\/a>.<\/p>\n\n<h2 class=\"wp-block-heading\">Install CouchPotato Ubuntu<\/h2>\n\n<p class=\"wp-block-paragraph\">Make a connection to your computer with Ubuntu. This is possible, for example with Putty.<\/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<p class=\"wp-block-paragraph\">Now we will update the software list.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo apt-get update<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">We now need to install the required software. Like Git and Pyhon.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo apt-get install git<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">sudo apt-get install git-core python<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Now we will download CouchPotato. And place it in the &#8220;.couchpotato&#8221; folder. Pay attention! The dot ensures that the folder is hidden.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">cd ~<br \/>git clone git:\/\/github.com\/RuudBurger\/CouchPotatoServer.git .couchpotato<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">If you have downloaded CouchPotato. Then you can start CouchPotato via the command below.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">python .couchpotato\/CouchPotato.py<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">You can now access CouchPotato via http:\/\/localhost:5050<\/p>\n\n<h2 class=\"wp-block-heading\">Start CouchPotato automatically<\/h2>\n\n<p class=\"wp-block-paragraph\">To ensure that there is no old boot script present. Run the commands below. This is not necessary with a fresh Ubuntu installation.<\/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 class=\"wp-block-paragraph\">sudo rm \/etc\/init.d\/couchpotato<br \/>sudo rm \/etc\/default\/couchpotato<br \/>sudo update-rc.d -f couchpotato remove<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Go to the CouchPotato folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">cd ~\/.couchpotato\/init<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Copy startup script.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo cp ~\/.couchpotato\/init\/ubuntu \/etc\/init.d\/couchpotato<br \/>sudo chmod +x \/etc\/init.d\/couchpotato<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Now edit the startup script.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo nano ~\/.couchpotato\/init\/ubuntu.default<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Find and replace. Change this. Note <strong>CP_USER<\/strong> must be your own username.<\/p>\n\n<p class=\"wp-block-paragraph\">Press <strong>CTR + X<\/strong> key. And then the <strong>y<\/strong>key<strong>.<\/strong> To save this file.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">CP_HOME=\/home\/user\/.couchpotato\/<br \/>CP_DATA=\/home\/user\/.couchpotato\/<br \/>CP_USER=user<br \/>CP_PIDFILE=\/home\/user\/.couchpotato\/couchpotato.pid<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Now copy the CouchPotato init.d script.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo cp ~\/.couchpotato\/init\/ubuntu.default \/etc\/default\/couchpotato<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">We now need to make sure that the file is executable.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo chmod +x \/etc\/default\/couchpotato<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Update autostart now. With CocuhPotato.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo update-rc.d couchpotato defaults<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">You&#8217;re done now. And you can test this. By restarting Ubuntu with the following.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo reboot<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Now you can access CouchPotato via http:\/\/localhost:5050 .And you can start configuring CouchPotato.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>CouchPotato tutorial Ubuntu<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/couchpotato-tutorial-overview\/\">CouchPotato tutorials<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/instal-couchpotato-ubuntu-command-line\/\" target=\"_blank\" rel=\"noopener noreferrer\">Install CouchPotato Ubuntu <\/a>.<\/li>\n\n\n\n<li><a title=\"CouchPotato configure ubuntu\" href=\"https:\/\/nzbusenet.com\/en\/couchpotato-configure-ubuntu\/\" target=\"_blank\" rel=\"noopener noreferrer\">Configure couchpotato to automatically download movies<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/ubuntu-download-movies-with-couchpotato\/\" target=\"_blank\" rel=\"noopener noreferrer\">Download movies with CouchPotato through an app<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this tutorial, install CouchPotato Ubuntu. We are going to install CouchPotato on a system, with Ubuntu. We will then configure CouchPotato in this way. Films are downloaded automatically with the NZBGet program. Before you <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/instal-couchpotato-ubuntu-command-line\/\" title=\"install CouchPotato Ubuntu via command line to download movies\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":49637,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"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},"jetpack_post_was_ever_published":false},"categories":[562],"tags":[],"class_list":["post-7081","post","type-post","status-publish","format-standard","has-post-thumbnail","category-couchpotato-tutorial-overview"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2017\/05\/CouchPotato-installeren-Ubuntu.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/7081","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=7081"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/7081\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/49637"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=7081"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=7081"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=7081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}