{"id":40301,"date":"2022-02-02T19:11:00","date_gmt":"2022-02-02T18:11:00","guid":{"rendered":"https:\/\/nzbusenet.com\/debian-9-medusa-install-for-tv-series-downloading\/"},"modified":"2023-07-21T11:13:18","modified_gmt":"2023-07-21T09:13:18","slug":"debian-9-medusa-install-tv-series-to-download","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/debian-9-medusa-install-tv-series-to-download\/","title":{"rendered":"Debian 9+ Install Medusa for TV series download"},"content":{"rendered":"\n<p>We are going to install Medusa on a Debian 9+ system. So that we can automatically download TV series from the newsgroups. You need Debian 9 or higher. If you have an older version of Debian. I recommend that you update it.<\/p>\n\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2019\/12\/debian-logo-nzbusnet.jpg\" alt=\"Install Debian 9+ Medusa\" class=\"wp-image-12074\" width=\"157\" height=\"207\" title=\"\" srcset=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2019\/12\/debian-logo-nzbusnet.jpg 303w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2019\/12\/debian-logo-nzbusnet-189x250.jpg 189w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2019\/12\/debian-logo-nzbusnet-114x150.jpg 114w\" sizes=\"auto, (max-width: 157px) 100vw, 157px\" \/><\/figure>\n\n<h2 class=\"wp-block-heading\" id=\"benodigdheden-installeren-medusa\">Installing requirements Medusa<\/h2>\n\n<p>Do an update of course<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get update<\/p>\n<\/blockquote>\n\n<p>Install required software for Medusa<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install unrar git-core openssl mediainfo<\/p>\n<\/blockquote>\n\n<p>Install Python 3 Debian 9+<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install python3<\/p>\n<\/blockquote>\n\n<h2 class=\"wp-block-heading\" id=\"medusa-installeren\">Install Medusa Debian 9<\/h2>\n\n<p>Create group for Medusa.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo addgroup &#8211;system medusa<\/p>\n<\/blockquote>\n\n<p>Create user for Medusa.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo adduser &#8211;disabled-password &#8211;system &#8211;home \/var\/lib\/medusa &#8211;gecos &#8220;Medusa&#8221; &#8211;ingroup medusa medusa<\/p>\n<\/blockquote>\n\n<p>Create folder for the Medusa installation.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo mkdir \/opt\/medusa &amp;&amp; sudo chown medusa:medusa \/opt\/medusa<\/p>\n<\/blockquote>\n\n<p>Download Medusa to the \/opt\/medusa folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo git clone https:\/\/github.com\/pymedusa\/Medusa.git \/opt\/medusa<\/p>\n<\/blockquote>\n\n<p>Correct permissions on Medusa&#8217;s map.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chown -R medusa:medusa \/opt\/medusa<\/p>\n<\/blockquote>\n\n<h2 class=\"wp-block-heading\" id=\"medusa-automatisch-starten\">Start Medusa automatically<\/h2>\n\n<p>If Debian restarts. Then it is nice if Medusa also starts automatically in the background. That&#8217;s what we&#8217;re going to do now.<\/p>\n\n<p>Copy the Medusa service to the correct folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo cp -v \/opt\/medusa\/runscripts\/init.debian \/etc\/init.d\/medusa<\/p>\n<\/blockquote>\n\n<p>Then set the permissions right.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chown root:root \/etc\/init.d\/medusa<br \/>sudo chmod 644 \/etc\/init.d\/medusa<\/p>\n<\/blockquote>\n\n<p>Update the service.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo update-rc.d medusa defaults<br \/>sudo service medusa start<\/p>\n<\/blockquote>\n\n<p>Add to the startup.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo systemctl enable medusa.service<\/p>\n<\/blockquote>\n\n<p>You can then use the following commands.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><br \/>sudo systemctl start medusa<br \/>sudo systemctl stop medusa<\/p>\n<\/blockquote>\n\n<p>The was the tutorial installing Medusa on Debian 9+. <\/p>\n\n<p><strong>Debian Medusa tutorial<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/medusa-tutorial\/\">Medusa tutorial<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/debian-9-medusa-install-tv-series-to-download\/\">Install Medusa Debian<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/debian-medusa-configure-to-download-series\/\">Configure Medusa Debian<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>We are going to install Medusa on a Debian 9+ system. So that we can automatically download TV series from the newsgroups. You need Debian 9 or higher. If you have an older version of <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/debian-9-medusa-install-tv-series-to-download\/\" title=\"Debian 9+ Install Medusa for TV series download\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":48445,"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":[717],"tags":[],"class_list":{"0":"post-40301","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-medusa-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2022\/01\/Debian-9-Medusa-installere.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/40301","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=40301"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/40301\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/48445"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=40301"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=40301"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=40301"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}