############################################################# # Other 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/other # # 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 # # # anidb AniDB Popular # # # commonsense Common Sense Selected # # # stevenlu StevenLu's Popular Movies # # # pirated Top 10 Pirated Movies # # # # # Available options. Replace "key" with the # # # desired collection's key from the chart above. # # # # # Customize summary of collection # # summary_key: A collection of ... # # # Turn the collection on/off # # use_key: true # # # Determines collection order in its section # # order_key: # # # Determines collection order of the collection # # collection_order_key: custom # # # 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: # # # Adds missing from the collection to radarr # # radarr_add_missing_key: # # # Adds missing from the collection to sonarr # # sonarr_add_missing_key: # # # Radarr Folder to add to # # radarr_folder_key: # # # Sonarr Folder to add to # # sonarr_folder_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: anidb: default: limit_anidb: 30 summary_anidb: A collection of Popular Anime on AniDB summary: <>>> anidb_popular: <> commonsense: default: summary_commonsense: A collection of Common Sense <>s. Common Sense recognizes outstanding entertainment with an official seal for quality and impact. Common Sense Selections include age-appropriate media with the potential to spark family conversations, entertain families of all kinds, and have a positive, lasting effect on society. mdblist_list: https://mdblist.com/lists/plexmetamanager/cssfamilies<>s summary: <>>> stevenlu: default: summary_stevenlu: A collection of StevenLu's Most Popular Movies summary: <>>> pirated: default: summary_pirated: TorrentFreak.com's Weekly Top Ten Pirated Movies summary: <>>> collections: AniDB Popular: variables: key: anidb template: - name: anidb - name: shared - name: arr - name: custom Common Sense Selection: variables: key: commonsense template: - name: commonsense - name: shared - name: arr - name: custom StevenLu's Popular Movies: variables: key: stevenlu stevenlu_popular: true template: - name: stevenlu - name: shared allowed_libraries: movie - name: arr - name: custom Top 10 Pirated Movies of the Week: variables: key: pirated mdblist_list: https://mdblist.com/lists/hdlists/top-ten-pirated-movies-of-the-week-torrent-freak-com/ template: - name: pirated - name: shared allowed_libraries: movie - name: arr - name: custom