Advertisement
Guest User

Untitled

a guest
Jan 6th, 2024
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. libraries: # This is called out once within the config.yml file
  2. Movies: # These are names of libraries in your Plex
  3. metadata_path:
  4. - pmm: basic # This is a file within PMM's defaults folder
  5. - pmm: imdb # This is a file within PMM's defaults folder
  6. - pmm: tmdb
  7. - pmm: oscars
  8. - pmm: universe
  9. - pmm: seasonal
  10. - ppm: ratings
  11. # see the wiki for how to use local files, folders, URLs, or files from git
  12. overlay_path:
  13. - remove_overlays: false
  14. - reapply_overlays: true
  15. - pmm: flixpatrol
  16. - pmm: resolution
  17. template_variables:
  18. vertical_align: top
  19. horizontal_align: left
  20. - pmm: ratings
  21. template_variables:
  22. rating1: critic
  23. rating1_image: rt_tomato
  24. rating2: audience
  25. rating2_image: metacritic
  26. rating2_extra: "%"
  27. rating3: user
  28. rating3_image: imdb
  29.  
  30. horizontal_position: right
  31. vertical_position: center
  32. operations:
  33. mass_critic_rating_update: mdb_tomatoes
  34. mass_user_rating_update: mdb_imdb
  35. mass_audience_rating_update: mdb_metacritic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement