wiki:Plugins/import_series
Last modified 3 months ago Last modified on 02/26/13 20:03:59

Import series

Generates series plugin configuration from any (upgraded) input. Using this doesn't prevent configuring series plugin additionally.

Most commonly used with thetvdb_favorites, trakt_list, or listdir.

Syntax:

import_series:
  [settings]:
    # any series option
    # e.g. quality, timeframe etc
  from:
    # any input(s)

Example with listdir:

Let's say you have a directory where all your series are stored in each in the own folder. Something like:

/media/series/pioneer one/
/media/series/south park/

To automatically configure series plugin with all these you could do following:

import_series:
  settings:
    quality: 720p
  from:
    listdir:
      - /media/series/

This will make adding new series easy too, just create new directory there :)

NOTE: If you need to set different options for individual series, you can do so using the series plugin alongside import_series as shown in this recipe.