Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- libraries: # This is called out once within the config.yml file
- Movies:
- metadata_path:
- - pmm: based # collections based on a book, comic, story, video game
- - pmm: imdb # IMDb Charts (Popular, Trending, etc.)
- - pmm: other_chart # Other Charts (Popular, Trending, etc.)
- - pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
- - pmm: cannes # Cannes award
- - pmm: oscars # Oscars award
- - pmm: sundance # Sundance award
- - pmm: seasonal # Christmas, Halloween, etc.
- - pmm: country # Films par pays
- - pmm: actor # Actors
- template_variables: # bw, rainier, diiivoy, diiivoycolor
- style: rainier
- data:
- depth: 1
- limit: 15
- - pmm: director # Directors
- template_variables: # bw, rainier, or orig style is used.
- style: bw
- data:
- depth: 1
- limit: 15
- - pmm: producer # Producers
- template_variables: # bw, rainier, or orig style is used.
- style: bw
- data:
- depth: 1
- limit: 15
- - pmm: writer # Writers
- template_variables: # bw, rainier, or orig style is used.
- style: bw
- data:
- depth: 1
- limit: 15
- #####################################
- # Special Genre Collections #
- #####################################
- Mindfuck Movies:
- template: {name: Special Genre}
- trakt_list: https://trakt.tv/users/hdlists/lists/mindfuck-movies
- summary: "A collection of movies that will mess with your mind!"
- Outer Space & Exploration Movies:
- template: {name: Special Genre}
- trakt_list: https://trakt.tv/users/hdlists/lists/outer-space-space-exploration-movies
- summary: "A collection of movies that feature outer space and exploration."
- Superhero Movies:
- template: {name: Special Genre}
- trakt_list: https://trakt.tv/users/hdlists/lists/superhero-movies-from-1980-to-today
- summary: "A collection of superhero movies released from 1980 until today."
- Time Travel Movies:
- template: {name: Special Genre}
- trakt_list:
- - https://trakt.tv/lists/3940186
- - https://trakt.tv/lists/20709447
- - https://trakt.tv/lists/2729898
- - https://trakt.tv/lists/2729898
- - https://trakt.tv/lists/4297290
- - https://trakt.tv/lists/2652307
- imdb_list:
- - https://www.imdb.com/list/ls068617191/
- - https://www.imdb.com/list/ls004426453/
- summary: "A collection of movies that include time travel."
- overlay_path:
- - remove_overlays: false
- - reapply_overlay: false
- - pmm: content_rating_us_movie # US MPAA content ratings
- - pmm: runtimes
- template_variables:
- final_name: text(<<runtimeH>>h<<runtimeM>>m)
- back_width: 350
- font_size: 90
- horizontal_align: right
- vertical_align: bottom
- settings:
- asset_directory:
- - config/assets
- operations:
- mass_content_rating_update: mdb_commonsense0 # Changes Content Rating to "1", "2" etc.
- settings:
- cache: true
- cache_expiration: 60
- asset_directory: config/assets
- asset_folders: true
- asset_depth: 0
- create_asset_folders: false
- prioritize_assets: false
- dimensional_asset_rename: false
- download_url_assets: false
- show_missing_season_assets: true
- show_missing_episode_assets: true
- show_asset_not_needed: true
- sync_mode: append
- minimum_items: 1
- default_collection_order:
- delete_below_minimum: true
- delete_not_scheduled: false
- run_again_delay: 2
- missing_only_released: false
- only_filter_missing: false
- show_unmanaged: true
- show_unconfigured: true
- show_filtered: false
- show_options: false
- show_missing: true
- show_missing_assets: true
- save_report: false
- tvdb_language: eng
- ignore_ids:
- ignore_imdb_ids:
- item_refresh_delay: 0
- playlist_sync_to_user: all
- playlist_exclude_users:
- playlist_report: false
- verify_ssl: true
- custom_repo:
- check_nightly: false
- webhooks: # Can be individually specified per library as well
- error:
- version:
- run_start:
- run_end:
- changes:
- delete:
- plex: # Can be individually specified per library as well; REQUIRED for the script to run
- url: EDITED
- token: 1Kr-6NEDoEU9pZo6PpFU
- timeout: 60
- clean_bundles: false
- empty_trash: false
- optimize: false
- tmdb: # REQUIRED for the script to run
- apikey: EDITED
- language: en
- cache_expiration: 60
- region:
- mdblist:
- apikey: EDITED
- cache_expiration: 60
- trakt:
- client_id: EDITED
- client_secret: EDITED
- authorization:
- access_token: EDITED
- token_type: Bearer
- expires_in: 7889238
- refresh_token: EDITED
- scope: public
- created_at: 1695944411
- pin:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement