From bf6e67408beb017dfe0881a70bf153a7fc251830 Mon Sep 17 00:00:00 2001 From: Adair Gondan <51211491+Adair-GA@users.noreply.github.com> Date: Sat, 3 Jun 2023 21:49:19 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ba43a0..c54b73c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ At the moment, it's only compatible with radarr. ## How to use: You need the aformentioned database, I can't provide it directly, but it shouldn't be too hard to find 1. Clone this project -2. Run ```pip install -r requirements.txt``` -3. Run ```python app.py``` (it uses port 80 so you may need to run it as root) -4. Set the IP address in Radarr's indexer settings to point to the IP of the device that is running this script +2. Paste the sqlite database in the same directory as this repo with the name rarbg_db.sqlite +3. Run ```pip install -r requirements.txt``` +4. Run ```python app.py``` (it uses port 80 so you may need to run it as root) +5. Set the IP address in Radarr's indexer settings to point to the IP of the device that is running this script ## Disclaimer It's a very basic project that I've built in an afternoon, so it probably won't support a lot of things. The RARBG API wasn't very well documented, so it's more of an approximation.