Advertisement
Guest User

Traktarr

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