Fleggy82

Untitled

Oct 8th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.30 KB | None | 0 0
  1. ## This is a personal config for PMM. You can edit this file to your needs and be sure to fill in your personal keys
  2. ## Overlays included for Movies in 4K, 1080p. Collections include IMDB, IMAX, DV, MCU, STar Wars. Star Trek, Harry Potter
  3. ## Overlays included for TV Shows in 4K. Collections inlude IMDB, Main Streaming Platforms and Major Networks.
  4. ##### Check your LIBRARY names in plex and copy them to the library names below. If your LIBRARY names are anything other than "Movies" and "TV Shows", change the names to match
  5. ##### ie. change the "Movies" to your movie library name and change "TV Shows" to your tv library name
  6. ## Fill in your plex IP under Settings Category along with plex token
  7. ## This version includes Notifiarr settings and webhook
  8. ## TMDB and mdblist accounts are required for this scrypt to work. Fill in your apikeys where there are XXXXXXXXXXXXXXXXXXX
  9.  
  10. libraries: # This is called out once within the config.yml file
  11. Movies: ################# THIS IS THE NAME OF YOUR "MOVIE" LIBRARY IN PLEX. IF YOUR MOVIE LIBRARY IS NAMED DIFFERENTLY THEN COPY THAT NAME HERE.
  12. report_path: config/missing/Movies_report.yml
  13. collection_files:
  14. - pmm: basic # Creates Collections for New Episodes from last 7 days and Newly Released from past 90 days
  15. - pmm: imdb # Creates IMDB Collections for Popular and Top 250
  16. template_variables:
  17. name_popular: IMDb Popular Movies #Option to rename the default "IMDb Popular" to a custom name
  18. use_lowest: false
  19. visible_home_top: true #run once to create list to show when on the home screen, This is optional and can be turned off in Plex settings > Manage > Libaries > Manage Recommendations
  20. visible_home_popular: true #run once to create list in home settings
  21. - pmm: universe
  22. template_variables:
  23. use_separator: false
  24. append_data: # this adds custom lists imdb, trakt, or mdb
  25. mcu2: Marvel Chronological Order # name of custom collection
  26. imdb_list_mcu2: https://www.imdb.com/list/ls029032797/ # link to list
  27. url_poster_mcu2: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/universe/mcu.jpg # poster url (Wanted MCU but custom order, still use default assests from PMM)
  28. exclude:
  29. #- avp #Alien / Predator
  30. - arrow #Arrowverse
  31. - dca #DC Animated Universe
  32. #- dcu #DC Extended Universe
  33. #- fast #Fast & Furious
  34. - marvel #In Association With Marvel
  35. #- mcu #Marvel Cinematic Universe
  36. #- middle #Middle Earth
  37. #- mummy #The Mummy Universe
  38. #- rocky #Rocky / Creed
  39. - trek #Star Trek
  40. #- star #Star Wars Universe
  41. - askew #View Askewniverse
  42. #- wizard #Wizarding World
  43. #- xmen #X-Men Universe
  44. visible_home_mcu2: true #This will show a collection on home screen in Plex, this case its Marvel Cronological Order
  45. - file: config/Movie Collections.yml #This pulls the "Movie Collections.yml" file and makes a custom Collections
  46. overlay_files:
  47. #- reset_overlays: plex # reset overlays to plex or tmdb
  48. - remove_overlays: false # Set this to true to remove all overlays
  49. - pmm: ribbon
  50. - pmm: audio_codec
  51. template_variables:
  52. use_pcm: true
  53. use_flac: true
  54. use_opus: true
  55. use_mp3: true
  56. use_aac: true
  57. horizontal_align: left
  58. vertical_align: bottom
  59. style: standard
  60. - pmm: resolution
  61. template_variables:
  62. use_720p: true
  63. use_576p: false
  64. use_480p: false
  65. - pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format
  66. template_variables:
  67. rating1: critic
  68. rating1_image: rt_tomato
  69. rating1_font: config/overlays/fonts/Adlib.ttf
  70. rating1_font_size: 63
  71.  
  72. rating2: user
  73. rating2_image: imdb
  74. rating2_font: config/overlays/fonts/Impact.ttf
  75. rating2_font_size: 70
  76.  
  77. rating3: audience
  78. rating3_image: tmdb
  79. rating3_font: config/overlays/fonts/Avenir_95_Black.ttf
  80. rating3_font_size: 70
  81.  
  82. horizontal_position: right
  83. operations:
  84. #mass_poster_update: plex # Resets posters to tmdb or plex
  85. mass_user_rating_update: mdb_imdb # This operation will update the user rating in plex with imdb ratings information gathered through mdblist.com (mdblist config required)
  86. mass_critic_rating_update: mdb_tomatoes # This operation will update the critic rating in plex with rotten tomatoes ratings information
  87. mass_audience_rating_update: mdb_tmdb # This operation will update the audience rating in plex with TMDb ratings information
  88. Kids Movies: ################# THIS IS THE NAME OF YOUR "MOVIE" LIBRARY IN PLEX. IF YOUR MOVIE LIBRARY IS NAMED DIFFERENTLY THEN COPY THAT NAME HERE.
  89. report_path: config/missing/Kids_Movies_report.yml
  90. collection_files:
  91. - pmm: basic # Creates Collections for New Episodes from last 7 days and Newly Released from past 90 days
  92. - pmm: imdb # Creates IMDB Collections for Popular and Top 250
  93. template_variables:
  94. name_popular: IMDb Popular Movies #Option to rename the default "IMDb Popular" to a custom name
  95. use_lowest: false
  96. visible_home_top: true #run once to create list to show when on the home screen, This is optional and can be turned off in Plex settings > Manage > Libaries > Manage Recommendations
  97. visible_home_popular: true #run once to create list in home settings
  98. - pmm: universe
  99. template_variables:
  100. use_separator: false
  101. append_data: # this adds custom lists imdb, trakt, or mdb
  102. mcu2: Marvel Chronological Order # name of custom collection
  103. imdb_list_mcu2: https://www.imdb.com/list/ls029032797/ # link to list
  104. url_poster_mcu2: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/universe/mcu.jpg # poster url (Wanted MCU but custom order, still use default assests from PMM)
  105. exclude:
  106. #- avp #Alien / Predator
  107. #- arrow #Arrowverse
  108. - dca #DC Animated Universe
  109. #- dcu #DC Extended Universe
  110. #- fast #Fast & Furious
  111. #- marvel #In Association With Marvel
  112. #- mcu #Marvel Cinematic Universe
  113. #- middle #Middle Earth
  114. #- mummy #The Mummy Universe
  115. #- rocky #Rocky / Creed
  116. #- trek #Star Trek
  117. #- star #Star Wars Universe
  118. #- askew #View Askewniverse
  119. #- wizard #Wizarding World
  120. #- xmen #X-Men Universe
  121. visible_home_mcu2: true #This will show a collection on home screen in Plex, this case its Marvel Cronological Order
  122. - file: config/Movie Collections.yml #This pulls the "Movie Collections.yml" file and makes a custom Collections
  123. overlay_files:
  124. #- reset_overlays: plex # reset overlays to plex or tmdb
  125. - remove_overlays: false # Set this to true to remove all overlays
  126. - pmm: ribbon
  127. - pmm: audio_codec
  128. template_variables:
  129. use_pcm: true
  130. use_flac: true
  131. use_opus: true
  132. use_mp3: true
  133. use_aac: true
  134. horizontal_align: left
  135. vertical_align: bottom
  136. style: standard
  137. - pmm: resolution
  138. template_variables:
  139. use_720p: true
  140. use_576p: false
  141. use_480p: false
  142. - pmm: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format
  143. template_variables:
  144. rating1: critic
  145. rating1_image: rt_tomato
  146. rating1_font: config/overlays/fonts/Adlib.ttf
  147. rating1_font_size: 63
  148.  
  149. rating2: user
  150. rating2_image: imdb
  151. rating2_font: config/overlays/fonts/Impact.ttf
  152. rating2_font_size: 70
  153.  
  154. rating3: audience
  155. rating3_image: tmdb
  156. rating3_font: config/overlays/fonts/Avenir_95_Black.ttf
  157. rating3_font_size: 70
  158.  
  159. horizontal_position: right
  160. operations:
  161. #mass_poster_update: plex # Resets posters to tmdb or plex
  162. mass_user_rating_update: mdb_imdb # This operation will update the user rating in plex with imdb ratings information gathered through mdblist.com (mdblist config required)
  163. mass_critic_rating_update: mdb_tomatoes # This operation will update the critic rating in plex with rotten tomatoes ratings information
  164. mass_audience_rating_update: mdb_tmdb # This operation will update the audience rating in plex with TMDb ratings information
  165. Kids TV Shows: ########################### THIS IS THE NAME OF YOUR "TV SHOW" LIBRARY IN PLEX. IF YOUR TV LIBRARY IS NAMED DIFFERENTLY THEN COPY THAT NAME HERE.
  166. report_path: config/missing/Kids_TV_report.yml
  167. collection_files:
  168. - pmm: basic # Creates Collections for New Episodes from last 7 days and Newly Released from past 90 days
  169. - pmm: imdb # Creates IMDB Collections for Popular and Top 250
  170. template_variables:
  171. name_popular: IMDb Popular TV #Option to rename the default "IMDb Popular" to a custom name
  172. visible_home_top: true #run once to create list to show when on the home screen, This is optional and can be turned off in Plex settings > Manage > Libaries > Manage Recommendations
  173. visible_home_popular: true #run once to create list in home settings
  174. - pmm: network # This will create collections for the following Networks. Note that the list has some networks marked excluded since we have PMM streaming running also (Amazon, Netflix, Peacock etc)
  175. template_variables:
  176. use_separator: false
  177. sync_mode: append
  178. sep_style: stb
  179. #name_format: <<key_name>> Shows
  180. exclude: ##Remove "#" infront of lines below to add network to Collections
  181. - A&E
  182. - ABC
  183. - AMC
  184. - Animal Planet
  185. - BBC
  186. - BET
  187. - Cartoon Network
  188. - Channel 4
  189. - Channel 5
  190. - CBC
  191. - CBS
  192. - Comedy Central
  193. - Discovery
  194. - Disney Channel
  195. - E!
  196. - ESPN
  197. - Food Network
  198. - FOX
  199. - Hallmark
  200. - HBO
  201. - HGTV
  202. - History
  203. - ITV
  204. - Lifetime
  205. - MTV
  206. - National Geographic
  207. - NBC
  208. - Nickelodeon
  209. - Paramount Network
  210. - PBS
  211. - Showtime
  212. - Sky
  213. - Starz
  214. - The CW
  215. - TLC
  216. - TNT
  217. - UKTV
  218. - USA
  219. - YouTube
  220. ####STREAMING NETWORKS#### This has moved to the PMM Streaming section (do not enable if you have "-PMM Streaming" On since this PMM config removes the word "shows" in the collection title name during generation. it will cause collection errors and duplicates)
  221. - Apple TV+
  222. - Amazon
  223. - discovery+
  224. - Disney+
  225. - HBO Max
  226. - Hulu
  227. - Netflix
  228. - Paramount+
  229. - Peacock
  230. addons: #these addons bundle additional network Collections under a main collection.
  231. Paramount+: #main network
  232. #- Paramount Network #network you want bundle under the "Paramoun+" collection
  233. Peacock:
  234. #- NBC
  235. HBO Max:
  236. #- HBO
  237. sort_by: title.asc
  238. - pmm: streaming # This will create collections for the following streaming services.
  239. template_variables:
  240. #collection_section: "050" #this setting will bundle the streaming collections with "-pmm networks". left disabled, streaming services will appear before networks and everything will be listed alphabetically. default value is "030"
  241. use_separator: false
  242. sep_style: stb
  243. sync_mode: append
  244. #visible_library_disney: true #enable if you want a specific streaming service to appear in your library tab.
  245. #visible_home_disney: true #enable if you want a specific streaming service to appear in your home tab.
  246. #visible_shared_disney: true #enable if you want a specific streaming service to appear in your friends home tab.
  247. #sonarr_add_missing_hulu: true #adds all missing shows to sonarr. BE CAREFUL AS SOME SERVICES HAVE OVER 1000 SHOWS
  248. name_format: <<key_name>> #renames the collections for each streaming service to keep the title format for all collections the same. "Apple TV+ Shows" is renamed to "Apple TV+"
  249. #originals_only: true #only show the streaming service's original content
  250. exclude:
  251. - appletv
  252. - bet
  253. - britbox
  254. - crave
  255. - crunchyroll
  256. - discovery
  257. - disney
  258. - hayu
  259. - max
  260. - hulu
  261. - netflix
  262. - now
  263. - paramount
  264. - peacock
  265. - amazon
  266. - showtime
  267. sort_by: title.asc
  268. #####################
  269. #####################
  270. #IF YOUR COLLECTIONS HAVE DUPLICATES OR IF YOU HAVE RUN ANY OF MY PREVIOUS CONGIFS USE THE OPERATIONS SETTING TO DELETE ALL MANAGED COLLECTIONS AND START FRESH
  271. overlay_files:
  272. #- reset_overlays: plex #reset overlays to plex or tmdb
  273. - remove_overlays: false # Set this to true to remove all overlays
  274. - pmm: ribbon
  275. - pmm: resolution # Resolution overlays at shows level, Set the value to "true" if you want these formats on
  276. template_variables:
  277. use_1080p: true
  278. use_720p: true
  279. use_576p: false
  280. use_480p: false
  281. - pmm: resolution # Resolution overlays at season level, Set the value to "true" if you want these formats on
  282. template_variables:
  283. overlay_level: season
  284. use_1080p: true
  285. use_720p: true
  286. use_576p: false
  287. use_480p: false
  288. - pmm: resolution # Resolution overlays at episode level, Set the value to "true" if you want these formats on
  289. template_variables:
  290. overlay_level: episode
  291. use_1080p: true
  292. use_720p: true
  293. use_576p: false
  294. use_480p: false
  295. - pmm: audio_codec # Audio codec overlays at shows level, Set the value to "true" if you want these formats on. I recommend these setting to avoid too much clutter.
  296. template_variables:
  297. use_dtsx: true
  298. use_plus_atmos: true
  299. use_ma: true
  300. use_hra: true
  301. use_plus: true
  302. use_dtses: true
  303. use_dts: true
  304. use_digital: true
  305. use_pcm: true
  306. use_flac: true
  307. use_opus: true
  308. use_mp3: true
  309. use_aac: true
  310. horizontal_align: left
  311. vertical_align: bottom
  312. style: standard
  313. - pmm: audio_codec # Audio codec overlays at season level, Set the value to "true" if you want these formats on
  314. template_variables:
  315. use_dtsx: true
  316. use_plus_atmos: true
  317. use_ma: true
  318. use_hra: true
  319. use_plus: true
  320. use_dtses: true
  321. use_dts: true
  322. use_digital: true
  323. use_pcm: true
  324. use_flac: true
  325. use_opus: true
  326. use_mp3: true
  327. use_aac: true
  328. horizontal_align: left
  329. vertical_align: bottom
  330. style: standard
  331. overlay_level: season
  332. - pmm: audio_codec # Audio codec overlays at episode level, Set the value to "true" if you want these formats on
  333. template_variables:
  334. use_dtsx: true
  335. use_plus_atmos: true
  336. use_ma: true
  337. use_hra: true
  338. use_plus: true
  339. use_dtses: true
  340. use_dts: true
  341. use_digital: true
  342. use_pcm: true
  343. use_flac: true
  344. use_opus: true
  345. use_mp3: true
  346. use_aac: true
  347. horizontal_align: left
  348. vertical_align: bottom
  349. style: standard
  350. overlay_level: episode
  351. - pmm: ratings # Ratings overlays for TV Shows with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format.
  352. template_variables:
  353. rating1: critic
  354. rating1_image: rt_tomato
  355. rating1_font: config/overlays/fonts/Adlib.ttf
  356. rating1_font_size: 63
  357.  
  358. rating2: user
  359. rating2_image: imdb
  360. rating2_font: config/overlays/fonts/Impact.ttf
  361. rating2_font_size: 70
  362.  
  363. rating3: audience
  364. rating3_image: tmdb
  365. rating3_font: config/overlays/fonts/Avenir_95_Black.ttf
  366. rating3_font_size: 70
  367.  
  368. horizontal_position: right
  369. #- pmm: ratings # Ratings overlays for individual episodes of TV Shows
  370. #template_variables:
  371. #rating1: critic
  372. #rating1_image: imdb
  373. #rating1_font: config/overlays/fonts/Impact.ttf
  374. #rating1_font_size: 70
  375.  
  376. #rating2: audience
  377. #rating2_image: tmdb
  378. #rating2_font: config/overlays/fonts/Avenir_95_Black.ttf
  379. #rating2_font_size: 70
  380.  
  381. #horizontal_position: right
  382. #overlay_level: episode
  383. operations:
  384. #delete_collections: ##### IF YOUR COLLECTIONS SHOW DUPLICATES OR YOU USED MY PREVIOUS CONFIGS RUN THIS ONCE AND THEN DISABLE FOR A FRESH COLLECTION START.
  385. #configured: false ##### DO NOT MANUALLY DELETE THE COLLECTIONS BECAUSE THE "TAGS" PMM ASSIGNS WILL STILL BE ATTACHED TO YOUR SHOWS
  386. #managed: true
  387. #mass_poster_update: plex #resets posters to tmdb or plex
  388. mass_user_rating_update: mdb_imdb # This operation will update the user rating in plex with imdb ratings information gathered through mdblist.com (mdblist config required)
  389. mass_critic_rating_update: mdb_tomatoes # This operation will update the critic rating in plex with rotten tomatoes ratings information
  390. mass_audience_rating_update: mdb_tmdb # This operation will update the audience rating in plex with TMDb ratings information
  391. #mass_episode_critic_rating_update: mdb_imdb # Update critic ratings with imdb for episodes not needed for tautilli
  392. #mass_episode_audience_rating_update: mdb_tmdb # Update audience ratings with tmdb for episodes not needed for tautulli
  393. TV Shows: ########################### THIS IS THE NAME OF YOUR "TV SHOW" LIBRARY IN PLEX. IF YOUR TV LIBRARY IS NAMED DIFFERENTLY THEN COPY THAT NAME HERE.
  394. report_path: config/missing/TV_report.yml
  395. collection_files:
  396. - pmm: basic # Creates Collections for New Episodes from last 7 days and Newly Released from past 90 days
  397. - pmm: imdb # Creates IMDB Collections for Popular and Top 250
  398. template_variables:
  399. name_popular: IMDb Popular TV #Option to rename the default "IMDb Popular" to a custom name
  400. visible_home_top: true #run once to create list to show when on the home screen, This is optional and can be turned off in Plex settings > Manage > Libaries > Manage Recommendations
  401. visible_home_popular: true #run once to create list in home settings
  402. - pmm: network # This will create collections for the following Networks. Note that the list has some networks marked excluded since we have PMM streaming running also (Amazon, Netflix, Peacock etc)
  403. template_variables:
  404. use_separator: false
  405. sync_mode: append
  406. sep_style: stb
  407. #name_format: <<key_name>> Shows
  408. exclude: ##Remove "#" infront of lines below to add network to Collections
  409. - A&E
  410. - ABC
  411. - AMC
  412. - Animal Planet
  413. - BBC
  414. - BET
  415. - Cartoon Network
  416. - Channel 4
  417. - Channel 5
  418. - CBC
  419. - CBS
  420. - Comedy Central
  421. - Discovery
  422. - Disney Channel
  423. - E!
  424. - ESPN
  425. - Food Network
  426. - FOX
  427. - Hallmark
  428. - HBO
  429. - HGTV
  430. - History
  431. - ITV
  432. - Lifetime
  433. - MTV
  434. - National Geographic
  435. - NBC
  436. - Nickelodeon
  437. - Paramount Network
  438. - PBS
  439. - Showtime
  440. - Sky
  441. - Starz
  442. - The CW
  443. - TLC
  444. - TNT
  445. - UKTV
  446. - USA
  447. - YouTube
  448. ####STREAMING NETWORKS#### This has moved to the PMM Streaming section (do not enable if you have "-PMM Streaming" On since this PMM config removes the word "shows" in the collection title name during generation. it will cause collection errors and duplicates)
  449. - Apple TV+
  450. - Amazon
  451. - discovery+
  452. - Disney+
  453. - HBO Max
  454. - Hulu
  455. - Netflix
  456. - Paramount+
  457. - Peacock
  458. addons: #these addons bundle additional network Collections under a main collection.
  459. Paramount+: #main network
  460. #- Paramount Network #network you want bundle under the "Paramoun+" collection
  461. Peacock:
  462. #- NBC
  463. HBO Max:
  464. #- HBO
  465. sort_by: title.asc
  466. - pmm: streaming # This will create collections for the following streaming services.
  467. template_variables:
  468. #collection_section: "050" #this setting will bundle the streaming collections with "-pmm networks". left disabled, streaming services will appear before networks and everything will be listed alphabetically. default value is "030"
  469. use_separator: false
  470. sep_style: stb
  471. sync_mode: append
  472. #visible_library_disney: true #enable if you want a specific streaming service to appear in your library tab.
  473. #visible_home_disney: true #enable if you want a specific streaming service to appear in your home tab.
  474. #visible_shared_disney: true #enable if you want a specific streaming service to appear in your friends home tab.
  475. #sonarr_add_missing_hulu: true #adds all missing shows to sonarr. BE CAREFUL AS SOME SERVICES HAVE OVER 1000 SHOWS
  476. name_format: <<key_name>> #renames the collections for each streaming service to keep the title format for all collections the same. "Apple TV+ Shows" is renamed to "Apple TV+"
  477. #originals_only: true #only show the streaming service's original content
  478. exclude:
  479. - appletv
  480. - bet
  481. - britbox
  482. - crave
  483. - crunchyroll
  484. - discovery
  485. - disney
  486. - hayu
  487. - max
  488. - hulu
  489. - netflix
  490. - now
  491. - paramount
  492. - peacock
  493. - amazon
  494. - showtime
  495. sort_by: title.asc
  496. #####################
  497. #####################
  498. #IF YOUR COLLECTIONS HAVE DUPLICATES OR IF YOU HAVE RUN ANY OF MY PREVIOUS CONGIFS USE THE OPERATIONS SETTING TO DELETE ALL MANAGED COLLECTIONS AND START FRESH
  499. overlay_files:
  500. #- reset_overlays: plex #reset overlays to plex or tmdb
  501. - remove_overlays: false # Set this to true to remove all overlays
  502. - pmm: ribbon
  503. - pmm: resolution # Resolution overlays at shows level, Set the value to "true" if you want these formats on
  504. template_variables:
  505. use_1080p: true
  506. use_720p: true
  507. use_576p: false
  508. use_480p: false
  509. - pmm: resolution # Resolution overlays at season level, Set the value to "true" if you want these formats on
  510. template_variables:
  511. overlay_level: season
  512. use_1080p: true
  513. use_720p: true
  514. use_576p: false
  515. use_480p: false
  516. - pmm: resolution # Resolution overlays at episode level, Set the value to "true" if you want these formats on
  517. template_variables:
  518. overlay_level: episode
  519. use_1080p: true
  520. use_720p: true
  521. use_576p: false
  522. use_480p: false
  523. - pmm: audio_codec # Audio codec overlays at shows level, Set the value to "true" if you want these formats on. I recommend these setting to avoid too much clutter.
  524. template_variables:
  525. use_dtsx: true
  526. use_plus_atmos: true
  527. use_ma: true
  528. use_hra: true
  529. use_plus: true
  530. use_dtses: true
  531. use_dts: true
  532. use_digital: true
  533. use_pcm: true
  534. use_flac: true
  535. use_opus: true
  536. use_mp3: true
  537. use_aac: true
  538. horizontal_align: left
  539. vertical_align: bottom
  540. style: standard
  541. - pmm: audio_codec # Audio codec overlays at season level, Set the value to "true" if you want these formats on
  542. template_variables:
  543. use_dtsx: true
  544. use_plus_atmos: true
  545. use_ma: true
  546. use_hra: true
  547. use_plus: true
  548. use_dtses: true
  549. use_dts: true
  550. use_digital: true
  551. use_pcm: true
  552. use_flac: true
  553. use_opus: true
  554. use_mp3: true
  555. use_aac: true
  556. horizontal_align: left
  557. vertical_align: bottom
  558. style: standard
  559. overlay_level: season
  560. - pmm: audio_codec # Audio codec overlays at episode level, Set the value to "true" if you want these formats on
  561. template_variables:
  562. use_dtsx: true
  563. use_plus_atmos: true
  564. use_ma: true
  565. use_hra: true
  566. use_plus: true
  567. use_dtses: true
  568. use_dts: true
  569. use_digital: true
  570. use_pcm: true
  571. use_flac: true
  572. use_opus: true
  573. use_mp3: true
  574. use_aac: true
  575. horizontal_align: left
  576. vertical_align: bottom
  577. style: standard
  578. overlay_level: episode
  579. - pmm: ratings # Ratings overlays for TV Shows with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format.
  580. template_variables:
  581. rating1: critic
  582. rating1_image: rt_tomato
  583. rating1_font: config/overlays/fonts/Adlib.ttf
  584. rating1_font_size: 63
  585.  
  586. rating2: user
  587. rating2_image: imdb
  588. rating2_font: config/overlays/fonts/Impact.ttf
  589. rating2_font_size: 70
  590.  
  591. rating3: audience
  592. rating3_image: tmdb
  593. rating3_font: config/overlays/fonts/Avenir_95_Black.ttf
  594. rating3_font_size: 70
  595.  
  596. horizontal_position: right
  597. #- pmm: ratings # Ratings overlays for individual episodes of TV Shows
  598. #template_variables:
  599. #rating1: critic
  600. #rating1_image: imdb
  601. #rating1_font: config/overlays/fonts/Impact.ttf
  602. #rating1_font_size: 70
  603.  
  604. #rating2: audience
  605. #rating2_image: tmdb
  606. #rating2_font: config/overlays/fonts/Avenir_95_Black.ttf
  607. #rating2_font_size: 70
  608.  
  609. #horizontal_position: right
  610. #overlay_level: episode
  611. operations:
  612. #delete_collections: ##### IF YOUR COLLECTIONS SHOW DUPLICATES OR YOU USED MY PREVIOUS CONFIGS RUN THIS ONCE AND THEN DISABLE FOR A FRESH COLLECTION START.
  613. #configured: false ##### DO NOT MANUALLY DELETE THE COLLECTIONS BECAUSE THE "TAGS" PMM ASSIGNS WILL STILL BE ATTACHED TO YOUR SHOWS
  614. #managed: true
  615. #mass_poster_update: plex #resets posters to tmdb or plex
  616. mass_user_rating_update: mdb_imdb # This operation will update the user rating in plex with imdb ratings information gathered through mdblist.com (mdblist config required)
  617. mass_critic_rating_update: mdb_tomatoes # This operation will update the critic rating in plex with rotten tomatoes ratings information
  618. mass_audience_rating_update: mdb_tmdb # This operation will update the audience rating in plex with TMDb ratings information
  619. #mass_episode_critic_rating_update: mdb_imdb # Update critic ratings with imdb for episodes not needed for tautilli
  620. #mass_episode_audience_rating_update: mdb_tmdb # Update audience ratings with tmdb for episodes not needed for tautulli
  621. settings:
  622. cache: true
  623. cache_expiration: 60
  624. asset_directory: config/assets
  625. missing_path: config/missing
  626. asset_folders: false
  627. asset_depth: 0
  628. create_asset_folders: false
  629. prioritize_assets: false
  630. dimensional_asset_rename: false
  631. download_url_assets: false
  632. show_missing_season_assets: false
  633. show_missing_episode_assets: false
  634. show_asset_not_needed: false
  635. sync_mode: sync
  636. minimum_items: 1
  637. default_collection_order:
  638. delete_below_minimum: true
  639. delete_not_scheduled: false
  640. run_again_delay: 2
  641. missing_only_released: false
  642. only_filter_missing: false
  643. show_unmanaged: true
  644. show_filtered: false
  645. show_options: false
  646. show_missing: false
  647. show_missing_assets: true
  648. save_report: true
  649. tvdb_language: eng
  650. ignore_ids:
  651. ignore_imdb_ids:
  652. item_refresh_delay: 0
  653. playlist_sync_to_user: all
  654. playlist_exclude_user:
  655. playlist_report: false
  656. verify_ssl: true
  657. custom_repo:
  658. check_nightly: false
  659. show_unconfigured: true
  660. playlist_exclude_users:
  661. run_order:
  662. - operations
  663. - metadata
  664. - collections
  665. - overlays
  666. #webhooks: # This is a webhook for notifiarr.
  667. #error:
  668. #version:
  669. #run_start:
  670. #run_end:
  671. #changes:
  672. #delete:
  673. overlay_artwork_filetype: jpg
  674. overlay_artwork_quality:
  675. plex: # Can be individually specified per library as well; REQUIRED for the script to run
  676. url: ********:32400 #fill in your IP address here ex 192.168.1.2 or 127.0.0.2 or whatever ip you use to access plex locally.
  677. token: KEHRsrFg1BXD-JWYVdKV
  678. timeout: 60
  679. clean_bundles: true
  680. empty_trash: true
  681. optimize: false
  682. #notifiarr:
  683. #apikey: xxxxxxxxxxxxxxxxxxxxxxxxxx
  684. verify_ssl:
  685. db_cache:
  686. tmdb: # REQUIRED for the script to run you need to create an account on tmdb.com
  687. apikey: ***********
  688. language: en
  689. cache_expiration: 60
  690. region:
  691. trakt: # Some collections (Star Trek) will pull from trakt and will require you to create an account
  692. client_id: ####################
  693. client_secret: ####################
  694. pin:
  695. authorization:
  696. # everything below is autofilled by the script
  697. access_token:
  698. token_type:
  699. expires_in:
  700. refresh_token:
  701. scope: public
  702. created_at:
  703. mdblist: # REQUIRED for the script to run you need to create an account on mdblist.com, you can create an account with trakt and link it.
  704. apikey: ***************
  705. cache_expiration: 60
  706.  
  707.  
Advertisement
Add Comment
Please, Sign In to add comment