l3uddz / traktarr

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

What do the numbers mean on the automatic section of movies and shows? #129

Open Cookie-Monster-Coder opened 4 years ago

Cookie-Monster-Coder commented 4 years ago
{
  "automatic": {
    "movies": {
      "anticipated": 3,
      "boxoffice": 10,
      "interval": 20,
      "popular": 3,
      "trending": 3,
      "watched": 3,
      "played": 2,

Is there a range on the numbers? I'm trying to filter out the garbage movies/tv shows. Thank you!

ChuckNozzle commented 4 years ago

My understanding is:

  1. The "interval" number is the time in hours between runs.
  2. The numbers with the rest of the items are how many movies/shows can be added in each run.

You would need to use the filter section to to remove garbage etc,