| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "secret": "fZGpA7aqSmPHqu25dk7389NMGTnZyzBo",
- "tmdbApiKey": "d14f485c9f702e6541547b6c9ed695da",
- "dateFormat": "MMM DD YYYY HH:mm a",
- "yearFormat": "YYYY",
- "logLevel": 1,
- "test": true,
- "defaults": {
- "preset": "Fast 1080p30",
- "clean": {},
- "titlecase": false,
- "folder": false,
- "database": "data/db.json"
- },
- "activity": {
- "file": "data/activity.json"
- },
- "watcher": {
- "ignored": "(^|[/\\])..|([s|S]ample.*)|(SAMPLE.*)",
- "ignoreInitial": false,
- "persistent": true,
- "usePolling": true,
- "interval": 10000,
- "depth": 1,
- "awaitWriteFinish": {
- "stabilityThreshold": 3000,
- "pollInterval": 1000
- },
- "ignorePermissionErrors": false,
- "atomic": true
- },
- "queue": {
- "batchSize": 1,
- "concurrent": 1,
- "maxRetries": 3,
- "retryDelay": 5000,
- "deleteOnFail": true
- },
- "genre": {
- "translations": {
- "Action": ["Adventure"],
- "Suspense Thriller": ["Crime", "Mystery", "Suspense", "Thriller"],
- "Sci-fi": ["Science Fiction", "Science fiction", "Speculative"],
- "Drama": ["Historical", "Historical Fiction", "Historical fiction", "Political", "Saga", "Satire", "Social", "Urban"]
- },
- "combinations": {
- "Romantic Comedy": ["Romance", "Comedy"]
- },
- "weights": {
- "Horror": 10,
- "Sci-fi": 8,
- "Action": 6,
- "Fantasy": 4,
- "Comedy": 3,
- "Western": 2
- }
- },
- "titlecase": {
- "lowers": [
- "A",
- "An",
- "The",
- "And",
- "But",
- "Or",
- "For",
- "Nor",
- "As",
- "At",
- "By",
- "For",
- "From",
- "In",
- "Into",
- "Near",
- "Of",
- "On",
- "Onto",
- "To",
- "With"
- ],
- "uppers": ["Id", "Tv"]
- }
- }
|