-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig_sample
60 lines (60 loc) · 1.34 KB
/
config_sample
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"provider":{
"name":"Verizon",
"username":"username",
"password":"password"
},
"home_directory":"/Volumes/Public/Video/TV Shows/",
"shows": [
{
"network": "abc",
"url": "http://abc.go.com/shows/modern-family/episode-guide"
},
{
"network": "abc",
"url": "http://abc.go.com/shows/marvels-agents-of-shield/episode-guide",
"series_directory": "Marvel/Agents of S.H.I.E.L.D."
},
{
"network": "abc",
"url": "http://abc.go.com/shows/designated-survivor/episode-guide/"
},
{
"network": "fox",
"url": "http://www.fox.com/gotham/full-episodes",
"show_name": "Gotham"
},
{
"network": "fox",
"url": "http://www.fox.com/new-girl/full-episodes",
"show_name": "New Girl"
},
{
"network": "fox",
"url": "http://www.fox.com/family-guy/full-episodes",
"show_name": "Family Guy"
},
{
"network": "fox",
"url": "http://www.fox.com/lucifer/full-episodes",
"show_name": "Lucifer"
},
{
"network": "fox",
"url": "http://www.fox.com/pitch/full-episodes",
"show_name": "Pitch"
},
{
"network": "fox",
"url": "http://www.fox.com/son-of-zorn/full-episodes",
"show_name": "Son of Zorn"
},
{
"network": "fox",
"network": "nbc",
"url": "http://www.nbc.com/timeless/episodes",
"show_name": "Timeless"
},
}
]
}