Subversion Repositories LCARS

Rev

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