-
Notifications
You must be signed in to change notification settings - Fork 2
/
dot_mnamer-v2.json
43 lines (43 loc) · 935 Bytes
/
dot_mnamer-v2.json
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
37
38
39
40
41
42
43
{
"api_key_omdb": null,
"api_key_tmdb": null,
"api_key_tvdb": null,
"api_key_tvmaze": null,
"batch": false,
"episode_api": "tvmaze",
"episode_directory": "./{series} ({year})",
"episode_format": "{series} S{season:02}E{episode:02} {title}{extension}",
"hits": 5,
"ignore": [
".*sample.*",
"^RARBG.*"
],
"language": null,
"lower": false,
"mask": [
".avi",
".m4v",
".mp4",
".mkv",
".ts",
".wmv",
".srt",
".idx",
".sub"
],
"movie_api": "tmdb",
"movie_directory": "./{name} ({year})",
"movie_format": "{name} ({year}).{extension}",
"no_guess": true,
"no_overwrite": true,
"no_style": false,
"recurse": true,
"replace_after": {
"&": "and",
";": ",",
"@": "at"
},
"replace_before": {},
"scene": false,
"verbose": false
}