Advertisement
Guest User

log file

a guest
Dec 9th, 2024
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. ## This file is a template remove the .template to use the file
  2.  
  3. libraries: # This is called out once within the config.yml file
  4. Movies: # These are names of libraries in your Plex
  5. collection_files:
  6. - default: basic # This is a file within Kometa's defaults folder
  7. - default: imdb # This is a file within Kometa's defaults folder
  8. - default: tmdb
  9. - default: universe
  10. - default: seasonal
  11. template_veriables:
  12. use_separator: true
  13. use_independence: false
  14. sort_by: random
  15. - default: tautulli
  16. template_veriables:
  17. list_days_popular: 14
  18. list_size_popular: 14
  19. visible_library_watched: true
  20. visible_home_watched: true
  21. visible_shared_watched: true
  22. - file: config/DynamicCollections.yml
  23. overlay_files:
  24. - file: config/overlays/media_info.yml
  25. - file: config/overlays/audience_rating.yml
  26. TV Shows:
  27. collection_files:
  28. - default: basic
  29. - default: imdb
  30. - default: tautulli
  31. template_variables:
  32. list_days_popular: 14
  33. list_size_popular: 10
  34. visible_library_watched: true
  35. visible_home_watched: true
  36. visible_shared_watched: true
  37. overlay_files:
  38. - file: config/overlays/media_info.yml
  39. - file: config/overlays/audience_rating.yml
  40. playlist_files:
  41. - default: playlist # This is a file within Kometa's defaults folder
  42. template_variables:
  43. libraries: Movies, TV Shows # list of libraries that you want the Kometa Defaults playlists to look at
  44. settings:
  45. run_order:
  46. - operations
  47. - metadata
  48. - collections
  49. - overlays
  50. cache: true
  51. cache_expiration: 60
  52. asset_directory: config/assets
  53. asset_folders: true
  54. asset_depth: 0
  55. create_asset_folders: false
  56. prioritize_assets: false
  57. dimensional_asset_rename: false
  58. download_url_assets: false
  59. show_missing_season_assets: false
  60. show_missing_episode_assets: false
  61. show_asset_not_needed: true
  62. sync_mode: append
  63. minimum_items: 1
  64. default_collection_order:
  65. delete_below_minimum: true
  66. delete_not_scheduled: false
  67. run_again_delay: 2
  68. missing_only_released: false
  69. only_filter_missing: false
  70. show_unmanaged: true
  71. show_unconfigured: true
  72. show_filtered: false
  73. show_options: true
  74. show_missing: true
  75. show_missing_assets: true
  76. save_report: false
  77. tvdb_language: eng
  78. ignore_ids:
  79. ignore_imdb_ids:
  80. item_refresh_delay: 0
  81. playlist_sync_to_users: all
  82. playlist_exclude_users:
  83. playlist_report: false
  84. verify_ssl: true
  85. custom_repo:
  86. overlay_artwork_filetype: jpg
  87. overlay_artwork_quality: 75
  88. webhooks: # Can be individually specified per library as well
  89. error:
  90. version:
  91. run_start:
  92. run_end:
  93. changes:
  94. delete:
  95. plex: # Can be individually specified per library as well; REQUIRED for the script to run
  96. url: http://localhost:32400
  97. token: ---
  98. timeout: 60
  99. db_cache:
  100. clean_bundles: false
  101. empty_trash: false
  102. optimize: false
  103. verify_ssl:
  104. tmdb: # REQUIRED for the script to run
  105. apikey: ---
  106. language: en
  107. cache_expiration: 60
  108. region:
  109. tautulli: # Can be individually specified per library as well
  110. url: http://192.168.1.200:8181
  111. apikey: ---
  112. github:
  113. token: ################################
  114. omdb:
  115. apikey: ########
  116. cache_expiration: 60
  117. mdblist:
  118. apikey: #########################
  119. cache_expiration: 60
  120. notifiarr:
  121. apikey: ####################################
  122. gotify:
  123. url: http://192.168.1.12:80
  124. token: ####################################
  125. anidb: # Not required for AniDB builders unless you want mature content
  126. username: ######
  127. password: ######
  128. language: en
  129. client:
  130. radarr: # Can be individually specified per library as well
  131. url: http://192.168.1.12:7878
  132. token: ################################
  133. add_missing: false
  134. add_existing: false
  135. upgrade_existing: false
  136. monitor_existing: false
  137. root_folder_path: S:/Movies
  138. monitor: true
  139. availability: announced
  140. quality_profile: HD-1080p
  141. tag:
  142. search: false
  143. radarr_path:
  144. plex_path:
  145. ignore_cache: false
  146. sonarr: # Can be individually specified per library as well
  147. url: http://192.168.1.12:8989
  148. token: ################################
  149. add_missing: false
  150. add_existing: false
  151. upgrade_existing: false
  152. monitor_existing: false
  153. root_folder_path: S:/TV Shows
  154. monitor: all
  155. quality_profile: HD-1080p
  156. language_profile: English
  157. series_type: standard
  158. season_folder: true
  159. tag:
  160. search: false
  161. cutoff_search: false
  162. sonarr_path:
  163. plex_path:
  164. ignore_cache: false
  165. trakt:
  166. client_id: ####################
  167. client_secret: ####################
  168. pin:
  169. authorization:
  170. # everything below is autofilled by the script
  171. access_token:
  172. token_type:
  173. expires_in:
  174. refresh_token:
  175. scope: public
  176. created_at:
  177. mal:
  178. client_id: ####################
  179. client_secret: ####################
  180. authorization:
  181. # everything below is autofilled by the script
  182. access_token:
  183. token_type:
  184. expires_in:
  185. refresh_token:
  186.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement