Need Help?

Need help to install or setup this app? We are available on:

Setting Up Medusa

Setting Up Medusa on Nébulaura

(py)Medusa is an automatic video library manager for TV shows, written in Python. It monitors for new episodes of your favorite shows and performs automated downloads and post-processing.

Initial Setup

First, connect to your slot via SSH. If you need help connecting to the server, refer to the relevant help article.

To install Medusa, use the following command:

box install medusa

This command will configure Medusa for your user.

How to Access

After installation, access Medusa via the following URL:

https://<yourhostname.io>/medusa

Service Management

As with all Nébulaura-configured applications, Medusa can be managed via SSH using the following commands:

  • Status: Check the current status of Medusa.
  • Start: Start the Medusa service.
  • Stop: Stop the Medusa service.
  • Restart: Restart the Medusa service.
  • Enable: Configure Medusa to start automatically at boot.
  • Disable: Prevent Medusa from starting at boot.

Example:

box start medusa

Configuration

For detailed guidance on setting up trackers, adding shows, or configuring post-processing, refer to the Medusa Wiki.

Connecting to Other Clients

rTorrent

  • Send torrent files to: rTorrent
  • rTorrent host/port: https://127.0.0.1/rutorrent/plugins/httprpc/action.php
  • HTTP Authentication: Basic
  • Verify Certificate: Off
  • Username: <your username>
  • Password: <your password>
  • Add Label to Torrent: TV (or any desired label)
  • Downloaded Files Location: ~/torrents/rtorrent (or a custom directory)

Deluge (via Daemon)

  • Send torrent files to: Deluge (via Daemon)
  • Deluge: 127.0.0.1:<your daemon port>
  • Verify Certificate: Off
  • Username: <your username>
  • Password: <your password>
  • Add Label to Torrent: TV (or any desired label)
    Note: The label plugin must be enabled in Deluge.

Deluge (via Web)

  • Send torrent files to: Deluge (via Web)
  • Deluge: 127.0.0.1:<your web port>
  • Verify Certificate: Off
  • Password: <your password>
  • Add Label to Torrent: TV (or any desired label)
    Note: The label plugin must be enabled in Deluge.

NZBGet

  • Send NZB files to: NZBGet
  • NZBGet Host/Port: 127.0.0.1/nzbget
  • Connect Using HTTPS: ON
  • Username: <your username>
  • Password: <your password>
  • Add Label to Torrent: Series (or any desired label)
    Note: The label must exist under "Categories" in NZBGet.

Automate Your TV Library

With Medusa on Nébulaura, you can effortlessly manage and expand your TV library. Configure trackers, download clients, and post-processing to suit your needs, and let Medusa handle the rest!