Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (33 loc) · 1.5 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.5 KB

radarrAnnounced

Python script to notify radarr of tracker announcements from IRC announce channels. (while still an early fork with some ugly code, with some janky work arounds... it works for 2 tracks right now.)) 1st draft after all the changes....

Requirements

  1. Python 3.5.2 or newer
  2. requirements.txt modules

Supported Trackers

  1. PTP
  2. IPTorrents

Open to suggestions/pull requests!

To-Do

Installation (on Debian Jessie)

Python 3.5.2

  1. wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tar.xz
  2. tar xvf Python-3.5.2.tar.xz
  3. cd Python-3.5.2
  4. sudo apt-get install make git build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev
  5. sudo ./configure --enable-loadable-sqlite-extensions && sudo make && sudo make install

This should automatically install pip3.5 for you

radarrAnnounced

  1. cd /opt
  2. sudo git clone https://github.com/stealthgyro/radarrAnnounced
  3. sudo chown -R user:group radarrAnnounced
  4. sudo pip3.5 install -r /opt/radarrAnnounced/requirements.txt
  5. mv settings.cfg.default settings.cfg
  6. nano settings.cfg
  • Configure it how you want
  1. Edit systemd/announced.service with your user and group
  2. sudo cp announced.service /etc/systemd/system/rannounced.service
  3. sudo systemctl daemon-reload
  4. sudo systemctl start rannounced
  • Check it is working properly, http://localhost:PORT - use user/pass you chosen in the [server] section of settings.cfg
  1. if you want auto start @ boot, sudo systemctl enable rannounced