Subversion Repositories LCARS

Rev

Rev 199 | Rev 267 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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