Advertisement
Ukarage

Untitled

Sep 1st, 2023
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. libraries: # This is called out once within the config.yml file
  2. Films pour enfants:
  3. metadata_path:
  4. - pmm: imdb # IMDb Charts (Popular, Trending, etc.)
  5. - pmm: other_chart # Other Charts (Popular, Trending, etc.)
  6. - pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
  7. overlay_path:
  8. - remove_overlays: false
  9. - reapply_overlay: false # If you are doing a lot of testing and changes like me, keep this to true to always reapply overlays
  10. # - reset_overlays: tmdb # blank means 1 audio language track, dual means 2, multi means > 2
  11. - pmm: commonsense # 4K HDR, 1080P FHD, etc.
  12. template_variables:
  13. font_size: 100
  14.  
  15. settings:
  16. asset_directory:
  17. - config/assets
  18. operations:
  19. mass_content_rating_update: mdb_commonsense0 # Changes Content Rating to "1", "2" etc. to specify appropriate age
  20.  
  21. Séries pour enfants :
  22. metadata_path:
  23. - pmm: commonsense # 4K HDR, 1080P FHD, etc.
  24. template_variables:
  25. font_size: 100
  26.  
  27. settings:
  28. asset_directory:
  29. - config/assets
  30. operations:
  31. mass_content_rating_update: mdb_commonsense0 # Changes Content Rating to "1", "2" etc. to specify appropriate age
  32.  
  33. Films:
  34. metadata_path:
  35. - pmm: separator_award # Award collections
  36. - pmm: cannes # Cannes award
  37. - pmm: actor # Acteurs
  38. template_variables:
  39. data:
  40. depth: 10
  41. limit: 20
  42. style: diiivoy
  43. sort_by: title.asc
  44. use_separator: false
  45. sep_style: purple
  46. tmdb_person_offset:
  47. Jackie Chan: 1
  48. - pmm: imdb # IMDb Charts (Popular, Trending, etc.)
  49. - pmm: other_chart # Other Charts (Popular, Trending, etc.)
  50. - pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
  51. - pmm: seasonal # Create a set of holiday collection that will appear at appropriate times
  52. template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal
  53. schedule_independence: daily
  54. schedule_easter: daily
  55. schedule_valentine: daily
  56. schedule_patrick: daily
  57. schedule_thanksgiving: range(10/01-10/31)
  58. schedule_halloween: daily
  59. schedule_christmas: daily
  60. schedule_years: daily
  61. schedule_mother: daily
  62. schedule_memorial: daily
  63. schedule_father: daily
  64. schedule_labor: daily
  65. - pmm: sundance # Sundance Film Festival Awards
  66. template_variables: # based on when the award show started
  67. data:
  68. starting: 2010
  69. ending: current_year
  70. - pmm: runtimes
  71. template variables:
  72. text: ''
  73. back_width: 225
  74. vertical_offset: 10
  75.  
  76. settings:
  77. asset_directory:
  78. - config/assets
  79. operations:
  80. mass_content_rating_update: mdb_commonsense0 # Changes Content Rating to "1", "2" etc. to specify appropriate age
  81.  
  82. settings:
  83. cache: true
  84. cache_expiration: 60
  85. asset_directory: config/assets
  86. asset_folders: true
  87. asset_depth: 0
  88. create_asset_folders: false
  89. prioritize_assets: false
  90. dimensional_asset_rename: false
  91. download_url_assets: false
  92. show_missing_season_assets: false
  93. show_missing_episode_assets: false
  94. show_asset_not_needed: true
  95. sync_mode: append
  96. minimum_items: 1
  97. default_collection_order:
  98. delete_below_minimum: true
  99. delete_not_scheduled: false
  100. run_again_delay: 2
  101. missing_only_released: false
  102. only_filter_missing: false
  103. show_unmanaged: true
  104. show_unconfigured: true
  105. show_filtered: false
  106. show_options: false
  107. show_missing: true
  108. show_missing_assets: true
  109. save_report: false
  110. tvdb_language: eng
  111. ignore_ids:
  112. ignore_imdb_ids:
  113. item_refresh_delay: 0
  114. playlist_sync_to_user: all
  115. playlist_exclude_users:
  116. playlist_report: false
  117. verify_ssl: true
  118. custom_repo:
  119. check_nightly: false
  120. webhooks: # Can be individually specified per library as well
  121. error:
  122. version:
  123. run_start:
  124. run_end:
  125. changes:
  126. delete:
  127. plex: # Can be individually specified per library as well; REQUIRED for the script to run
  128. url: http://(myip):32400
  129. token: (mytoken)
  130. timeout: 60
  131. clean_bundles: false
  132. empty_trash: false
  133. optimize: false
  134. tmdb: # REQUIRED for the script to run
  135. apikey: (myapikey)
  136. language: en
  137. cache_expiration: 60
  138. region:
  139. mdblist:
  140. apikey: (myapikey)
  141. cache_expiration: 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement