-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.json.template
More file actions
36 lines (36 loc) · 1019 Bytes
/
conf.json.template
File metadata and controls
36 lines (36 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"assets" : {
"movies" : {
"location" : "/path/to/Movies/",
"saved_data" : "./_data/movie_data.json",
"index_asset" : true,
"max_assets" : 9999,
"max_assets_chunk" : 9999
},
"series" : {
"location" : "/path/to/Television/",
"saved_data" : "./_data/series_data.json",
"index_asset" : true,
"max_assets" : 9999,
"max_assets_chunk" : 9999
},
"standup" : {
"location" : "/path/to/Stand Up/",
"saved_data" : "./_data/standup_data.json",
"index_asset" : true,
"max_assets" : 9999,
"max_assets_chunk" : 9999
}
},
"exclude_files" : [
"Example Collection (2024)",
"Example Collection (2024).mkv"
],
"include_extensions": [
"avi", "divx", "m4v", "mkv", "mov", "mp4", "mpeg", "mpg", "ogm", "qt", "rm", "ts", "wmv"
],
"file_override": {
},
"pause_time_sec" : 8,
"imdb_source" : "IMDB_SUGGEST"
}