-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchannels.json.example
More file actions
63 lines (63 loc) · 1.57 KB
/
Copy pathchannels.json.example
File metadata and controls
63 lines (63 loc) · 1.57 KB
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
61
62
63
{
"channels": [
{
"number": 10,
"name": "Breaking Bad 24/7",
"shuffle": "ordered",
"content": ["Breaking Bad"]
},
{
"number": 11,
"name": "The Office Marathon",
"shuffle": "ordered",
"content": ["The Office (US)"]
},
{
"number": 20,
"name": "Crime TV",
"shuffle": "shuffle",
"content": ["Breaking Bad", "The Wire", "Ozark", "Mindhunter", "True Detective"]
},
{
"number": 21,
"name": "Comedy Block",
"shuffle": "shuffle",
"content": ["The Office (US)", "Parks and Recreation", "Seinfeld", "It's Always Sunny in Philadelphia"]
},
{
"number": 30,
"name": "Action Movies",
"shuffle": "shuffle",
"content": ["Die Hard", "Mad Max: Fury Road", "John Wick", "The Dark Knight", "Aliens"]
},
{
"number": 31,
"name": "90s Movies",
"shuffle": "shuffle",
"content": ["Pulp Fiction", "The Shawshank Redemption", "Goodfellas", "Fargo", "Heat"]
},
{
"number": 50,
"name": "Alien Franchise",
"shuffle": "ordered",
"content": ["Alien", "Aliens", "Alien 3", "Alien Resurrection", "Prometheus", "Alien: Covenant"]
},
{
"number": 80,
"name": "Criterion Collection",
"shuffle": "shuffle",
"content": [{"collection": "Criterion Collection"}]
},
{
"number": 81,
"name": "Staff Picks",
"shuffle": "shuffle",
"content": [
"Parasite",
{"collection": "A24 Films"}
]
}
],
"orphaned": [],
"suggested_channels": []
}