Subversion Repositories LCARS

Rev

Rev 32 | Rev 51 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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