Medusa tutorial

Debian 9+ Install Medusa for TV series download

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.

Installing requirements Medusa

Do an update of course

sudo apt-get update

Install required software for Medusa

sudo apt-get install unrar git-core openssl mediainfo

Install Python 3 Debian 9+

sudo apt-get install python3

Install Medusa Debian 9

Create group for Medusa.

sudo addgroup –system medusa

Create user for Medusa.

sudo adduser –disabled-password –system –home /var/lib/medusa –gecos “Medusa” –ingroup medusa medusa

Create folder for the Medusa installation.

sudo mkdir /opt/medusa && sudo chown medusa:medusa /opt/medusa

Download Medusa to the /opt/medusa folder.

sudo git clone https://github.com/pymedusa/Medusa.git /opt/medusa

Correct permissions on Medusa’s map.

sudo chown -R medusa:medusa /opt/medusa

Start Medusa automatically

If Debian restarts. Then it is nice if Medusa also starts automatically in the background. That’s what we’re going to do now.

Copy the Medusa service to the correct folder.

sudo cp -v /opt/medusa/runscripts/init.debian /etc/init.d/medusa

Then set the permissions right.

sudo chown root:root /etc/init.d/medusa
sudo chmod 644 /etc/init.d/medusa

Update the service.

sudo update-rc.d medusa defaults
sudo service medusa start

Add to the startup.

sudo systemctl enable medusa.service

You can then use the following commands.


sudo systemctl start medusa
sudo systemctl stop medusa

The was the tutorial installing Medusa on Debian 9+.

Debian Medusa tutorial

  1. Medusa tutorial.
  2. Install Medusa Debian.
  3. Configure Medusa Debian.
Admin

Gepubliceerd door
Admin

Recente berichten

What are the benefits of Prowlarr with Sonarr

Prowlarr is a powerful tool that, in combination with Sonarr, provides an optimized and automated…

4 weeks geleden

Ngroups Usenet provider

Ngroups is a well-known name in the Usenet world and is often cited as a…

1 month geleden

Giganews Usenet provider review

Giganews is one of the oldest and best-known Usenet providers in the world. The company…

2 months geleden

QuickSFV gedownloade bestanden controleren met SFV files

Very occasionally, it's necessary to check files with Quicksfv. This happens when there are no…

2 months geleden

What is the best newsreader?

The term "best newsreader" is often used, but rarely explained properly. Because what constitutes "the…

2 months geleden

Usenet program for smartphones

Usenet has been used for years to download files and follow newsgroups. While this used…

3 months geleden

Deze website gebruikt cookies.