Plex_Debrid - Obsolete

The final part of the trifecta

First Steps

  1. cd /opt

Install pip.

  1. wget -q https://bootstrap.pypa.io/get-pip.py

  2. python3 get-pip.py

  3. rm get-pip.py

Once that's done, we can set up Plex_Debrid

  1. git clone https://github.com/itsToggle/plex_debrid

  2. cd plex_debrid/

  3. pip install -r ./plex_debrid/requirements.txt

  4. python3 main.py

Once here, follow the interactive shell to have a basic setup.

Editing settings.json

Edit the settings according to your needs, mine looks for french movies in 1080p & 2160p. I also use Prowlarr for additional trackers as FRENCH 2160p is still pretty scarce on public trackers.

settings.json example

Testing

Once you've configured plex_debrid test it by adding a movie or tv show to your watchlist, whether it's through Plex Discover or Trakt (based on your settings).

Check if there are any error messages, if not: GG 🎉, but that's just the first step.

The second step is to make sure the releases found by plex_debrid are actually downloaded. For that, simply login to Real-Debrid and look for the latest downloads in the Torrents tab.

If not, there's an issue with your settings. Go back and fix that 💩.

If everything's good then Congratulations 🎉

Last updated