Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. {
  2. "automatic": {
  3. "movies": {
  4. "anticipated": 5,
  5. "boxoffice": 3,
  6. "interval": 20,
  7. "popular": 0,
  8. "trending": 0
  9. },
  10. "shows": {
  11. "anticipated": 0,
  12. "interval": 0,
  13. "popular": 0,
  14. "trending": 0
  15. }
  16. },
  17. "core": {
  18. "debug": false
  19. },
  20. "filters": {
  21. "movies": {
  22. "allowed_countries": [
  23. "us",
  24. "ca",
  25. ],
  26. "allowed_languages": [],
  27. "blacklist_title_keywords": [],
  28. "blacklisted_genres": [],
  29. "blacklisted_max_year": 2020,
  30. "blacklisted_min_runtime": 60,
  31. "blacklisted_min_year": 2000,
  32. "blacklisted_tmdb_ids": [],
  33. "disabled_for": [],
  34. "rating_limit": ""
  35. },
  36. "shows": {
  37. "allowed_countries": [],
  38. "allowed_languages": [],
  39. "blacklisted_genres": [],
  40. "blacklisted_max_year": 2019,
  41. "blacklisted_min_runtime": 15,
  42. "blacklisted_min_year": 2000,
  43. "blacklisted_networks": [],
  44. "blacklisted_tvdb_ids": [],
  45. "disabled_for": []
  46. }
  47. },
  48. "notifications": {
  49. "verbose": true
  50. },
  51. "omdb": {
  52. "api_key": ""
  53. },
  54. "radarr": {
  55. "api_key": "Here",
  56. "minimum_availability": "released",
  57. "profile": "HD - 720p/1080p",
  58. "root_folder": "/movies/",
  59. "url": "http://10.10.20.21:7878/"
  60. },
  61. "sonarr": {
  62. "api_key": "",
  63. "profile": "HD-1080p",
  64. "root_folder": "/tv/",
  65. "tags": {},
  66. "url": "http://localhost:8989/"
  67. },
  68. "trakt": {
  69. "client_id": "Here",
  70. "client_secret": "Here"
  71. }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement