Advertisement
Guest User

PMM Config.yml shenji

a guest
Dec 15th, 2023
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | Help | 0 0
  1. libraries: # This is called out once within the config.yml file
  2.  
  3. Movies:
  4. metadata_path:
  5. - pmm: based # collections based on a book, comic, story, video game
  6. - pmm: imdb # IMDb Charts (Popular, Trending, etc.)
  7. - pmm: other_chart # Other Charts (Popular, Trending, etc.)
  8. - pmm: tmdb # TMDb Charts (Popular, Trending, etc.)
  9. - pmm: cannes # Cannes award
  10. - pmm: oscars # Oscars award
  11. - pmm: sundance # Sundance award
  12. - pmm: seasonal # Christmas, Halloween, etc.
  13. - pmm: country # Films par pays
  14. - pmm: actor # Actors
  15. template_variables: # bw, rainier, diiivoy, diiivoycolor
  16. style: rainier
  17. data:
  18. depth: 1
  19. limit: 15
  20. - pmm: director # Directors
  21. template_variables: # bw, rainier, or orig style is used.
  22. style: bw
  23. data:
  24. depth: 1
  25. limit: 15
  26. - pmm: producer # Producers
  27. template_variables: # bw, rainier, or orig style is used.
  28. style: bw
  29. data:
  30. depth: 1
  31. limit: 15
  32. - pmm: writer # Writers
  33. template_variables: # bw, rainier, or orig style is used.
  34. style: bw
  35. data:
  36. depth: 1
  37. limit: 15
  38.  
  39. #####################################
  40. # Special Genre Collections #
  41. #####################################
  42. Mindfuck Movies:
  43. template: {name: Special Genre}
  44. trakt_list: https://trakt.tv/users/hdlists/lists/mindfuck-movies
  45. summary: "A collection of movies that will mess with your mind!"
  46. Outer Space & Exploration Movies:
  47. template: {name: Special Genre}
  48. trakt_list: https://trakt.tv/users/hdlists/lists/outer-space-space-exploration-movies
  49. summary: "A collection of movies that feature outer space and exploration."
  50. Superhero Movies:
  51. template: {name: Special Genre}
  52. trakt_list: https://trakt.tv/users/hdlists/lists/superhero-movies-from-1980-to-today
  53. summary: "A collection of superhero movies released from 1980 until today."
  54. Time Travel Movies:
  55. template: {name: Special Genre}
  56. trakt_list:
  57. - https://trakt.tv/lists/3940186
  58. - https://trakt.tv/lists/20709447
  59. - https://trakt.tv/lists/2729898
  60. - https://trakt.tv/lists/2729898
  61. - https://trakt.tv/lists/4297290
  62. - https://trakt.tv/lists/2652307
  63. imdb_list:
  64. - https://www.imdb.com/list/ls068617191/
  65. - https://www.imdb.com/list/ls004426453/
  66. summary: "A collection of movies that include time travel."
  67.  
  68.  
  69.  
  70. overlay_path:
  71. - remove_overlays: false
  72. - reapply_overlay: false
  73. - pmm: content_rating_us_movie # US MPAA content ratings
  74. - pmm: runtimes
  75. template_variables:
  76. final_name: text(<<runtimeH>>h<<runtimeM>>m)
  77. back_width: 350
  78. font_size: 90
  79. horizontal_align: right
  80. vertical_align: bottom
  81.  
  82. settings:
  83. asset_directory:
  84. - config/assets
  85. operations:
  86. mass_content_rating_update: mdb_commonsense0 # Changes Content Rating to "1", "2" etc.
  87.  
  88. settings:
  89. cache: true
  90. cache_expiration: 60
  91. asset_directory: config/assets
  92. asset_folders: true
  93. asset_depth: 0
  94. create_asset_folders: false
  95. prioritize_assets: false
  96. dimensional_asset_rename: false
  97. download_url_assets: false
  98. show_missing_season_assets: true
  99. show_missing_episode_assets: true
  100. show_asset_not_needed: true
  101. sync_mode: append
  102. minimum_items: 1
  103. default_collection_order:
  104. delete_below_minimum: true
  105. delete_not_scheduled: false
  106. run_again_delay: 2
  107. missing_only_released: false
  108. only_filter_missing: false
  109. show_unmanaged: true
  110. show_unconfigured: true
  111. show_filtered: false
  112. show_options: false
  113. show_missing: true
  114. show_missing_assets: true
  115. save_report: false
  116. tvdb_language: eng
  117. ignore_ids:
  118. ignore_imdb_ids:
  119. item_refresh_delay: 0
  120. playlist_sync_to_user: all
  121. playlist_exclude_users:
  122. playlist_report: false
  123. verify_ssl: true
  124. custom_repo:
  125. check_nightly: false
  126. webhooks: # Can be individually specified per library as well
  127. error:
  128. version:
  129. run_start:
  130. run_end:
  131. changes:
  132. delete:
  133. plex: # Can be individually specified per library as well; REQUIRED for the script to run
  134. url: EDITED
  135. token: 1Kr-6NEDoEU9pZo6PpFU
  136. timeout: 60
  137. clean_bundles: false
  138. empty_trash: false
  139. optimize: false
  140. tmdb: # REQUIRED for the script to run
  141. apikey: EDITED
  142. language: en
  143. cache_expiration: 60
  144. region:
  145. mdblist:
  146. apikey: EDITED
  147. cache_expiration: 60
  148. trakt:
  149. client_id: EDITED
  150. client_secret: EDITED
  151. authorization:
  152. access_token: EDITED
  153. token_type: Bearer
  154. expires_in: 7889238
  155. refresh_token: EDITED
  156. scope: public
  157. created_at: 1695944411
  158. pin:
  159.  
Tags: SHENJI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement