Medusa
(py)Medusa is an automatic video library manager for TV Shows written in Python. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
Initial Setup
Installing Medusa is easy. Simply issue the following command from SSH:
sudo box install medusa
This command will install and configure medusa for your user.
How to Access
After installation, you can access Medusa at the url: https://<yourhostname.ltd>/medusa
Service Management
The systemd service file resides at:
/etc/systemd/system/medusa.service
- Status
- Start
- Stop
- Restart
- Enable
- Disable
sudo systemctl status medusa
sudo systemctl start medusa
sudo systemctl stop medusa
sudo systemctl restart medusa
sudo systemctl enable medusa
sudo systemctl disable medusa