Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 759 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 759 Bytes

arr-trakt-delete

Delete files from Sonarr after episodes are marked as watched

Usage

  • Copy template.env to .env and fill in the values
  • npm install
  • npm run build
  • setup a cronjob to run out/index.js

To get trakt id and secret go to trakt api settings and create a new application. You only need to fill the Name, Description, and Redirect Uri which should be set to urn:ietf:wg:oauth:2.0:oob

If you access Sonarr via http://localhost:8989, sonarr_url would be http://localhost:8989/api/v3/

discordHook is optional. Sends a notification when deleting an episode

APIs