TV Configuration

Below is the template for the TV.yml file, referenced by the config.yml

Please Note

While we do our best to keep the guide and configuration files up to date, it is always best to work with the latest information so please check the official repo for any changes.

https://github.com/meisnate12/Plex-Meta-Manager

The config on the main configuration page uses the PMM defaults to add the collections that were previously shown here. This file is now a small sample demonstrating the construction of a metadata yml file.

######################################################
#                Chart Collections                   #
######################################################
templates:
  Chart:
    sort_title: +1_<<num>><<collection_name>>
    sync_mode: sync
    smart_label: random
collections:
  Emmy Winners:
    template: { name: Chart, num: 5 }
    imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&groups=emmy_winner
    summary: Emmy Winning Shows

Last updated