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.
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
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
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
Prowlarr is a powerful tool that, in combination with Sonarr, provides an optimized and automated…
Ngroups is a well-known name in the Usenet world and is often cited as a…
Giganews is one of the oldest and best-known Usenet providers in the world. The company…
Very occasionally, it's necessary to check files with Quicksfv. This happens when there are no…
The term "best newsreader" is often used, but rarely explained properly. Because what constitutes "the…
Usenet has been used for years to download files and follow newsgroups. While this used…
Deze website gebruikt cookies.