l3uddz / traktarr

Script to add new series & movies to Sonarr/Radarr based on Trakt lists.
GNU General Public License v3.0
576 stars 52 forks source link

way to disable radarr but keep sonarr? #71

Closed cppsse closed 4 years ago

cppsse commented 5 years ago

I've been running traktarr for about 24 hours now, really enjoying it. I use sonarr but not radarr and I'd like to disable the radarr section so I can stop getting "connection refused" errors in my logs. I've tried deleting the options in config.json but traktarr just adds them back in. Any ideas? Running traktarr, version 1.2.3

desimaniac commented 5 years ago

Set the movies list in the automatic section to 0 ...

  "automatic": {
    "movies": {
      "anticipated": 0,
      "boxoffice": 0,
      "interval": 0,
      "popular": 0,
      "trending": 0
    },

Edit: can't set to 0 currently.

desimaniac commented 4 years ago

0 interval is now supported.

Added in 86e33a8