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
- Films pour enfants:
- metadata_path:
- - pmm: imdb # IMDb Charts (Popular, Trending, etc.)
- - pmm: other_chart # Other Charts (Popular, Trending, etc.)
- - pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
- overlay_path:
- - remove_overlays: false
- - reapply_overlay: false # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
- # - reset_overlays: tmdb # blank means 1 audio language track, dual means 2, multi means > 2
- - pmm: commonsense # 4K HDR, 1080P FHD, etc.
- template_variables:
- font_size: 100
- settings:
- asset_directory:
- - config/assets
- operations:
- mass_content_rating_update: mdb_commonsense0 # Changes Content Rating to "1", "2" etc. to specify appropriate age
- Séries pour enfants :
- metadata_path:
- - pmm: commonsense # 4K HDR, 1080P FHD, etc.
- template_variables:
- font_size: 100
- settings:
- asset_directory:
- - config/assets
- operations:
- mass_content_rating_update: mdb_commonsense0 # Changes Content Rating to "1", "2" etc. to specify appropriate age
- Films:
- metadata_path:
- - pmm: separator_award # Award collections
- - pmm: cannes # Cannes award
- - pmm: actor # Acteurs
- template_variables:
- data:
- depth: 10
- limit: 20
- style: diiivoy
- sort_by: title.asc
- use_separator: false
- sep_style: purple
- tmdb_person_offset:
- Jackie Chan: 1
- - pmm: imdb # IMDb Charts (Popular, Trending, etc.)
- - pmm: other_chart # Other Charts (Popular, Trending, etc.)
- - pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
- - pmm: seasonal # Create a set of holiday collection that will appear at appropriate times
- template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal
- schedule_independence: daily
- schedule_easter: daily
- schedule_valentine: daily
- schedule_patrick: daily
- schedule_thanksgiving: range(10/01-10/31)
- schedule_halloween: daily
- schedule_christmas: daily
- schedule_years: daily
- schedule_mother: daily
- schedule_memorial: daily
- schedule_father: daily
- schedule_labor: daily
- - pmm: sundance # Sundance Film Festival Awards
- template_variables: # based on when the award show started
- data:
- starting: 2010
- ending: current_year
- - pmm: runtimes
- template variables:
- text: ''
- back_width: 225
- vertical_offset: 10
- settings:
- asset_directory:
- - config/assets
- operations:
- mass_content_rating_update: mdb_commonsense0 # Changes Content Rating to "1", "2" etc. to specify appropriate age
- 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: false
- show_missing_episode_assets: false
- 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: http://(myip):32400
- token: (mytoken)
- timeout: 60
- clean_bundles: false
- empty_trash: false
- optimize: false
- tmdb: # REQUIRED for the script to run
- apikey: (myapikey)
- language: en
- cache_expiration: 60
- region:
- mdblist:
- apikey: (myapikey)
- cache_expiration: 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement