Rev 192 | Rev 203 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
26 | PointedEar | 1 | <?php |
32 | PointedEar | 2 | include_once 'includes/x-files.php'; |
3 | include_once 'includes/alf.php'; |
||
4 | include_once 'includes/andromeda.php'; |
||
5 | include_once 'includes/battlestar-galactica.php'; |
||
6 | include_once 'includes/big-bang-theory.php'; |
||
7 | include_once 'includes/buffy.php'; |
||
29 | PointedEar | 8 | include_once 'includes/castle.php'; |
32 | PointedEar | 9 | include_once 'includes/charmed.php'; |
10 | include_once 'includes/columbo.php'; |
||
11 | include_once 'includes/dead-zone.php'; |
||
12 | include_once 'includes/efc.php'; |
||
13 | include_once 'includes/frasier.php'; |
||
14 | include_once 'includes/futurama.php'; |
||
172 | PointedEar | 15 | include_once 'includes/glee.php'; |
32 | PointedEar | 16 | include_once 'includes/heroes.php'; |
17 | include_once 'includes/house.php'; |
||
18 | include_once 'includes/macgyver.php'; |
||
19 | include_once 'includes/monk.php'; |
||
192 | PointedEar | 20 | include_once 'includes/moonlighting.php'; |
32 | PointedEar | 21 | include_once 'includes/numb3rs.php'; |
22 | include_once 'includes/psych.php'; |
||
23 | include_once 'includes/quantum-leap.php'; |
||
192 | PointedEar | 24 | include_once 'includes/remington-steele.php'; |
32 | PointedEar | 25 | include_once 'includes/scrubs.php'; |
26 | include_once 'includes/seaquest.php'; |
||
27 | include_once 'includes/simpsons.php'; |
||
192 | PointedEar | 28 | include_once 'includes/sliders.php'; |
32 | PointedEar | 29 | include_once 'includes/stargate.php'; |
30 | include_once 'includes/star-trek-tos.php'; |
||
41 | PointedEar | 31 | include_once 'includes/star-trek-tng.php'; |
32 | PointedEar | 32 | include_once 'includes/superman.php'; |
33 | include_once 'includes/time-trax.php'; |
||
172 | PointedEar | 34 | include_once 'includes/true-blood.php'; |
32 | PointedEar | 35 | |
36 | $serien = array_merge($serien, array( |
||
37 | '<span class="buffy"><span class="title">Buffy</span><span class="hidden">' |
||
38 | . ' – </span><span class="subtitle">the Vampire Slayer</span></span>' => &$buffy, |
||
39 | |||
40 | '<span class="castle">Castle</span>' => &$castle, |
||
41 | |||
51 | PointedEar | 42 | '<span class="charmed"><span class="circle"></span><span class="arc3"></span><span class="c">C</span><span>harmed</span></span>' => &$charmed, |
32 | PointedEar | 43 | |
44 | '<span class="columbo">Columbo</span>' => &$columbo, |
||
45 | // '<span class="columbo">Columbo</span> (de)' => &$columbo_de, |
||
46 | |||
47 | '<span class="countdown-x"><span class="title">Countdown X</span>' |
||
48 | . ' –<span class="subtitle">Alarm im All</span></span>' => array( |
||
172 | PointedEar | 49 | 'ignore' => true, |
50 | // 'channel' => 'Tele 5', |
||
51 | // 'showtimes' => 'Di–Sa 04:20', |
||
32 | PointedEar | 52 | 'seen' => array(4, 6), |
172 | PointedEar | 53 | // 'last_seen' => mktime(3, 45, 0, 12, 21, 2010), |
32 | PointedEar | 54 | 'seasons' => array(21), |
55 | 'episode_list' => 'http://www.imdb.de/title/tt0115126/episodes', |
||
56 | 'episodes' => array( |
||
172 | PointedEar | 57 | 1 => 'Pilot', |
58 | 2 => 'In Friends We Trust', |
||
59 | 3 => 'No Fear', |
||
60 | 4 => 'Gerüchte (Just a Rumor)', |
||
61 | 5 => 'Play Astronaut for Me', |
||
62 | 6 => 'Countdown mit Hindernissen (Lost in Space)', |
||
63 | 7 => 'Affären (Family Values)', |
||
64 | 8 => 'Ruhet in Frieden (Buried in Peace)', |
||
65 | 9 => 'Fremdes Leben (The Need to Know)', |
||
32 | PointedEar | 66 | 10 => "Giftige Gase (Reggie's Wild Ride)", |
67 | 11 => 'Die Bombendrohung (Burning Fuse)', |
||
68 | 12 => 'Ahnungslos im Einsatz (Judgment Call)', |
||
172 | PointedEar | 69 | 13 => 'The Accusation', |
32 | PointedEar | 70 | 14 => 'Erscheinungen (Interpretations)', |
71 | 15 => 'Der Hurrikan (Hurricane)', |
||
72 | 16 => 'Eine schwierige Entscheidung (The Last to Know)', |
||
73 | 17 => 'Der kleine Prinz (The Astronaut Formerly Known as Prince)', |
||
74 | 18 => 'Spionage (Enemy Within)', |
||
75 | 19 => 'Die Zeitkapsel (Just Like Old Times)', |
||
76 | 20 => 'Katastrophe auf der MIR – Teil 1 (Mir, Mir Off the Wall, Part 1)', |
||
77 | 21 => 'Katastrophe auf der MIR – Teil 2 (Mir, Mir Off the Wall, Part 2)' |
||
78 | ) |
||
79 | ), |
||
80 | |||
29 | PointedEar | 81 | '<span class="dead-zone"><span class="text"><span class="dead">Dead</span> |
172 | PointedEar | 82 | <span class="zone">Zone</span></span></span>' => &$dead_zone, |
32 | PointedEar | 83 | |
84 | '<span class="doctor-who"><span class="gradient"><span class="gradient2">' |
||
85 | . '<span class="gradient3">Doctor Who</span></span></span></span> (9–11)' => array( |
||
192 | PointedEar | 86 | // 'ignore' => true, |
87 | 'channel' => 'online', |
||
88 | // 'showtimes' => 'Fr 20:00', |
||
89 | 'seen' => array(array(1, 6), 42, 56, array(60, 62)), |
||
90 | // 'last_seen' => mktime(20, 0, 0, 12, 19, 2011), |
||
32 | PointedEar | 91 | 'seasons' => array( |
92 | 13, 'Special 2005' => 1, |
||
93 | 13, 'Special 2006' => 1, |
||
94 | 13, 'Special 2007' => 1, |
||
95 | 13, 'Special 2008–2010' => 4, |
||
96 | 13, 'Special 2010' => 1, |
||
97 | 13, 'Special 2011' => 1 |
||
98 | ), |
||
99 | 'episode_list' => 'wiki:en:List_of_Doctor_Who_serials#Ninth_Doctor', |
||
100 | 'episodes' => array( |
||
28 | PointedEar | 101 | 1 => "Rose", |
32 | PointedEar | 102 | 2 => "The End of the World", |
103 | 3 => "The Unquiet Dead", |
||
28 | PointedEar | 104 | 4 => "Aliens of London", |
172 | PointedEar | 105 | 5 => "World War Three", |
106 | 6 => "Dalek", |
||
107 | 7 => "The Long Game", |
||
108 | 8 => "Father's Day", |
||
109 | 9 => "The Empty Child", |
||
110 | 10 => "The Doctor Dances", |
||
111 | 11 => "Boom Town", |
||
32 | PointedEar | 112 | 12 => "Bad Wolf", |
172 | PointedEar | 113 | 13 => "The Parting of the Ways", |
114 | |||
32 | PointedEar | 115 | 14 => "The Christmas Invasion", |
116 | |||
172 | PointedEar | 117 | 15 => "New Earth", |
118 | 28 => "The Runaway Bride", |
||
32 | PointedEar | 119 | |
172 | PointedEar | 120 | 29 => "Smith and Jones", |
32 | PointedEar | 121 | 42 => "Voyage of the Damned (17.12.2011)", |
172 | PointedEar | 122 | 43 => "Partners in Crime", |
32 | PointedEar | 123 | |
124 | 56 => "The Next Doctor (19.12.2011)", |
||
172 | PointedEar | 125 | 57 => "Planet of the Dead", |
126 | 58 => "The Waters of Mars", |
||
32 | PointedEar | 127 | 59 => "The End of Time (20.12.2011)", |
128 | |||
129 | 60 => 'The Eleventh Hour (18.06.2011 03:45)', |
||
130 | 61 => 'The Beast Below (17.06.2011 21:05)', |
||
131 | 62 => 'Victory of the Daleks (20.06.2011 20:00)', |
||
132 | 63 => 'The Time of Angels (21.06.2011 04:30)', |
||
133 | 64 => 'Flesh and Stone (02.07.2011 04:15)', |
||
134 | 65 => 'The Vampires of Venice (04.07.2011 20:00)', |
||
135 | 66 => "Amy's Choice (07.07.2011 04:35)", |
||
136 | 67 => 'The Hungry Earth (11.07.2011 20:00)', |
||
137 | 68 => 'Cold Blood', |
||
138 | 69 => 'Vincent and the Doctor (22.07.2011 20:00)', |
||
139 | 70 => 'The Lodger', |
||
140 | 71 => 'The Pandorica Opens', |
||
141 | 72 => 'The Big Bang', |
||
142 | 73 => 'A Christmas Carol (22.12.2011)', |
||
143 | |||
144 | 74 => 'The Impossible Astronaut', |
||
145 | 75 => 'Day of the Moon', |
||
146 | 76 => 'The Curse of the Black Spot (13.05.2011 20:00)', |
||
147 | 77 => "The Doctor's Wife", |
||
148 | 78 => 'The Rebel Flesh', |
||
149 | 79 => 'The Almost People', |
||
150 | 80 => 'A Good Man Goes to War (06.06.2011 05:25, 10.06.2011 21:00)', |
||
151 | 81 => "Let's Kill Hitler", |
||
152 | 82 => 'Night Terrors', |
||
153 | 83 => 'The Girl Who Waited', |
||
154 | 84 => 'The God Complex (19.09.2011)', |
||
155 | 85 => 'Closing Time (24.09.2011)', |
||
156 | 86 => 'The Wedding of River Song (01.10.2011)', |
||
157 | 87 => "The Doctor, the Widow and the Wardrobe (25.12.2011)", |
||
158 | ) |
||
159 | ), |
||
160 | |||
161 | '<span class="efc"><span class="gr">Gene Roddenberry\'s</span>' |
||
162 | . ' <span class="earth"><span class="gradient">Eart<span class="h">h</span></span></span>' |
||
163 | . '<span class="hidden">:</span>' |
||
164 | . ' <span class="fc">Final Conflict</span><span class="glare"></span></span>' => &$efc, |
||
165 | |||
166 | '<span class="eureka"><span class="eur">Eur</span><span class="e">e</span>' |
||
167 | . '<span class="ka">ka</span></span></span>' => array( |
||
172 | PointedEar | 168 | // 'ignore' => true, |
32 | PointedEar | 169 | 'channel' => 'online', |
170 | // 'showtimes' => 'Mo 20:15', |
||
192 | PointedEar | 171 | 'seen' => array(array(1, 10)), |
188 | PointedEar | 172 | 'seasons' => array(12, 13, 18, 21, 14), |
32 | PointedEar | 173 | 'episode_list' => 'wiki:en:List_of_Eureka_episodes', |
174 | 'episodes' => array( |
||
175 | 1 => 'Pilot (Am Ende der Zeit)', |
||
176 | 2 => 'Many Happy Returns (S.A.R.A.H)', |
||
177 | 3 => "Before I Forget (Sommernachtstraumsinvasion)", |
||
178 | 4 => "Alienated (Angriff der Außerirdischen)", |
||
179 | 5 => "Invincible (Unbesiegbar)", |
||
180 | 6 => "Dr. Nobel", |
||
181 | 7 => "Blink (Auf Speed)", |
||
182 | 8 => "Right as Raynes (Der Weihnachts-Virus)", |
||
183 | 9 => "Primal (Urinstinkte)", |
||
184 | 10 => "Purple Haze (Pollenflug)", |
||
185 | 11 => "H.O.U.S.E. Rules (Hausordnung)", |
||
186 | 12 => "Once in a Lifetime (Einmal im Leben)", |
||
187 | |||
188 | 13 => "Die brennenden Wissenschaftler (Phoenix Rising)", |
||
189 | 14 => "Gefangen im Kraftfeld (Try, Try Again)", |
||
190 | 15 => "Stürmische Zeiten (Unpredictable)", |
||
191 | 16 => "Das verrückte Licht (Games People Play)", |
||
192 | 17 => "Achtung Meteoriten (Duck, Duck Goose)", |
||
193 | 18 => "Ansteckende Träume (Noche de Sueños)", |
||
194 | 19 => "Familientreffen (Family Reunion)", |
||
195 | 20 => "Voll blöd (E = MC…?)", |
||
196 | 21 => "Der unsichtbare Erste (Sight Unseen)", |
||
197 | 22 => "Das Tor zur Ewigkeit (God is in the Details)", |
||
198 | 23 => "Unwiderstehlich (Maneater)", |
||
199 | 24 => "Der Fluch des Alchimisten (All that Glitters)", |
||
200 | 25 => "Eine Nacht bei Global Dynamics (A Night in Global Dynamics)", |
||
201 | |||
202 | 26 => "Martha, sei nicht zickig (Bad to the Drone)", |
||
203 | 27 => "Re-Evolution (What About Bob?)", |
||
204 | 28 => "Braver Hund! (Best in Faux)", |
||
205 | 29 => "Die Zeitschleife (I Do Over)", |
||
206 | 30 => "Fargo und Königin Nyota (Show Me the Mummy)", |
||
207 | 31 => "Captain Eureka (Phased and Confused)", |
||
208 | 32 => "Sonnige Zeiten (Here Come the Suns)", |
||
209 | 33 => "In Ewigkeit Angst (From Fear to Eternity)", |
||
210 | 34 => "Willkommen zurück, Carter (Welcome Back Carter)", |
||
211 | 35 => "Dein Gesicht oder meins? (Your Face or Mine?)", |
||
212 | 36 => "Die fünfte Dimension (Insane in the P-Brane)", |
||
213 | 37 => "Es ist nicht leicht, grün zu sein (It Ain't Easy Being Green)", |
||
214 | 38 => "Wenn ihr gebaut habt, kommen sie (If You Build It…)", |
||
215 | 39 => "Ein Schiff kommt selten allein (Ship Happens)", |
||
216 | 40 => "Wasser marsch! (Shower the People)", |
||
217 | 41 => "Wer ist Jack? (You Don't Know Jack)", |
||
218 | 42 => "Eiszeit in Eureka (Have an Ice Day)", |
||
219 | 43 => "Nemesis (What Goes Around Comes Around)", |
||
220 | |||
221 | 44 => "Gründertag (Founder’s Day)", |
||
222 | 45 => "Der große, rote Elf (A New World)", |
||
223 | 46 => "Lyncht Fargo (All the Rage)", |
||
224 | 47 => "Die Knallgasreaktion (The Story of O2)", |
||
225 | 48 => "Der menschliche Magnet (Crossing Over)", |
||
226 | 49 => "Glamour-Camping (Momstrosity)", |
||
227 | 50 => "Hausbau mit Hindernissen (Stoned)", |
||
228 | 51 => "Akte Ex (The Ex-Files)", |
||
188 | PointedEar | 229 | 52 => "I'll Be Seeing You", |
230 | 53 => "Stille Stadt, heilige Stadt (O Little Town…)", |
||
32 | PointedEar | 231 | 54 => "Abgehoben (Liftoff)", |
232 | 55 => "Reprise", |
||
233 | 56 => "Ein Blick in die Zukunft (Glimpse)", |
||
234 | 57 => "Guten Flug! (Up in the Air)", |
||
235 | 58 => "Omega Girls", |
||
236 | 59 => "Milben und Kraniche (Of Mites and Men)", |
||
237 | 60 => "Todesnebel (Clash of the Titans)", |
||
238 | 61 => "Damals im Space Camp (This One Time at Space Camp…)", |
||
239 | 62 => "Ein kleiner Schritt (One Small Step)", |
||
240 | 63 => "Ein Riesenschritt (One Giant Leap)", |
||
241 | 64 => "Do You See What I See", |
||
188 | PointedEar | 242 | |
243 | 65 => "Lost", |
||
244 | 66 => "The Real Thing", |
||
245 | 67 => "Force Quit", |
||
246 | 68 => "Friendly Fire", |
||
247 | 69 => "Jack Of All Trades", |
||
248 | 70 => "Worst Case Scenario", |
||
249 | 71 => "Ex-Machina", |
||
250 | 72 => "In Too Deep", |
||
251 | 73 => "Smarter Carter", |
||
252 | 74 => "The Honeymooners", |
||
253 | 75 => "Mirror, Mirror", |
||
254 | 76 => "Double Take", |
||
255 | 77 => "Just Another Day", |
||
256 | 78 => "Christmas Special", |
||
32 | PointedEar | 257 | ) |
258 | ), |
||
259 | |||
41 | PointedEar | 260 | '<span class="firefly">Fir<span class="e">e</span>fly</span>' => array( |
261 | 'channel' => 'online', |
||
262 | 'seen' => array(array(1, 2)), |
||
263 | 'seasons' => array(14), |
||
264 | 'episode_list' => 'wiki:en:Firefly_(TV_series)#Broadcast_history', |
||
265 | 'episodes' => array( |
||
266 | 1 => "Serenity", |
||
267 | 2 => "The Train Job", |
||
268 | 3 => "Bushwhacked", |
||
269 | 4 => "Shindig", |
||
270 | 5 => "Safe", |
||
271 | 6 => "Our Mrs. Reynolds", |
||
272 | 7 => "Jaynestown", |
||
273 | 8 => "Out of Gas", |
||
274 | 9 => "Ariel", |
||
275 | 10 => "War Stories", |
||
276 | 11 => "Trash", |
||
277 | 12 => "The Message", |
||
278 | 13 => "Heart of Gold", |
||
279 | 14 => "Objects in Space" |
||
280 | ) |
||
281 | ), |
||
172 | PointedEar | 282 | |
32 | PointedEar | 283 | '<span class="frasier">F<span>rasier</span></span>' => &$frasier, |
284 | |||
285 | '<span class="fresh-hell"><span class="gradient">Fresh Hell</span></span>' => array( |
||
286 | // 'ignore' => true, |
||
287 | 'channel' => 'online', |
||
288 | 'seen' => array(array(1, 5)), |
||
289 | // 'last_seen' => mktime(0, 5, 0, 7, 5, 2011), |
||
290 | 'seasons' => array(5, 10), |
||
291 | 'episode_list' => 'http://www.freshhellseries.com/home/category/video/episodes/season-1/', |
||
292 | 'episodes' => array( |
||
293 | 1 => 'Pilot', |
||
294 | 2 => 'The Actress Next Door', |
||
295 | 3 => 'The Agent Showcase', |
||
296 | 4 => 'The Agent Meeting', |
||
297 | 5 => 'The Manager Upstairs', |
||
172 | PointedEar | 298 | |
32 | PointedEar | 299 | 6 => 'A Short Time Later', |
300 | 7 => "Levar", |
||
301 | 8 => "The Acting Class", |
||
302 | 9 => "Dakota's First Port Shoot", |
||
303 | 10 => "The Seance", |
||
304 | 11 => "The Birthday Party", |
||
305 | 12 => "The Billionaire", |
||
306 | 13 => "The Actor Prepares", |
||
307 | 14 => "The Jolinda Show", |
||
308 | 15 => "Dakota Leaving", |
||
309 | ) |
||
310 | ), |
||
172 | PointedEar | 311 | |
32 | PointedEar | 312 | '<span class="fringe"><span class="gradient">' |
313 | . ' <span class="f">F</span><span class="r">r</span><span class="i">i</span>' |
||
314 | . '<span class="n">n</span><span class="g">g</span><span class="e">e</span>' |
||
315 | . '</span></span>' => array( |
||
172 | PointedEar | 316 | // 'ignore' => true, |
32 | PointedEar | 317 | // 'channel' => 'ProSieben', |
318 | // 'showtimes' => 'Mo 21:15–23:50', |
||
192 | PointedEar | 319 | 'seen' => array(array(1, 13)), |
32 | PointedEar | 320 | // 'last_seen' => mktime(0, 5, 0, 7, 5, 2011), |
188 | PointedEar | 321 | 'seasons' => array(20, 23, 22, 22, 13), |
32 | PointedEar | 322 | 'episode_list' => 'wiki:Liste_der_Fringe-Episoden', |
323 | 'episodes' => array( |
||
188 | PointedEar | 324 | 1 => 'Pilot (Flug 627)', |
325 | 2 => 'The Same Old Story (Das Experiment)', |
||
326 | 3 => 'The Ghost Network (Roy)', |
||
327 | 4 => 'The Arrival (Die Ankunft)', |
||
328 | 5 => 'Unter Strom (Power Hungry)', |
||
329 | 6 => 'The Cure (Das Heilmittel)', |
||
330 | 7 => "In Which We Meet Mr. Jones (Der geheimnisvolle Mr. Jones)", |
||
331 | 8 => "The Equation (Die Gleichung)", |
||
332 | 9 => "The Dreamscape (Schmetterlinge im Kopf)", |
||
333 | 10 => "Safe (Durch die Wand)", |
||
334 | 11 => "Bound (Das Schnupfenvirus)", |
||
192 | PointedEar | 335 | 12 => "The No-Brainer (Hirnfresser)", |
336 | 13 => "The Transformation (Conrad)", |
||
32 | PointedEar | 337 | 14 => "Das Manifest (Ability)", |
338 | 15 => "Ohne Worte (Inner Child)", |
||
339 | 16 => "Entfesselt (Unleashed)", |
||
340 | // 17 17 Albträume Bad Dreams 2009-04-2121. Apr. 2009 2009-07-2020. Juli 2009 Akiva Goldsman J. H. Wyman & Andrew Kreisberg |
||
341 | // 18 18 Nachtschatten Midnight 2009-04-2828. Apr. 2009 2009-07-2727. Juli 2009 Akiva Goldsman Jeff Pinkner & J. R. Orci |
||
342 | // 19 19 Der andere Weg The Road Not Taken 2009-05-0505. Mai 2009 2009-08-0303. Aug. 2009 Frederick E. O. Toye Akiva Goldsman & Jeff Pinkner & J. R. Orci |
||
343 | // 20 20 Nichts ist einzigartig There’s More Than One of Everything 2009-05-1212. Mai 2009 2009-08-1010. Aug. 2009 Brad Anderson Akiva Goldsman & Bryan Burk & Jeff Pinkner & J. H. Wyman |
||
344 | 55 => "Der Gedankenleser (Concentrate and Ask Again)", |
||
345 | 56 => "Unsterblich (Immortality)", |
||
346 | 57 => "6B", |
||
347 | 58 => "Versuchsperson 13 (Subject 13)", |
||
348 | 59 => "Os", |
||
349 | 60 => "Per Anhalter (Stowaway)", |
||
350 | 61 => "Blutlinie (Bloodline)", |
||
351 | 62 => "LSD (Lysergic Acid Diethylamide)", |
||
352 | 63 => "06:02 Uhr (6:02 AM EST)", |
||
353 | 64 => "Der letzte Sam Weiss (The Last Sam Weiss)", |
||
354 | 65 => "Der Tag, an dem wir starben (The Day We Died)", |
||
355 | ) |
||
356 | ), |
||
357 | |||
358 | '<span class="futurama"><span class="f">F</span><span class="u">u</span>' |
||
359 | . '<span class="t">t</span><span class="u2">u</span><span class="r">r</span>' |
||
360 | . '<span class="a">a</span><span class="m">m</span><span class="a2">a</span>' |
||
361 | . '</span>' => &$futurama, |
||
362 | |||
172 | PointedEar | 363 | '<span class="glee">G<span class="lee">lee</span></span>' => &$glee, |
32 | PointedEar | 364 | |
365 | // '<span class="glee">G<span class="lee">lee</span></span> (de)' => array( |
||
366 | // // 'ignore' => true, |
||
367 | // 'channel' => 'SF 2', |
||
368 | // 'showtimes' => 'Mo–Fr 09:33', |
||
369 | // 'seen' => array(array(1, 4)), |
||
370 | // 'last_seen' => mktime(9, 30, 0, 12, 27, 2011), |
||
371 | // 'seasons' => array(22, 22), |
||
372 | // 'episode_list' => 'wiki:Liste_der_Glee-Episoden', |
||
373 | // 'episodes' => array( |
||
374 | // 1 => "Ouvertüre (Pilot)", |
||
375 | // 2 => "Jenseits von Gut und Sue (Showmance)", |
||
376 | // 3 => "Acafellas", |
||
377 | // 4 => "Kinder der Lüge (Preggers)", |
||
378 | // 5 => "April, April (The Rhodes Not Taken)", |
||
379 | // 6 => "Angeregte Organismen (Vitamin D)", |
||
380 | // 7 => "Spielverderberspiele (Throwdown)", |
||
381 | // 8 => "Remix (Mash-Up)", |
||
382 | // 9 => "Furcht und Tadel (Wheels)", |
||
383 | // 10 => "Balladen (Ballad)", |
||
384 | // 11 => "Haarspaltereien (Hairography)", |
||
385 | // // 12 => "Mattress", |
||
386 | // // 13 => "Sectionals", |
||
387 | // // 14 => "Hell-o", |
||
388 | // // 15 => "The Power of Madonna", |
||
389 | // // 16 => "Home", |
||
390 | // // 17 => "Bad Reputation", |
||
391 | // // 18 => "Laryngitis", |
||
392 | // // 19 => "Dream On", |
||
393 | // // 20 => "Theatricality", |
||
394 | // // 21 => "Funk", |
||
395 | // // 22 => "Journey to Regionals", |
||
396 | // // 23 => "Audition", |
||
397 | // // 24 => "Britney/Brittany", |
||
398 | // // 25 => "Grilled Cheesus", |
||
399 | // // 26 => "Duets", |
||
400 | // // 27 => "The Rocky Horror Glee Show", |
||
401 | // // 28 => "Never Been Kissed", |
||
402 | // // 29 => "The Substitute", |
||
403 | // // 30 => "Furt", |
||
404 | // // 31 => "Special Education", |
||
405 | // // 32 => "A Very Glee Christmas", |
||
406 | // // 33 => "The Sue Sylvester Shuffle", |
||
407 | // // 34 => "Silly Love Songs", |
||
408 | // // 35 => "Comeback", |
||
409 | // // 36 => "Blame It on the Alcohol", |
||
410 | // // 37 => "Sexy", |
||
411 | // // 38 => "Original Song", |
||
412 | // // 39 => "A Night of Neglect", |
||
413 | // // 40 => "Born This Way", |
||
414 | // // 41 => "Rumours", |
||
415 | // // 42 => "Prom Queen", |
||
416 | // // 43 => "Funeral", |
||
417 | // // 44 => "New York", |
||
418 | // ) |
||
419 | // ), |
||
420 | |||
421 | '<span class="heroes">Her<span class="o">o</span>e<span class="s">s</span></span>' => &$heroes, |
||
422 | |||
423 | '<span class="house" |
||
424 | ><span class="h">H</span><span class="ouse">ouse</span>' |
||
425 | . '<span style="display: none">,</span> |
||
426 | <span class="md">M.D.</span></span>' => &$house, |
||
427 | |||
428 | '<span class="house"><span class="md-de">Dr.</span> <span class="h">H</span><span class="ouse">ouse</span></span>' => &$house_de, |
||
429 | |||
430 | '<span class="ijon-tichy"><span class="title"><span class="i">I</span>' |
||
431 | . '<span class="j">j</span><span class="o">o</span><span class="n">n</span>' |
||
432 | . ' <span class="t">T</span><span class="i2">i</span><span class="c">c</span>' |
||
433 | . '<span class="h">h</span><span class="y">y</span></span>' |
||
434 | . '<span class="hidden">: </span>' |
||
435 | . '<span class="subtitle"><span class="r">R</span><span class="a">a</span>' |
||
436 | . '<span class="u">u</span><span class="mpi">mpi</span>' |
||
437 | . '<span class="l">l</span><span class="o">o</span><span class="t">t</span></span>' |
||
438 | . '<span class="hidden"> – </span>' |
||
439 | . '<span class="subtitle2"><span class="die">Die</span>' |
||
440 | . ' <span class="ster">Ster</span><span class="ntag">ntag</span>' |
||
441 | . '<span class="ebuec">ebüc</span><span class="her">her</span>' |
||
442 | . '</span></span>' => array( |
||
199 | PointedEar | 443 | // 'channel' => 'zdf_neo', |
32 | PointedEar | 444 | 'seen' => array(array(1, 2)), |
445 | 'last_seen' => mktime(23, 35, 0, 10, 22, 2011), |
||
446 | 'seasons' => array(6, 8), |
||
447 | 'episode_list' => 'wiki:Ijon_Tichy:_Raumpilot#Episodenliste', |
||
448 | 'episodes' => array( |
||
188 | PointedEar | 449 | 1 => "Kosmische Kollegen", |
450 | 2 => "Planet der Reserven", |
||
451 | 3 => "Relativistische Effekte", |
||
452 | 4 => "Der futurologische Kongress", |
||
453 | 5 => "Sabotage", |
||
454 | 6 => "Die innere Stimme", |
||
455 | 7 => "Held von Kosmos", |
||
456 | 8 => "Shøpping", |
||
457 | 9 => "Schön schaumig", |
||
32 | PointedEar | 458 | 10 => "Biste fix Zeitblasen", |
459 | 11 => "Sepulken verboten", |
||
460 | 12 => "Das Erinnerungsstück", |
||
461 | 13 => "Schein und Sein I", |
||
462 | 14 => "Schein und Sein II", |
||
463 | ) |
||
464 | ), |
||
465 | |||
466 | '<span class="it-crowd">The IT Crowd</span>' => array( |
||
192 | PointedEar | 467 | // 'ignore' => true, |
468 | 'channel' => 'online', |
||
32 | PointedEar | 469 | 'seen' => array(array(1, 3)), |
470 | 'last_seen' => mktime(2, 0, 0, 11, 28, 2011), |
||
471 | 'seasons' => array(6, 6, 6, 6), |
||
472 | 'episode_list' => 'wiki:en:List_of_The_IT_Crowd_episodes', |
||
473 | 'episodes' => array( |
||
188 | PointedEar | 474 | 1 => "Yesterday's Jam", |
475 | 2 => "Calamity Jen", |
||
476 | 3 => "50/50", |
||
477 | 4 => "The Red Door", |
||
478 | 5 => "The Haunting of Bill Crouse", |
||
479 | 6 => "Aunt Irma Visits", |
||
480 | |||
481 | 7 => "The Work Outing", |
||
482 | 8 => "Return of the Golden Child", |
||
483 | 9 => "Moss and the German", |
||
32 | PointedEar | 484 | 10 => "The Dinner Party", |
485 | 11 => "Smoke and Mirrors", |
||
486 | 12 => "Men Without Women", |
||
188 | PointedEar | 487 | |
32 | PointedEar | 488 | 13 => "From Hell", |
489 | 14 => "Are We Not Men?", |
||
490 | 15 => "Tramps Like Us", |
||
491 | 16 => "Speech", |
||
492 | 17 => "Friendface", |
||
493 | 18 => "Calendar Geeks", |
||
188 | PointedEar | 494 | |
32 | PointedEar | 495 | 19 => "Jen the Fredo", |
496 | 20 => "The Final Countdown", |
||
497 | 21 => "Something Happened", |
||
498 | 22 => "Italian for Beginners", |
||
499 | 23 => "Bad Boys", |
||
500 | 24 => "Reynholm vs. Reynholm / Douglas and Divorce[iTunes]", |
||
501 | ) |
||
502 | ), |
||
503 | |||
504 | '<span class="superman">Lois & Clark: The New Adventures of Superman</span>' => &$superman, |
||
172 | PointedEar | 505 | |
32 | PointedEar | 506 | '<span class="macgyver">MacGyver</span>' => $macgyver, |
507 | |||
508 | '<span class="monk">Monk</span>' => &$monk, |
||
509 | '<span class="monk">Monk</span> (de)' => &$monk_de, |
||
510 | |||
199 | PointedEar | 511 | '<span class="life-on-mars"><span class="life">Lif<span class="e">e</span></span> |
512 | <span class="life-on"><span class="on">on</span> <span class="mars">Mars</span></span></span>' => array( |
||
192 | PointedEar | 513 | // 'ignore' => true, |
32 | PointedEar | 514 | 'channel' => 'online', |
515 | 'seen' => array(array(1, 2)), |
||
516 | // 'last_seen' => mktime(21, 0, 0, 9, 8, 2011), |
||
517 | 'seasons' => array(8, 8), |
||
199 | PointedEar | 518 | 'episode_list' => 'wiki:en:List_of_Life_on_Mars_(UK_TV_series)_episodes', |
32 | PointedEar | 519 | 'episodes' => array( |
520 | 1 => "Erinnerungen aus der Zukunft", |
||
521 | 2 => "Zeugenschutz", |
||
522 | 3 => "Episode 3", |
||
523 | 4 => "Episode 4", |
||
524 | 5 => "Episode 5", |
||
525 | 6 => "Episode 6", |
||
526 | 7 => "Episode 7", |
||
527 | 8 => "Episode 8", |
||
28 | PointedEar | 528 | |
32 | PointedEar | 529 | 9 => "Episode 1", |
530 | 10 => "Episode 2", |
||
531 | 11 => "Episode 3", |
||
532 | 12 => "Episode 4", |
||
533 | 13 => "Episode 5", |
||
534 | 14 => "Episode 6", |
||
535 | 15 => "Episode 7", |
||
536 | 16 => "Episode 8" |
||
537 | ) |
||
538 | ), |
||
539 | |||
540 | '<span class="moonlight"><span class="moon">Moo<span class="n">n</span></span><span class="light">light</span></span>' => array( |
||
192 | PointedEar | 541 | // 'ignore' => true, |
32 | PointedEar | 542 | 'channel' => 'sixx', |
543 | 'showtimes' => 'Mi–Fr 21:00', |
||
544 | 'seen' => array(array(1, 2)), |
||
545 | 'last_seen' => mktime(21, 0, 0, 9, 8, 2011), |
||
546 | 'seasons' => array(16), |
||
547 | 'episodes' => array( |
||
548 | 1 => "Es gibt keine Vampire (No Such Thing As Vampires)", |
||
549 | 2 => "Schatten der Vergangenheit (Out of the Past)", |
||
550 | 3 => "Dr. Feelgood", |
||
551 | 4 => "Fieber (Fever)", |
||
552 | 5 => "Ewige Jugend (Arrested Development)", |
||
553 | 6 => "Black Crystal (B.C.)", |
||
554 | 7 => "Das Ebenbild (The Ringer)", |
||
555 | 8 => "Die Blutbeichte (12:04 AM)", |
||
556 | 9 => "Fleur de Lis", |
||
557 | 10 => "Dornröschen (Sleeping Beauty)", |
||
558 | 11 => "Ewige Liebe (Love Lasts Forever)", |
||
559 | 12 => "Das Heilmittel (The Mortal Cure)", |
||
560 | 13 => "Kurzes Glück (Fated to Pretend)", |
||
561 | 14 => "Klick (Click)", |
||
562 | 15 => "Was zurück bleibt … (What’s Left Behind)", |
||
563 | 16 => "Sonata" |
||
564 | ), |
||
565 | 'episode_list' => 'wiki:Moonlight_(Fernsehserie)#Episodenliste' |
||
566 | ), |
||
172 | PointedEar | 567 | |
192 | PointedEar | 568 | '<span class="moonlighting">Moonlighting</span>' => &$moonlighting, |
569 | |||
32 | PointedEar | 570 | '<span class="mutant-x"><span class="gradient">Mutant X</span></span>' => array( |
172 | PointedEar | 571 | // 'ignore' => true, |
572 | 'channel' => 'online', |
||
573 | // 'showtimes' => 'Mo-Fr 14:10', |
||
192 | PointedEar | 574 | 'seen' => array(array(1, 9)), |
32 | PointedEar | 575 | 'seasons' => array(22, 22, 22), |
576 | 'episode_list' => 'http://www.mystery-files.de/season.php?id=1&serie=mutantx', |
||
577 | 'episodes' => array( |
||
172 | PointedEar | 578 | 1 => "The Shock of the New (1) (Genom X)", |
579 | 2 => "I Scream the Body Electric (2) (Unter Strom)", |
||
580 | 3 => "Russian Roulette (Russisches Roulette)", |
||
581 | 4 => "Fool For Love (Verrückt vor Liebe)", |
||
582 | 5 => "Kilohertz (Der elektrische Rebell)", |
||
583 | 6 => "Meaning of Death (Der Unsterbliche)", |
||
584 | 7 => "Lit Fuse (Geladene Stimmung)", |
||
585 | 8 => "In the Presence of Mine Enemies (Schachmatt)", |
||
586 | 9 => "Crime of the New Century (Die Entführung)", |
||
587 | 10 => "Dark Star Rising (Tödliches Serum)", |
||
588 | 11 => "Whiter Shade of Pale (Die perfekte Tarnung)", |
||
589 | 12 => "Double Vision (Die dunkle Seite)", |
||
590 | 13 => "Blood Ties (Falsche Erwartungen)", |
||
591 | 14 => "Altered Ego (Gut und böse)", |
||
592 | 15 => "Lazarus Syndrome (Neun Leben)", |
||
593 | 16 => "Interface (Lebende Hardware)", |
||
594 | 17 => "Presumed Guilty (Verlorene Erinnerung)", |
||
595 | 18 => "Ex Marks the Spot (Das russische Ei)", |
||
596 | 19 => "Nothing to Fear (Traumfänger)", |
||
597 | 20 => "Deadly Desire (Die Skorpionfrau)", |
||
598 | 21 => "A Breed Apart (Patient Null)", |
||
599 | 22 => "Dancing on the Razor (Tanz am Abgrund)", |
||
600 | |||
601 | 23 => "Past as Prologue (Die Alchemistin)", |
||
602 | 24 => "Power Play (An die Wand gespielt)", |
||
603 | 25 => "Time Squared (Zeitreise)", |
||
604 | 26 => "Whose Woods These Are (Der Werwolf)", |
||
605 | 27 => "The Future Revealed (Herrscher über Leben und Tod)", |
||
606 | 28 => "No Man Left Behind (Zwischen den Fronten)", |
||
607 | 29 => "Crossroads of the Soul (Die Welt hinter der Welt)", |
||
608 | 30 => "Sign From Above (Der Androide)", |
||
609 | 31 => "Body and Soul (Der Körperwanderer)", |
||
610 | 32 => "Understudy (Die Ersatzspielerin)", |
||
611 | 33 => "The Grift (Schmutzige Geschäfte)", |
||
612 | 34 => "At Destiny's End (Der letzte Coup)", |
||
613 | 35 => "Within These Walls (Tödliche Geheimnisse)", |
||
614 | 36 => "Hard Time (Gladiatoren)", |
||
615 | 37 => "Under the Cloak of War (Das Attentat)", |
||
616 | 38 => "Once Around (Der Kronzeuge)", |
||
617 | 39 => "Final Judgment (Das Tribunal)", |
||
32 | PointedEar | 618 | 40 => "Inferno", |
172 | PointedEar | 619 | 41 => "One Step Closer (Außer Kontrolle)", |
620 | 43 => "Reawakening (Begraben im ewigen Eis)", |
||
621 | 42 => "Reality Check (Das Labyrinth)", |
||
622 | 44 => "Lest He Become (Der perfekte Mutant)", |
||
623 | |||
624 | 45 => "Into the Moonless Night (Der Mutant aus dem Nichts)", |
||
625 | 46 => "Wages of Sin (Der Lohn der Sünde)", |
||
626 | 47 => "The Breed (Der Parasit)", |
||
627 | 48 => "Where Evil Dwells (Die Saat des Bösen)", |
||
628 | 49 => "The Taking of Crows (Kaltes Herz)", |
||
629 | 50 => "Shadows of Darkness (Schatten der Vergangenheit)", |
||
630 | 51 => "The Hand of God (Die Hand Gottes)", |
||
631 | 52 => "Wasteland (Die Heuschreckenplage)", |
||
632 | 53 => "No Exit (Der virtuelle Mörder)", |
||
633 | 54 => "Brother's Keeper (Das gestohlene Herz)", |
||
634 | 55 => "Possibilities (Bombenterror)", |
||
635 | 56 => "Conspiracy Theory (Die Verschwörung)", |
||
636 | 57 => "Art of Attraction (Die drei Gemälde)", |
||
637 | 58 => "A Normal Life (Zurück im Leben)", |
||
638 | 59 => "Divided Loyalities (Falsche Identität)", |
||
639 | 60 => "Age of Innocence (Der Fluch der Unsterblichkeit)", |
||
640 | 61 => "She's Come Undone (Der Krieg beginnt)", |
||
641 | 62 => "In Between (Im Inneren des Vulkans)", |
||
642 | 63 => "Dream Lover (Das trojanische Pferd)", |
||
643 | 64 => "The Prophecy (Die Prophezeiung)", |
||
644 | 65 => "Cirque des Merveilles (Kammer der Seeken)", |
||
645 | 66 => "The Assault (Der Schöpfer)" |
||
32 | PointedEar | 646 | ) |
647 | ), |
||
648 | |||
649 | '<span class="numb3rs"><span class="gradient">Numb<span title="e">3</span>r<span class="s">s</span></span></span>' => &$numb3rs, |
||
650 | // '<span class="numb3rs"><span class="gradient">Numb<span title="e">3</span>r<span class="s">s</span></span></span> (de)' => &$numb3rs_de, |
||
651 | |||
28 | PointedEar | 652 | '<span class="odyssey5">Odys<span class="s2">s</span><span |
653 | class="e">e</span><span class="y2">y</span> |
||
654 | <span class="five">5</span></span>' => array( |
||
188 | PointedEar | 655 | // 'ignore' => true, |
28 | PointedEar | 656 | 'channel' => 'online', |
188 | PointedEar | 657 | 'seen' => array(array(1, 3)), |
28 | PointedEar | 658 | 'episode_list' => 'wiki:en:Odyssey_5#Episode_list', |
659 | 'episodes' => array( |
||
32 | PointedEar | 660 | 1 => 'Pilot', |
661 | 2 => 'Shatterer', |
||
662 | 3 => 'Astronaut Dreams', |
||
663 | 4 => 'Time Out of Mind', |
||
664 | 5 => 'Symbiosis', |
||
665 | 6 => 'The Choices We Make', |
||
666 | 7 => 'Rapture', |
||
667 | 8 => 'L.D.U. 7', |
||
668 | 9 => 'Flux', |
||
669 | 10 => 'Kitten', |
||
670 | 11 => 'Dark at the End of the Tunnel', |
||
671 | 12 => 'Trouble with Harry', |
||
672 | 13 => 'Skin', |
||
673 | 14 => 'Begotten', |
||
674 | 15 => 'Vanishing Point', |
||
675 | 16 => 'Follow the Leader', |
||
676 | 17 => 'Half-Life', |
||
677 | 18 => 'Rage', |
||
28 | PointedEar | 678 | 19 => 'Fossil' |
679 | ) |
||
680 | ), |
||
172 | PointedEar | 681 | |
32 | PointedEar | 682 | '<span class="psych">psych</span>' => &$psych, |
683 | |||
684 | '<span class="quantum-leap"><span class="gradient">Quantum Leap</span></span>' => &$quantum_leap, |
||
685 | |||
686 | '<span class="reaper">Reaper</span>' => array( |
||
172 | PointedEar | 687 | // 'ignore' => true, |
32 | PointedEar | 688 | 'channel' => 'E4', |
689 | 'showtimes' => 'Di–Sa 03:15', |
||
172 | PointedEar | 690 | 'seen' => array(array(1, 4)), |
32 | PointedEar | 691 | 'last_seen' => mktime(5, 0, 0, 6, 2, 2011), |
692 | 'seasons' => array(18, 13), |
||
693 | 'episodes' => array( |
||
694 | 1 => 'Pilot', |
||
695 | 2 => 'Charged', |
||
696 | 3 => 'All Mine', |
||
697 | 4 => 'Magic', |
||
698 | 5 => 'What About Blob?', |
||
699 | 6 => 'Leon', |
||
700 | 7 => 'Love, Bullets & Blacktop', |
||
701 | 8 => 'The Cop', |
||
702 | 9 => 'Ashes to Ashes', |
||
703 | 10 => 'Cash Out', |
||
704 | 11 => 'Hungry for Fame', |
||
705 | 12 => 'Unseen', |
||
706 | 13 => 'Acid Queen', |
||
707 | 14 => 'Rebellion', |
||
708 | 15 => 'Coming to Grips', |
||
709 | 16 => 'Greg, Schmeg', |
||
710 | 17 => 'The Leak', |
||
711 | 18 => 'Cancun', |
||
712 | 19 => 'Episode IV: A New Hope', |
||
713 | 20 => 'Dirty Sexy Mongol', |
||
714 | 21 => 'The Sweet Science', |
||
715 | 22 => 'The Favorite', |
||
716 | 23 => 'I Want My Baby Back', |
||
717 | 24 => 'Underbelly', |
||
718 | 25 => 'The Good Soil', |
||
719 | 26 => 'The Home Stretch', |
||
720 | 27 => 'No Reaper Left Behind', |
||
721 | 28 => "My Brother's Reaper", |
||
722 | 29 => 'To Sprong, With Love', |
||
723 | 30 => 'Business Casualty', |
||
724 | 31 => 'The Devil & Sam Oliver' |
||
725 | ), |
||
726 | 'episode_list' => 'wiki:en:List_of_Reaper_episodes' |
||
727 | ), |
||
728 | |||
192 | PointedEar | 729 | '<span class="remington-steele">Remington Steele</span>' => &$remington_steele, |
730 | |||
32 | PointedEar | 731 | '<span class="roswell">Roswel<span>l</span></span>' => array( |
732 | // 'ignore' => true, |
||
733 | 'channel' => 'online', |
||
734 | // 'showtimes' => 'Di–Sa 03:15', |
||
192 | PointedEar | 735 | 'seen' => array(array(1, 8)), |
32 | PointedEar | 736 | // 'last_seen' => mktime(5, 0, 0, 6, 2, 2011), |
737 | 'seasons' => array(22, 21, 18), |
||
738 | 'episodes' => array( |
||
188 | PointedEar | 739 | 1 => "Pilot", |
740 | 2 => "The Morning After", |
||
741 | 3 => "Monsters", |
||
742 | 4 => "Leaving Normal", |
||
743 | 5 => "Missing", |
||
744 | 6 => "285 South (Part 1)", |
||
745 | 7 => "River Dog (Part 2)", |
||
746 | 8 => "Blood Brother", |
||
747 | 9 => "Heat Wave", |
||
32 | PointedEar | 748 | 10 => "The Balance", |
749 | 11 => "Toy House", |
||
750 | 12 => "Into the Woods", |
||
751 | 13 => "The Convention", |
||
752 | 14 => "Blind Date", |
||
753 | 15 => "Independence Day", |
||
754 | 16 => "Sexual Healing", |
||
755 | 17 => "Crazy", |
||
756 | 18 => "Tess, Lies and Videotape", |
||
757 | 19 => "Four Square", |
||
758 | 20 => "Max to the Max", |
||
759 | 21 => "The White Room (Part 1)", |
||
760 | 22 => "Destiny (Part 2)", |
||
761 | |||
762 | 23 => "Skin and Bones", |
||
763 | 24 => "Ask Not", |
||
764 | 25 => "Surprise", |
||
765 | 26 => "Summer of '47", |
||
766 | 27 => "The End of the World", |
||
767 | 28 => "Harvest", |
||
768 | 29 => "Wipeout!", |
||
769 | 30 => "Meet the Dupes (Part 1)", |
||
770 | 31 => "Max in the City (Part 2)", |
||
771 | 32 => "A Roswell Christmas Carol", |
||
772 | 33 => "To Serve and Protect", |
||
773 | 34 => "We Are Family", |
||
774 | 35 => "Disturbing Behavior (Part 1)", |
||
775 | 36 => "How the Other Half Lives (Part 2)", |
||
776 | 37 => "Viva Las Vegas", |
||
777 | 38 => "Heart of Mine", |
||
778 | 39 => "Cry Your Name", |
||
779 | 40 => "It's Too Late and It's Too Bad", |
||
780 | 41 => "Baby, It's You", |
||
781 | 42 => "Off the Menu", |
||
782 | 43 => "The Departure", |
||
172 | PointedEar | 783 | |
32 | PointedEar | 784 | 44 => "Busted", |
785 | 45 => "Michael, the Guys and the Great Snapple Caper", |
||
786 | 46 => "Significant Others", |
||
787 | 47 => "Secrets and Lies (Part 1)", |
||
788 | 48 => "Control (Part 2)", |
||
789 | 49 => "To Have and to Hold", |
||
790 | 50 => "Interruptus", |
||
791 | 51 => "Behind the Music", |
||
792 | 52 => "Samuel Rising", |
||
793 | 53 => "A Tale of Two Parties", |
||
794 | 54 => "I Married an Alien", |
||
795 | 55 => "Ch-Ch-Changes", |
||
796 | 56 => "Panacea", |
||
797 | 57 => "Chant Down Babylon", |
||
798 | 58 => "Who Died and Made You King?", |
||
799 | 59 => "Crash", |
||
800 | 60 => "Four Aliens and a Baby", |
||
801 | 61 => "Graduation", |
||
802 | ), |
||
803 | 'episode_list' => 'wiki:en:List_of_Roswell_episodes' |
||
804 | ), |
||
805 | |||
806 | '<span class="samantha-who"><span class="text"><span class="samantha">Samantha</span>' |
||
807 | . ' <span class="who">Who</span></span><span class="q">?</span></span>' => array( |
||
192 | PointedEar | 808 | // 'ignore' => true, |
809 | 'channel' => 'online', |
||
810 | // 'showtimes' => 'Mo-Fr 19:00', |
||
811 | 'seen' => array(array(1, 5)), |
||
812 | // 'last_seen' => mktime(19, 0, 0, 10, 1, 2011), |
||
32 | PointedEar | 813 | 'seasons' => array(15, 20), |
814 | 'episode_list' => 'wiki:en:Samantha_Who', |
||
815 | 'episodes' => array( |
||
188 | PointedEar | 816 | 1 => "Pilot", |
817 | 2 => "The Job", |
||
818 | 3 => "The Wedding", |
||
192 | PointedEar | 819 | 4 => "The Virgin", |
188 | PointedEar | 820 | 5 => "The Restraining Order", |
821 | 6 => "The Hypnotherapist", |
||
822 | 7 => "The Hockey Date", |
||
823 | 8 => "The Car", |
||
824 | 9 => "The Break-Up", |
||
32 | PointedEar | 825 | 10 => "The Girlfriend", |
826 | 11 => "The Boss", |
||
827 | 12 => "The Butterflies", |
||
828 | 13 => "The Gallery Show", |
||
829 | 14 => "The Affair", |
||
830 | 15 => "The Birthday", |
||
831 | 16 => "So I Think I Can Dance", |
||
832 | 17 => "Out of Africa", |
||
833 | 18 => "The Pill", |
||
834 | 19 => "The Building", |
||
835 | // 20 => "Help!", |
||
836 | // 21 => "The Ex", |
||
837 | // 22 => "The Farm", |
||
838 | // 23 => "The Park", |
||
839 | // 24 => "The Family Vacation", |
||
840 | // 25 => "My Best Friend's Boyfriend", |
||
841 | 26 => "The Dog", |
||
842 | 27 => "The Amazing Racist", |
||
843 | 28 => "The Debt", |
||
844 | 29 => "The Rock Star", |
||
845 | 30 => "Todd's Job", |
||
846 | 31 => "The Sister", |
||
847 | 32 => "The Dream Job", |
||
848 | 33 => "The First Date", |
||
849 | 34 => "The Other Woman", |
||
850 | 35 => "With This Ring", |
||
851 | ) |
||
852 | ), |
||
853 | |||
854 | '<span class="scrubs">Scrub<span class="s">s</span></span>' => &$scrubs, |
||
855 | |||
856 | '<span class="scrubs">Scrub<span class="s">s</span></span> (de)' => &$scrubs_de, |
||
857 | |||
858 | '<span class="seaQuest"><span id="seaQuest"><span |
||
859 | class="s">s</span><span class="e">e</span><span |
||
860 | class="a">a</span><span |
||
861 | class="q">Q</span><span class="u">u</span><span |
||
862 | class="e2">e</span><span class="s2">s</span><span |
||
863 | class="t">t</span></span><span class="hidden"> |
||
188 | PointedEar | 864 | </span><span id="dsv">DSV</span></span>' => &$seaQuest, |
32 | PointedEar | 865 | |
866 | '<span class="sherlock">Sherlock</span>' => array( |
||
867 | 'channel' => 'BBC 1', |
||
868 | 'showtimes' => 'Mi 21:30', |
||
869 | 'seen' => array(array(1, 3)), |
||
870 | 'last_seen' => mktime(21, 30, 0, 8, 3, 2011), |
||
871 | 'seasons' => array(3, 3), |
||
872 | 'episode_list' => 'http://bbc.co.uk/sherlock', |
||
873 | 'episodes' => array( |
||
874 | 1 => 'A Study in Pink', |
||
875 | 2 => 'The Blind Banker', |
||
876 | 3 => 'The Great Game', |
||
172 | PointedEar | 877 | |
32 | PointedEar | 878 | 4 => "A Scandal in Belgravia (01.01.2012)", |
879 | 5 => "The Hounds of Baskerville (08.01.2012)", |
||
880 | 6 => "The Reichenbach Fall (15.01.2012)", |
||
881 | ) |
||
882 | ), |
||
883 | |||
884 | '<span class="simpsons" id="simpsons"><span class="text"><span>The</span> <span>Simpsons</span></span></span>' => &$simpsons, |
||
885 | // '<span class="simpsons"><span class="text"><span>The</span> <span>Simpsons</span></span></span> (de)' => &$simpsons_de, |
||
886 | |||
192 | PointedEar | 887 | '<span class="sliders">Slider<span class="last">s</span></span>' => &$sliders, |
888 | |||
32 | PointedEar | 889 | '<span class="smallville">S<span>m<span>al<span>lv</span>il</span>l</span>e</span>' => &$smallville, |
890 | // '<span class="smallville">S<span>m<span>al<span>lv</span>il</span>l</span>e</span> (de)' => &$smallville_de, |
||
891 | |||
172 | PointedEar | 892 | '<span class="space-above-beyond"><span class="space">Spac<span>e</span></span><span class="hidden">: </span><span class="above-beyond">Above and <span>Beyond</span></span></span>' => array( |
188 | PointedEar | 893 | 'channel' => 'DVD', |
894 | 'seen' => array(array(1, 3)), |
||
172 | PointedEar | 895 | 'episode_list' => 'wiki:en:Space: Above and Beyond', |
174 | PointedEar | 896 | 'episodes' => array( |
172 | PointedEar | 897 | 23 => "…Tell Our Moms We Done Our Best", |
898 | 22 => "And If They Lay Us Down to Rest…", |
||
899 | 21 => "Sugar Dirt", |
||
900 | 20 => "Stardust", |
||
901 | 19 => "R & R", |
||
902 | 18 => "Pearly", |
||
903 | 17 => "Dear Earth", |
||
904 | 16 => "Toy Soldiers", |
||
905 | 15 => "The Angriest Angel", |
||
906 | 14 => "Never No More", |
||
907 | 13 => "Level of Necessity", |
||
908 | 12 => "Who Monitors the Birds?", |
||
909 | 11 => "The River of Stars", |
||
910 | 10 => "Stay with the Dead", |
||
911 | 9 => "Choice or Chance", |
||
912 | 8 => "Hostile Visit", |
||
913 | 7 => "The Enemy", |
||
914 | 6 => "Eyes", |
||
915 | 5 => "Ray Butts", |
||
916 | 4 => "Mutiny", |
||
917 | 3 => "The Dark Side of the Sun", |
||
918 | 2 => "The Farthest Man from Home", |
||
919 | 1 => "Pilot" |
||
920 | ) |
||
921 | ), |
||
922 | |||
199 | PointedEar | 923 | '<span class="stargate en"><span>S<span class="t">t</span><span class="a">a</span>rg<span class="a2">a</span>t<span>e</span></span> <span>SG-<span>1</span></span></span>' => &$stargate, |
924 | '<span class="stargate de"><span>St<span class="a">a</span>rg<span class="a2">a</span>te</span> <span>Komm<span class="a">a</span>ndo SG-1</span></span>' => &$stargate_de, |
||
32 | PointedEar | 925 | |
926 | '<span class="stargate atlantis"><span class="stargate"><span>St<span class="a">a</span>rg<span class="a">a</span>t<span>e</span></span></span>' |
||
927 | . ' <span class="atlantis"><span class="a">A</span>tlanti<span>s</span></span>' => &$stargate_atlantis, |
||
928 | |||
929 | '<abbr class="sg-u" title="Stargate Universe">S<span class="ring">G⚬</span>U</abbr>' => &$sgu, |
||
930 | |||
41 | PointedEar | 931 | '<span class="star-trek-tos">Star Trek</span>' => &$tos, |
932 | '<span class="star-trek-tng"><span class="star">Star</span> <span class="trek">Trek</span><span class="hidden">:</span><span class="tng">The Next Generation</span></span>' => &$tng, |
||
172 | PointedEar | 933 | |
192 | PointedEar | 934 | '<span class="time-trax">Time Trax</span>' => &$time_trax, |
32 | PointedEar | 935 | |
936 | '<span class="torchwood">Torchwood</span>' => array( |
||
937 | 'ignore' => true, |
||
938 | 'channel' => 'BBC 1', |
||
939 | 'showtimes' => 'Do 22:00', |
||
940 | // 'seen' => array(array(1, 4)), |
||
941 | // 'last_seen' => mktime(22, 45, 0, 6, 7, 2011), |
||
942 | 'seasons' => array(13, 13, 5, 10), |
||
943 | 'episode_list' => 'wiki:List_of_Torchwood_episodes', |
||
944 | 'episodes' => array( |
||
945 | // 1 => 'Wie alles begann (Everything Changes)', |
||
946 | // 2 => "Tag eins (Day One)", |
||
947 | // 3 => 'Die Geistermaschine (Ghost Machine)', |
||
948 | // 4 => 'Cyberwoman (Cyber Woman)', |
||
949 | // 5 => 'Aus dunkler Vorzeit (Small Worlds)', |
||
950 | // 6 => 'Erntezeit (Countrycide)', |
||
951 | // 7 => 'Timeo Danaos… (Greeks Bearing Gifts)', |
||
952 | // 8 => 'Sie haben Suzie schon wieder getötet! (They Keep Killing Suzie)', |
||
953 | // 9 => 'Das sechste Auge (Random Shoes)', |
||
954 | // 10 => 'Die Gestrandeten (Out of Time)', |
||
955 | // 11 => 'Faustrecht (Combat)', |
||
956 | // 12 => 'Captain Jack Harkness', |
||
957 | // 13 => 'Das Ende aller Tage (End of Days)', |
||
958 | |||
959 | // 14 => 'Kiss Kiss Bang Bang (Kiss Kiss, Bang Bang)', |
||
960 | // 15 => 'Invasion (Sleeper)', |
||
961 | // 16 => 'Bis zum letzten Mann (To the Last Man)', |
||
962 | // 17 => 'Fleisch (Meat)', |
||
963 | // 18 => 'Adam', |
||
964 | // 19 => 'Nebenwirkungen (Reset)', |
||
965 | // 20 => 'Untot (Dead Man Walking)', |
||
966 | // 21 => 'Aus dem Leben eines Toten (A Day in the Death)', |
||
967 | // 22 => 'Die Braut, der vor nichts graut (Something Borrowed)', |
||
968 | // 23 => 'Sie kamen aus dem Regen (From Out of the Rain)', |
||
969 | // 24 => 'Verschollen (Adrift)', |
||
970 | // 25 => 'Offenbarungen (Fragments)', |
||
971 | // 26 => 'Wundmale (Exit Wounds)', |
||
972 | |||
973 | // 27 => 'Kinder der Erde: Tag eins (Children of Earth: Day One)', |
||
974 | // 28 => 'Kinder der Erde: Tag zwei (Children of Earth: Day Two)', |
||
975 | // 29 => 'Kinder der Erde: Tag drei (Children of Earth: Day Three)', |
||
976 | // 30 => 'Kinder der Erde: Tag vier (Children of Earth: Day Four)', |
||
977 | // 31 => 'Kinder der Erde: Tag fünf (Children of Earth: Day Five)', |
||
978 | |||
979 | 32 => 'The New World', |
||
980 | 33 => 'Rendition', |
||
981 | 34 => 'Dead of Night', |
||
982 | // 35 => 'Escape to L.A.', |
||
983 | // 36 => 'The Categories of Life', |
||
984 | // 37 => 'The Middle Men', |
||
985 | // 38 => 'Immortal Sins', |
||
986 | // 39 => 'End of the Road', |
||
987 | // 40 => 'The Gathering', |
||
988 | // 41 => 'The Blood Line' |
||
989 | ) |
||
990 | ), |
||
991 | |||
992 | '<span class="torchwood">Torchwood</span> (de)' => array( |
||
172 | PointedEar | 993 | 'ignore' => true, |
32 | PointedEar | 994 | 'channel' => 'RTL Ⅱ', |
995 | 'showtimes' => 'Di 22:20', |
||
996 | 'seen' => array(array(1, 4)), |
||
997 | 'last_seen' => mktime(22, 45, 0, 6, 7, 2011), |
||
998 | 'seasons' => array(13, 13, 5, 10), |
||
999 | 'episode_list' => 'wiki:Liste_der_Torchwood-Episoden', |
||
1000 | 'episodes' => array( |
||
1001 | 1 => 'Wie alles begann (Everything Changes)', |
||
1002 | 2 => "Tag eins (Day One)", |
||
1003 | 3 => 'Die Geistermaschine (Ghost Machine)', |
||
1004 | 4 => 'Cyberwoman (Cyber Woman)', |
||
1005 | 5 => 'Aus dunkler Vorzeit (Small Worlds)', |
||
1006 | 6 => 'Erntezeit (Countrycide)', |
||
1007 | 7 => 'Timeo Danaos… (Greeks Bearing Gifts)', |
||
1008 | 8 => 'Sie haben Suzie schon wieder getötet! (They Keep Killing Suzie)', |
||
1009 | 9 => 'Das sechste Auge (Random Shoes)', |
||
1010 | 10 => 'Die Gestrandeten (Out of Time)', |
||
1011 | 11 => 'Faustrecht (Combat)', |
||
1012 | 12 => 'Captain Jack Harkness', |
||
1013 | 13 => 'Das Ende aller Tage (End of Days)', |
||
1014 | |||
1015 | 14 => 'Kiss Kiss Bang Bang (Kiss Kiss, Bang Bang)', |
||
1016 | 15 => 'Invasion (Sleeper)', |
||
1017 | // 16 => 'Bis zum letzten Mann (To the Last Man)', |
||
1018 | // 17 => 'Fleisch (Meat)', |
||
1019 | // 18 => 'Adam', |
||
1020 | // 19 => 'Nebenwirkungen (Reset)', |
||
1021 | // 20 => 'Untot (Dead Man Walking)', |
||
1022 | // 21 => 'Aus dem Leben eines Toten (A Day in the Death)', |
||
1023 | // 22 => 'Die Braut, der vor nichts graut (Something Borrowed)', |
||
1024 | // 23 => 'Sie kamen aus dem Regen (From Out of the Rain)', |
||
1025 | // 24 => 'Verschollen (Adrift)', |
||
1026 | // 25 => 'Offenbarungen (Fragments)', |
||
1027 | // 26 => 'Wundmale (Exit Wounds)', |
||
1028 | |||
1029 | // 27 => 'Kinder der Erde: Tag eins (Children of Earth: Day One)', |
||
1030 | // 28 => 'Kinder der Erde: Tag zwei (Children of Earth: Day Two)', |
||
1031 | // 29 => 'Kinder der Erde: Tag drei (Children of Earth: Day Three)', |
||
1032 | // 30 => 'Kinder der Erde: Tag vier (Children of Earth: Day Four)', |
||
1033 | // 31 => 'Kinder der Erde: Tag fünf (Children of Earth: Day Five)', |
||
1034 | |||
1035 | // 32 => 'The New World', |
||
1036 | // 33 => 'Rendition', |
||
1037 | // 34 => 'Dead of Night', |
||
1038 | // 35 => 'Escape to L.A.', |
||
1039 | // 36 => 'The Categories of Life', |
||
1040 | // 37 => 'The Middle Men', |
||
1041 | // 38 => 'Immortal Sins', |
||
1042 | // 39 => 'End of the Road', |
||
1043 | // 40 => 'The Gathering', |
||
1044 | // 41 => 'The Blood Line' |
||
1045 | ) |
||
1046 | ), |
||
1047 | '<span class="true-blood"><span class="upper">True</span>' |
||
172 | PointedEar | 1048 | . '<span class="hidden"> </span><span class="blood"><span class="lower">B</span>lood</span></span>' => &$true_blood, |
32 | PointedEar | 1049 | |
1050 | '<span class="tara"><span class="us-of">United States of</span>' |
||
1051 | . ' <span class="tara">Tara</span></span>' => array( |
||
192 | PointedEar | 1052 | // 'ignore' => true, |
32 | PointedEar | 1053 | 'channel' => 'online', |
1054 | // 'showtimes' => 'Do 23:24', |
||
192 | PointedEar | 1055 | 'seen' => array(array(1, 5)), |
32 | PointedEar | 1056 | // 'last_seen' => mktime(0, 4, 0, 9, 30, 2011), |
1057 | 'seasons' => array(12, 12, 12), |
||
1058 | 'episode_list' => 'wiki:Taras_Welten#Episodenliste', |
||
1059 | 'episodes' => array( |
||
1060 | 1 => "Pilot (Teenie-Alarm)", |
||
1061 | 2 => "Aftermath (Ruhe nach dem Sturm)", |
||
1062 | 3 => "Work (Eine Frau für alle Fälle)", |
||
1063 | 4 => "Himmel & Hölle (Inspiration)", |
||
1064 | 5 => "Party Time (Revolution)", |
||
1065 | 6 => "Familiengeheimnisse (Transition)", |
||
1066 | 7 => "Busenfreundinnen (Alternations)", |
||
1067 | 8 => "Weibliche Tricks und Triebe (Abundance)", |
||
1068 | 9 => "Reiseandenken (Possibility)", |
||
1069 | 10 => "Feuer unterm Dach (Betrayal)", |
||
1070 | 11 => "Schnee von gestern (Snow)", |
||
1071 | 12 => "Nackte Tatsachen (Miracle)", |
||
1072 | |||
1073 | 13 => "Zu neuen Ufern (Yes)", |
||
1074 | 14 => "Buck In Love (Trouble Junction)", |
||
1075 | 15 => "Auf dünnem Eis (The Truth Hurts)", |
||
1076 | 16 => "Die neue Therapeutin (You Becoming You)", |
||
1077 | 17 => "Hinter Gittern (Doin’ Time)", |
||
1078 | 18 => "Geschlossene Gesellschaft (Torando)", |
||
1079 | 19 => "Besuch vom Jugendamt (Dept. of Fucked Up Family Services)", |
||
1080 | 20 => "Die Kunstausstellung (Explosive Diorama)", |
||
1081 | 21 => "Das Familienporträt (The Family Portrait)", |
||
1082 | 22 => "Die Schwarze Witwe (Open House)", |
||
1083 | 23 => "Spurensuche (To Have and to Hold)", |
||
1084 | 24 => "Zerbrochene Träume (From this Day Forward)", |
||
1085 | |||
1086 | 25 => "…youwillnotwin…", |
||
1087 | 26 => "Crackerjack", |
||
1088 | 27 => "The Full F**k You Finger", |
||
1089 | 28 => "Wheels", |
||
1090 | 29 => "Dr. Hatteras’ Miracle Elixir", |
||
1091 | 30 => "The Road to Hell Is Paved with Breast Intentions", |
||
1092 | 31 => "The Electrifying & Magnanimous Return of Beaverlamp", |
||
1093 | 32 => "Chicken 'n' Corn", |
||
1094 | 33 => "Bryce Will Play", |
||
1095 | 34 => "Train Wreck", |
||
1096 | 35 => "Crunchy Ice", |
||
1097 | 36 => "The Good Parts" |
||
1098 | ) |
||
1099 | ), |
||
1100 | |||
1101 | '<span class="visitors"><span class="v">V</span>' |
||
1102 | . '<span class="hidden"> – </span><span class="subtitle">Die Besucher</span></span> (2009)' => array( |
||
1103 | 'channel' => 'ProSieben', |
||
1104 | 'showtimes' => 'Mi 20:15', |
||
1105 | 'seen' => array(array(1, 3)), |
||
1106 | 'last_seen' => mktime(20, 15, 0, 7, 18, 2011), |
||
1107 | 'seasons' => array(12, 10), |
||
1108 | 'episode_list' => 'wiki:V_-_Die_Besucher#Episodenliste', |
||
1109 | 'episodes' => array( |
||
1110 | 1 => "Wir kommen in Frieden (Pilot)", |
||
1111 | 2 => "Nichts ist mehr normal (There Is No Normal Anymore)", |
||
1112 | 3 => "Ein strahlender Tag (A Bright New Day)", |
||
1113 | 4 => "Das ist nur der Anfang (It’s Only The Beginning)", |
||
1114 | 5 => "Willkommen im Krieg (Welcome To The War)", |
||
1115 | 6 => "Ein Pfund Fleisch (Pound of Flesh)", |
||
1116 | 7 => "John May (John May)", |
||
1117 | 8 => "Wir können nicht gewinnen (We Can't Win)", |
||
1118 | 9 => "Die Ketzergabel (Heretic's Fork)", |
||
1119 | 10 => "Herz und Verstand (Hearts and Minds)", |
||
1120 | 11 => "Reifezeit (Fruition)", |
||
1121 | 12 => "Brennender Himmel (Red Sky)", |
||
1122 | // 13 => "Roter Regen (Red Rain)", |
||
1123 | // 14 => "Selbstmordkommandos (Serpent’s Tooth)", |
||
1124 | 15 => "Enthüllung (Laid Bare)", |
||
1125 | 16 => "Unheilige Allianz (Unholy Alliance)", |
||
1126 | 17 => "Concordia (Concordia)", |
||
1127 | 18 => "Belagerung (Siege)", |
||
1128 | 19 => "Geburtstagswehen (Birth Pangs)", |
||
1129 | 20 => "Offensive (Uneasy Lies the Head)", |
||
1130 | 21 => "Teufel in Blau (Devil in a Blue Dress)", |
||
1131 | 22 => "Muttertag (Mother’s Day)", |
||
1132 | ) |
||
1133 | ), |
||
1134 | |||
1135 | '<span class="visitor">The Visitor</span> (de)' => array( |
||
1136 | // 'ignore' => true, |
||
1137 | 'channel' => 'online', |
||
1138 | 'seen' => array(array(1, 2)), |
||
1139 | 'seasons' => array(13), |
||
1140 | 'episode_list' => 'wiki:en:The_Visitor_(TV_series)#Episodes', |
||
1141 | 'episodes' => array( |
||
1142 | 1 => "Pilot", |
||
1143 | 2 => "Fear of Flying (Angst vorm Fliegen)", |
||
1144 | 3 => "The Devil's Rainbow (Der blaue Kristall)", |
||
1145 | 4 => "Dreams (Warnung aus dem All)", |
||
1146 | 5 => "Remember (Operation Omega)", |
||
1147 | 6 => "The Black Box (Black Box)", |
||
1148 | 7 => "Devil Night (Teufelsnacht)", |
||
1149 | 8 => "Reunion (Die letzte Stunde)", |
||
1150 | 9 => "Caged (In den Fängen des Wahnsinns)", |
||
1151 | 10 => "Going Home (Das Ritual)", |
||
1152 | 11 => "Miracles (Wunder des Lebens)", |
||
1153 | 12 => "The Chain (Magnolias Visionen)", |
||
1154 | 13 => "The Trial (Verräter)" |
||
1155 | ) |
||
1156 | ), |
||
1157 | |||
1158 | '<span class="warehouse-13">Warehouse <span class="numbers">13</span></span>' => array( |
||
51 | PointedEar | 1159 | // 'ignore' => true, |
1160 | 'channel' => 'online', |
||
1161 | // 'showtimes' => 'Mi 18:15', |
||
192 | PointedEar | 1162 | 'seen' => array(array(1, 7)), |
51 | PointedEar | 1163 | // 'last_seen' => mktime(18, 15, 0, 5, 4, 2011), |
188 | PointedEar | 1164 | 'seasons' => array(12, 13, 13, 16), |
51 | PointedEar | 1165 | 'episode_list' => 'wiki:en:List_of_Warehouse_13_episodes', |
32 | PointedEar | 1166 | 'episodes' => array( |
51 | PointedEar | 1167 | 1 => 'Pilot (Der Kamm der Borgia)', |
1168 | 2 => 'Resonance (Der Klang der Musik)', |
||
1169 | 3 => 'Magnetism (Unterbewusstes Verlangen)', |
||
1170 | 4 => 'Claudia (Das Rheticus-Experiment)', |
||
64 | PointedEar | 1171 | 5 => 'Elements (Die Elemente der Macht)', |
51 | PointedEar | 1172 | 6 => 'Burnout (Das Rückgrat des Sarazenen)', |
1173 | 7 => 'Implosion (Das Schwert des Samurai)', |
||
1174 | 8 => 'Duped (Gefangen im Spiegel)', |
||
1175 | 9 => 'Regrets (Visionen der Reue)', |
||
1176 | 10 => 'Breakdown (Das Tribunal der Räte)', |
||
1177 | 11 => 'Nevermore (Die Macht der Worte)', |
||
1178 | 12 => 'MacPherson (Ein Ende mit Schrecken)', |
||
32 | PointedEar | 1179 | |
51 | PointedEar | 1180 | 13 => "Time Will Tell (Die Perle der Weisheit)", |
1181 | 14 => "Mild Mannered (In der Maske des Helden)", |
||
1182 | 15 => "Beyond Our Control (Unheimliches in Univille)", |
||
1183 | 16 => "Age Before Beauty (Der Preis der Jugend)", |
||
1184 | 17 => "13.1 (Das Hirn des Konstrukteurs)", |
||
1185 | 18 => "Around the Bend (Am Rande des Wahnsinns)", |
||
1186 | 19 => "For the Team (Der Zaubertrank der Wikinger)", |
||
1187 | 20 => "Merge with Caution (Im Körper des Kollegen)", |
||
1188 | 21 => "Vendetta (Der Rächer aus der Vergangenheit)", |
||
1189 | 22 => "Where and When (Zeitreise in die Sechziger)", |
||
1190 | 23 => "Buried (Das Vermächtnis der Ägypter)", |
||
1191 | 24 => "Reset (Der Dreizack der Verdammnis)", |
||
1192 | 25 => "Secret Santa (Der Geist der Weihnacht)", |
||
1193 | |||
1194 | 26 => "The New Guy", |
||
1195 | 27 => "Trials", |
||
1196 | 28 => "Love Sick", |
||
1197 | 29 => "Queen for a Day", |
||
1198 | 30 => "3… 2… 1…", |
||
1199 | 31 => "Don't Hate the Player", |
||
1200 | 32 => "Past Imperfect", |
||
1201 | 33 => "The 40th Floor", |
||
1202 | 34 => "Shadows", |
||
1203 | 35 => "Insatiable", |
||
1204 | 36 => "Emily Lake (Part 1)", |
||
1205 | 37 => "Stand (Part 2)", |
||
1206 | 38 => "The Greatest Gift", |
||
172 | PointedEar | 1207 | |
51 | PointedEar | 1208 | 39 => "A New Hope", |
1209 | 40 => "An Evil Within", |
||
1210 | 41 => "Personal Effects", |
||
1211 | 42 => "There's Always a Downside", |
||
1212 | 43 => "No Pain, No Gain", |
||
1213 | 44 => "Fractures", |
||
1214 | 45 => "Endless Wonder", |
||
1215 | 46 => "Second Chance", |
||
1216 | 47 => "The Ones You Love", |
||
172 | PointedEar | 1217 | 48 => "We All Fall Down", |
1218 | 49 => "The Living and the Dead", |
||
1219 | 50 => "Parks and Rehabilitation", |
||
1220 | 51 => "The Big Snag", |
||
1221 | 52 => "The Sky’s the Limit", |
||
188 | PointedEar | 1222 | 53 => "Instinct", |
1223 | 54 => "Runaway", |
||
32 | PointedEar | 1224 | ) |
1225 | ), |
||
1226 | )); |