-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
20 lines (18 loc) · 833 Bytes
/
settings.json
File metadata and controls
20 lines (18 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"pushbulletkey": "insert your pushbullet API key here",
"tvnamerconfig_path": "volumeXX/path/to/tvnamer config/tvnamerconfig.json",
"live":{
"filetypes": ["*.avi", "*.mkv", "*.mp4", "*.wmv"],
"pathAsInDb": "Downloads/showdownloads_inbox",
"downloadPath": "/volume1/Downloads/showdownloads_inbox/",
"destinationPath": "/volume1/Video/Inbox/",
"archivePath": "/volume1/Video/Shows/"
},
"test":{"filetypes": ["*.txt"],
"pathAsInDb": "volume1/Video/Testing/showdownloads_inbox",
"downloadPath": "/volume1/Video/Testing/showdownloads_inbox/",
"destinationPath": "/volume1/Video/Testing/Inbox/",
"archivePath": "/volume1/Video/Testing/Shows/",
"mockDbFile": "/volume1/Video/Testing/mockdb.txt"
}
}