This repository was archived by the owner on May 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Setup Guides
itsToggle edited this page Nov 29, 2022
·
15 revisions
This setup guide will follow the readme closely, but will go into more detail in some areas. This setup will utilize "screens", which are virtual Linux terminals.
- open a linux terminal
- run
apt install screen - run
apt install git - install python 3.XX if not present
- install pip if not present
- open a linux terminal
- run
wget https://github.com/itsToggle/rclone_RD/releases/download/v1.58.1-rd.2.0/rclone-linux-arm64 - run
chmod u+x ./rclone-linux-arm64 - run
./rclone-linux-arm64 config - type
nto create a new rclone remote - type
realdebridto name your new remote "realdebrid" - type
47to choose the remote type "47) realdebrid" - enter your realdebrid API key (https://real-debrid.com/apitoken)
- choose "no" when asked for advanced settings
- continue through the rest of the prompted instructions.
- type
qto quit the rclone config menu. - run
mkdir torrents - run
screen -S rcloneto create a new virtual terminal named "rclone" - press enter. You are now in the virtual terminal.
- run
./rclone-linux-arm64 mount realdebrid: torrents --dir-cache-time 10s --allow-other - you should see the message "The service rclone has been started"
- press
ctrl+aand then pressdto exit out of the virtual terminal. - run
ls torrentsto confirm that you can now see the 3 folders "default", "movies" and "shows". If you don't see anything or you get errors, runscreen -r rcloneto return to your virtual rclone terminal and investigate any errors. - you have successfully mounted realdebrid. You can return to your virtual rclone terminal any time by running
screen -r rclone.
- follow any number of online guides on how to install and start your Plex server. Once the server is running and you have claimed it with your Plex account, follow these steps:
- edit your library and server settings as suggested in the plex_debrid readme
- open a linux terminal
- run
chown -R plex:plex torrents - open the Plex webUI
- create a new Plex library for movies, add the folders "/torrents/default" and "/torrents/movies"
- create a new Plex library for shows, add the folders "/torrents/default" and "/torrents/shows"
- open a linux terminal
- run
git clone https://github.com/itsToggle/plex_debrid - run
pip install -r ./plex_debrid/requirements.txt - run
screen -S plex_debridto create a new virtual terminal named "plex_debrid" - press enter. You are now in the virtual terminal.
- run
python ./plex_debrid/main.py - follow the setup instructions
- choose option "1) Run" to run the download automation
- press
ctrl+aand then pressdto exit out of the virtual terminal. You can return to the terminal any time by runningscreen -r plex_debrid
This setup guide will follow the readme closely, but will go into more detail in some areas. This setup will utilize "screens", which are virtual Linux terminals.
- open a linux terminal
- run
apt install screen - run
apt install git - install python 3.XX if not present
- install pip if not present
- open a linux terminal
- run
wget https://github.com/itsToggle/rclone_RD/releases/download/v1.58.1-rd.2.0/rclone-linux - run
chmod u+x ./rclone-linux - run
./rclone-linux config - type
nto create a new rclone remote - type
realdebridto name your new remote "realdebrid" - type
47to choose the remote type "47) realdebrid" - enter your realdebrid API key (https://real-debrid.com/apitoken)
- choose "no" when asked for advanced settings
- continue through the rest of the prompted instructions.
- type
qto quit the rclone config menu. - run
mkdir torrents - run
screen -S rcloneto create a new virtual terminal named "rclone" - press enter. You are now in the virtual terminal.
- run
./rclone-linux mount realdebrid: torrents --dir-cache-time 10s --allow-other - you should see the message "The service rclone has been started"
- press
ctrl+aand then pressdto exit out of the virtual terminal. - run
ls torrentsto confirm that you can now see the 3 folders "default", "movies" and "shows". If you don't see anything or you get errors, runscreen -r rcloneto return to your virtual rclone terminal and investigate any errors. - you have successfully mounted realdebrid. You can return to your virtual rclone terminal any time by running
screen -r rclone.
- follow any number of online guides on how to install and start your Plex server. Once the server is running and you have claimed it with your Plex account, follow these steps:
- edit your library and server settings as suggested in the plex_debrid readme
- open a linux terminal
- run
chown -R plex:plex torrents - open the Plex webUI
- create a new Plex library for movies, add the folders "/torrents/default" and "/torrents/movies"
- create a new Plex library for shows, add the folders "/torrents/default" and "/torrents/shows"
- open a linux terminal
- run
git clone https://github.com/itsToggle/plex_debrid - run
pip install -r ./plex_debrid/requirements.txt - run
screen -S plex_debridto create a new virtual terminal named "plex_debrid" - press enter. You are now in the virtual terminal.
- run
python ./plex_debrid/main.py - follow the setup instructions
- choose option "1) Run" to run the download automation
- press
ctrl+aand then pressdto exit out of the virtual terminal. You can return to the terminal any time by runningscreen -r plex_debrid