Subversion Repositories LCARS

Rev

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