Advertisement
Guest User

Untitled

a guest
Jan 1st, 2022
15,568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ## This file is a template remove the .template to use the file
  2.  
  3. libraries: # Library mappings must have a colon (:) placed after them
  4. Movies:
  5. metadata_path:
  6. - file: config/Movies.yml
  7. TV Shows:
  8. metadata_path:
  9. - file: config/TV.yml
  10. settings: # Can be individually specified per library as well
  11. cache: true
  12. cache_expiration: 60
  13. asset_directory: config/assets
  14. asset_folders: true
  15. assets_for_all: false
  16. sync_mode: append
  17. show_unmanaged: true
  18. show_filtered: false
  19. show_missing: true
  20. save_missing: true
  21. run_again_delay: 2
  22. missing_only_released: false
  23. create_asset_folders: false
  24. collection_minimum: 1
  25. delete_below_minimum: false
  26. tvdb_language: default
  27. show_missing_assets: true
  28. asset_depth: 0
  29. dimensional_asset_rename: false
  30. show_missing_season_assets: false
  31. delete_not_scheduled: false
  32. only_filter_missing: false
  33. show_options: false
  34. ignore_ids:
  35. ignore_imdb_ids:
  36. playlist_sync_to_user: all
  37. plex: # Can be individually specified per library as well
  38. url: http://xxxxxxxxxxxxxxxxx
  39. token: xxxxxxxxxxxxxxxx
  40. timeout: 60
  41. clean_bundles: false
  42. empty_trash: false
  43. optimize: false
  44. tmdb:
  45. apikey: xxxxxxxxxxxxxxxxxxxxxx
  46. language: en
  47. trakt:
  48. client_id: xxxxxxxxxxxxxxxxxxxxxxxxxx
  49. client_secret: xxxxxxxxxxxxxxxxxxxxxxxx
  50. authorization:
  51. access_token: xxxxxxxxxxxxxxxxxx
  52. token_type: xxxxxxxx
  53. expires_in: xxxxxxxxxxxxxxxxxx
  54. refresh_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  55. scope: public
  56. created_at: xxxxxxxxxxx
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement