SickChill is an automatic video downloader that lets you automatically download TV shows and movies. You can easily install SickChill on your Fedora Server Latest using the following steps:
Before installing SickChill, you must first install Python and Git on your system. To install Python and Git, open the terminal and enter the following commands:
sudo dnf install python git
Next, you need to clone the SickChill repository from GitHub. To do this, enter the following command:
sudo git clone https://github.com/SickChill/SickChill.git /opt/sickchill
To manage SickChill as a service on Fedora Server Latest, you need to create a systemd unit file. To do this, open the terminal and enter the following command:
sudo nano /etc/systemd/system/sickchill.service
Then, paste the following code into the file:
[Unit]
Description=SickChill Daemon
After=network.target
[Service]
User=root
Group=root
Type=forking
ExecStart=/usr/bin/python2 /opt/sickchill/SickBeard.py -q --daemon --datadir /opt/sickchill/data/
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target
Save and close the file by pressing Ctrl + X
, then Y
, and finally Enter
.
Now that you have created a systemd unit file, you can start the SickChill service. To do this, enter the following command:
sudo systemctl start sickchill
You can check the status of the service by entering the following command:
sudo systemctl status sickchill
Once you have started the SickChill service, open a web browser and navigate to http://<server-ip-address>:8081
. Here, you can configure SickChill by following the setup wizard.
Congratulations! You have successfully installed and configured SickChill on your Fedora Server Latest system.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!