Subversion Repositories LCARS

Rev

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