-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtitles.json
More file actions
224 lines (224 loc) · 3.89 KB
/
titles.json
File metadata and controls
224 lines (224 loc) · 3.89 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
{
"titles": [
{
"type": "book",
"name": "A Study in Scarlet"
},
{
"type": "book",
"name": "Casino Royale (Novel)"
},
{
"type": "book",
"name": "Creative Selection"
},
{
"type": "book",
"name": "Foundation"
},
{
"type": "book",
"name": "Foundation and Empire"
},
{
"type": "book",
"name": "From Russia with Love"
},
{
"type": "book",
"name": "Goldfinger (Novel)"
},
{
"type": "book",
"name": "Mona Lisa Overdrive"
},
{
"type": "book",
"name": "Neuromancer"
},
{
"type": "book",
"name": "Second Foundation (Novel)"
},
{
"type": "book",
"name": "Smiley's People"
},
{
"type": "book",
"name": "The Adventure of the Speckled Band"
},
{
"type": "book",
"name": "The Count of Monte Cristo"
},
{
"type": "book",
"name": "The Fellowship of the Ring"
},
{
"type": "book",
"name": "The Godfather"
},
{
"type": "book",
"name": "The Hobbit"
},
{
"type": "book",
"name": "The Hound of the Baskervilles"
},
{
"type": "book",
"name": "The Last Continent"
},
{
"type": "book",
"name": "The Lies of Locke Lamora"
},
{
"type": "book",
"name": "The Light Fantastic"
},
{
"type": "book",
"name": "The Return of the King"
},
{
"type": "book",
"name": "The Two Towers"
},
{
"type": "book",
"name": "Tinker, Tailor, Soldier, Spy"
},
{
"type": "franchise",
"name": "Back to the Future"
},
{
"type": "franchise",
"name": "Batman"
},
{
"type": "franchise",
"name": "Burton/Schumacher Batman Films"
},
{
"type": "franchise",
"name": "Discworld"
},
{
"type": "franchise",
"name": "Foundation Series"
},
{
"type": "franchise",
"name": "Gentleman Bastard Series"
},
{
"type": "franchise",
"name": "George Smiley Series"
},
{
"type": "franchise",
"name": "Karla Trilogy"
},
{
"type": "franchise",
"name": "Middle-earth"
},
{
"type": "franchise",
"name": "Sprawl Trilogy"
},
{
"type": "franchise",
"name": "The Batman (Reeves)"
},
{
"type": "franchise",
"name": "The Dark Knight Trilogy"
},
{
"type": "franchise",
"name": "The Godfather Trilogy"
},
{
"type": "franchise",
"name": "The Lord of the Rings"
},
{
"type": "movie",
"name": "Back to the Future"
},
{
"type": "movie",
"name": "Back to the Future Part II"
},
{
"type": "movie",
"name": "Back to the Future Part III"
},
{
"type": "movie",
"name": "Batman"
},
{
"type": "movie",
"name": "Batman Begins"
},
{
"type": "movie",
"name": "Batman Returns"
},
{
"type": "movie",
"name": "Inception"
},
{
"type": "movie",
"name": "Interstellar"
},
{
"type": "movie",
"name": "Oppenheimer"
},
{
"type": "movie",
"name": "Tenet"
},
{
"type": "movie",
"name": "The Batman"
},
{
"type": "movie",
"name": "The Dark Knight"
},
{
"type": "movie",
"name": "The Dark Knight Rises"
},
{
"type": "movie",
"name": "The Godfather (Film)"
},
{
"type": "movie",
"name": "The Godfather Coda: The Death of Michael Corleone"
},
{
"type": "movie",
"name": "The Godfather Part II"
},
{
"type": "movie",
"name": "The Godfather Part III"
},
{
"type": "movie",
"name": "The Prestige"
}
]
}