settings.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "secret": "fZGpA7aqSmPHqu25dk7389NMGTnZyzBo",
  3. "tmdbApiKey": "d14f485c9f702e6541547b6c9ed695da",
  4. "dateFormat": "MMM DD YYYY HH:mm a",
  5. "yearFormat": "YYYY",
  6. "logLevel": 1,
  7. "test": true,
  8. "defaults": {
  9. "preset": "Fast 1080p30",
  10. "clean": {},
  11. "titlecase": false,
  12. "folder": false,
  13. "database": "data/db.json"
  14. },
  15. "activity": {
  16. "file": "data/activity.json"
  17. },
  18. "watcher": {
  19. "ignored": "(^|[/\\])..|([s|S]ample.*)|(SAMPLE.*)",
  20. "ignoreInitial": false,
  21. "persistent": true,
  22. "usePolling": true,
  23. "interval": 10000,
  24. "depth": 1,
  25. "awaitWriteFinish": {
  26. "stabilityThreshold": 3000,
  27. "pollInterval": 1000
  28. },
  29. "ignorePermissionErrors": false,
  30. "atomic": true
  31. },
  32. "queue": {
  33. "batchSize": 1,
  34. "concurrent": 1,
  35. "maxRetries": 3,
  36. "retryDelay": 5000,
  37. "deleteOnFail": true
  38. },
  39. "genre": {
  40. "translations": {
  41. "Action": ["Adventure"],
  42. "Suspense Thriller": ["Crime", "Mystery", "Suspense", "Thriller"],
  43. "Sci-fi": ["Science Fiction", "Science fiction", "Speculative"],
  44. "Drama": ["Historical", "Historical Fiction", "Historical fiction", "Political", "Saga", "Satire", "Social", "Urban"]
  45. },
  46. "combinations": {
  47. "Romantic Comedy": ["Romance", "Comedy"]
  48. },
  49. "weights": {
  50. "Horror": 10,
  51. "Sci-fi": 8,
  52. "Action": 6,
  53. "Fantasy": 4,
  54. "Comedy": 3,
  55. "Western": 2
  56. }
  57. },
  58. "titlecase": {
  59. "lowers": [
  60. "A",
  61. "An",
  62. "The",
  63. "And",
  64. "But",
  65. "Or",
  66. "For",
  67. "Nor",
  68. "As",
  69. "At",
  70. "By",
  71. "For",
  72. "From",
  73. "In",
  74. "Into",
  75. "Near",
  76. "Of",
  77. "On",
  78. "Onto",
  79. "To",
  80. "With"
  81. ],
  82. "uppers": ["Id", "Tv"]
  83. }
  84. }