############################################################# # TMDb Chart Collections # # Created by Yozora, Bullmoose20, & Sohjiro # ############################################################# # Call this from your config.yml (Movie or Show) # # If nothing is specified these are the defaults # # # # metadata_path: # # - git: PMM/chart/tmdb # # template_variables: # # # Sets the collection mode of the collection # # collection_mode: # # # Sets the value at the start of the sort title # # collection_section: "01" # # # # # For each collection use the "key" to set # # # the options. # # # Available collections # # # KEY COLLECTION # # # airing TMDb Airing Today # # # air TMDb On The Air # # # popular TMDb Popular # # # top TMDb Top Rated # # # trending TMDb Trending # # # # # Available options. Replace "key" with the # # # desired collection's key from the chart above. # # # # # Turn the collection on/off # # use_key: true # # # Determines collection order in its section # # order_key: # # # Set visible_library for the collection # # visible_library_key: # # # Set visible_home for the collection # # visible_home_key: # # # Set visible_shared for the collection # # visible_shared_key: # # # Set limit for the collection # # limit_key: 100 # # # Adds missing from the collection to radarr # # radarr_add_missing_key: # # # Adds missing from the collection to sonarr # # radarr_add_missing_key: # # # Radarr Tag for added missing # # radarr_tag_key: # # # Sonarr Tag for added missing # # sonarr_tag_key: # # # Radarr Tag for existing items # # item_radarr_tag_key: # # # Sonarr Tag for existing items # # item_sonarr_tag_key: # ############################################################# external_templates: git: PMM/templates template_variables: collection_section: "01" templates: airing: default: limit_airing: 100 tmdb_airing_today: <> summary: A collection of shows with episodes airing today air: default: limit_air: 100 tmdb_on_the_air: <> summary: A collection of shows that are still activaly airing episodes popular: default: limit_popular: 100 tmdb_popular: <> summary: A collection of the most watched <>s according to TMDb. top: default: limit_top: 100 tmdb_top_rated: <> summary: A collection of the top rated <>s according to TMDb. trending: default: limit_trending: 100 tmdb_trending_weekly: <> summary: A collection of <>s trending on TMDb collections: TMDb Airing Today: template: - name: airing - name: customsync - name: chart_shared key: airing check_library: show TMDb On The Air: template: - name: air - name: customsync - name: chart_shared key: air check_library: show TMDb Popular: template: - name: popular - name: customsync - name: chart_shared key: popular TMDb Top Rated: template: - name: top - name: customsync - name: chart_shared key: top TMDb Trending: template: - name: trending - name: customsync - name: chart_shared key: trending