Subversion Repositories LCARS

Rev

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

Rev Author Line No. Line
26 PointedEar 1
<?php
2
 
3
$simpsons = array(
4
//   'ignore'       => true,
5
  'channel'   => 'Channel 4 / online',
6
  'showtimes' => 'So 14:00–15:05',
7
  'seen'      => array(
28 PointedEar 8
      array(1, 9), array(11, 12), array(14, 30),
26 PointedEar 9
      array(63, 64), 95),
10
//   'last_seen' => mktime(21, 30, 0, 8, 3, 2010),
11
  'seasons'   => array(13, 22, 24, 22, 22       , 25, 25, 25, 25, 23, 22,
12
      21, 22, 22, 22, 21, 22, 22, 20, 21, 23, 22, 22),
13
        'episode_list' => 'wiki:en:List_of_The_Simpsons_episodes#Episodes',
14
  'episodes' => array(
15
      1 => 'Simpsons Roasting on an Open Fire',
16
      2 => 'Bart the Genius',
17
      3 => 'Homer’s Odyssey',
18
      4 => "There's No Disgrace Like Home",
19
      5 => "Bart the General",
20
      6 => "Moaning Lisa",
21
      7 => "The Call of the Simpsons",
22
      8 => "The Telltale Head",
23
      9 => "Life on the Fast Lane",
24
     10 => "Homer's Night Out",
25
     11 => "The Crepes of Wrath",
26
     12 => "Krusty Gets Busted",
27
     13 => "Some Enchanted Evening",
28
 
29
     14 => "Bart Gets an F",
30
     15 => "Simpson and Delilah",
31
     16 => "Treehouse of Horror",
32
     17 => "Two Cars in Every Garage and Three Eyes on Every Fish",
33
     18 => "Dancin' Homer",
34
     19 => "Dead Putting Society",
35
     20 => "Bart vs. Thanksgiving",
36
     21 => "Bart the Daredevil",
37
     22 => "Itchy & Scratchy & Marge",
38
     23 => "Bart Gets Hit by a Car",
39
     24 => "One Fish, Two Fish, Blowfish, Blue Fish",
40
     25 => "The Way We Was",
41
     26 => "Homer vs. Lisa and the 8th Commandment",
42
     27 => "Principal Charming",
43
     28 => "Oh Brother, Where Art Thou?",
44
     29 => "Bart's Dog Gets an F",
45
     30 => "Old Money",
46
     31 => "Brush with Greatness",
47
     32 => "Lisa's Substitute",
48
     33 => "The War of the Simpsons",
49
     34 => "Three Men and a Comic Book",
50
     35 => "Blood Feud",
51
 
52
     63 => "Lisa the Beauty Queen",
53
     64 => "Treehouse of Horror III",
54
 
55
     77 => "So It’s Come to This: A Simpsons Clip Show",
56
     78 => "The Front",
57
     79 => "Whacking Day",
58
     80 => "Marge in Chains",
59
 
60
     84 => "Homer Goes to College",
61
     85 => "Rosebud",
62
     86 => "Treehouse of Horror IV",
63
     87 => "Marge on the Lam",
64
     88 => "Bart’s Inner Child",
65
     89 => "Boy-Scoutz N the Hood",
66
     90 => "The Last Temptation of Homer",
67
     91 => "\$pringfield (Or How I Learned to Stop Worrying and Love Legalised Gambling)",
68
     92 => "Homer the Vigilante",
69
     93 => "Bart Gets Famous",
70
     94 => "Homer and Apu",
71
     95 => "Lisa vs. Malibu Stacy",
72
//      96 => "Deep Space Homer",
73
     97 => "Homer Loves Flanders",
74
 
75
    106 => "Another Simpsons Clip Show",
76
 
77
    114 => "Fear of Flying",
78
    115 => "Homer the Great",
79
    116 => "Maggie Makes Three",
80
 
81
    118 => "Homie the Clown",
82
    119 => "Bart vs. Australia",
83
 
84
    240 => "Alone Again, Natura-Diddily",
85
    241 => "Missionary: Impossible",
86
 
87
    248 => "Behind the Laughter",
88
 
89
    273 => "Gloria – die wahre Liebe (A Hunka Hunka Burns in Love)",
90
 
91
    284 => "Blame It on Lisa",
92
 
93
    291 => "Poppa's Got a Brand New Badge",
94
 
95
    365 => "Simpsons Christmas Stories",
96
 
97
    371 => "Homer Simpson, This Is Your Wife",
98
 
99
    388 => "The Wife Aquatic",
100
 
101
    409 => "Eternal Moonshine of the Simpson Mind",
102
  )
103
);
104
 
105
$simpsons_de = array(
106
  'ignore'       => true,
107
  'channel'   => 'ProSieben / ORF1',
108
  'showtimes' => 'Mo–Do, Sa, So 18:10 / So 12:45',
109
//   'seen'      => array(array(1, 3)),
110
//   'last_seen' => mktime(21, 30, 0, 8, 3, 2010),
111
  'seasons'   => array(13, 22, 24, 22, 22       , 25, 25, 25, 25, 23, 22, 21, 22, 22,
112
    22, 21, 22, 22, 20, 21, 23, 22, 15),
113
        'episode_list' => 'wiki:Liste_der_Simpsons-Episoden#Serie',
114
  'episodes' => array(
115
//       1 => 'Es weihnachtet schwer (Simpsons Roasting on an Open Fire)',
116
//       2 => 'Bart wird ein Genie (Bart the Genius)',
117
//       3 => 'Der Versager (Homer’s Odyssey)',
118
 
119
     85 => "Kampf um Bobo (Rosebud)",
120
     86 => "Die Fahrt zur Hölle (Treehouse of Horror IV)",
121
 
122
     88 => "Bart, das innere Ich (Bart’s Inner Child)",
123
     89 => "Auf Wildwasserfahrt (Boy-Scoutz N the Hood)",
124
 
125
//      99 => "Burns Erbe (Burns’ Heir)",
126
 
127
     71 => "Homer kommt in Fahrt (Marge vs. the Monorail)",
128
 
129
     77 => "Nur ein Aprilscherz… (So It’s Come to This: A Simpsons Clip Show)",
130
 
131
     83 => "Am Kap der Angst (Cape Feare)",
132
     84 => "Homer an der Uni (Homer Goes to College)",
133
 
134
     87 => "Die rebellischen Weiber (Marge on the Lam)",
135
 
136
    105 => "Lisas Rivalin (Lisa’s Rival)",
137
    106 => "Romantik ist überall (Another Simpsons Clip Show)",
138
    107 => "Der unheimliche Vergnügungspark (Itchy & Scratchy Land)",
139
    108 => "Tingeltangel-Bob (Sideshow Bob Roberts)",
140
 
141
    119 => "Bart gegen Australien (Bart vs. Australia)",
142
 
143
    131 => "Bei Simpsons stimmt was nicht! (Home Sweet Homediddly-Dum-Doodily)",
144
 
145
    136 => "Wer ist Mona Simpson? (Mother Simpson)",
146
 
147
    150 => "Simpson und sein Enkel in „Die Schatzsuche“"
148
           . " (Raging Abe Simpson and His Grumbling Grandson in “The Curse of the Flying Hellfish”)",
149
 
150
    203 => "Die Gefahr, erwischt zu werden (Natural Born Kissers)",
151
    204 => "Ein jeder kriegt sein Fett (Lard of the Dance)",
152
    205 => "Im Schatten des Genies (The Wizard of Evergreen Terrace)",
153
    206 => "Bart brütet etwas aus (Bart the Mother)",
154
    207 => "Das unheimliche Mord-Transplantat (Treehouse of Horror IX)",
155
//     208 => "Kennst du berühmte Stars? (When You Dish Upon a Star)",
156
 
157
    210 => "Die große Betrügerin (Lisa Gets an “A”)",
158
    211 => "Grandpa’s Nieren explodieren (Homer Simpson in: “Kidney Trouble”)",
159
 
160
    213 => "Wir fahr’n nach… Vegas (Viva Ned Flanders)",
161
    214 => "Allgemeine Ausgangssperre (Wild Barts Can’t Be Broken)",
162
    215 => "Nur für Spieler und Prominente (Sunday, Cruddy Sunday)",
163
 
164
    218 => "Marge Simpson im Anmarsch (Marge Simpson in: “Screaming Yellow Honkers”)",
165
 
166
    241 => "Der beste Missionar aller Zeiten (Missionary: Impossible)",
167
 
168
    244 => "Barneys Hubschrauber Flugstunde (Days of Wine and D’oh’ses)",
169
    245 => "Kill den Alligator und dann… (Kill the Alligator and Run)",
170
    246 => "Sie wollte schon immer Tänzerin werden (Last Tap Dance in Springfield)",
171
 
172
    274 => "Aus dunklen Zeiten (The Blunder Years)",
173
 
174
    277 => "Die süßsaure Marge (Sweets and Sour Marge)",
175
 
176
    285 => "Homer einmal ganz woanders (Weekend at Burnsie’s)",
177
 
178
    288 => "Die Apu und Manjula Krise (The Sweetest Apu)",
179
 
180
    297 => "Und der Mörder ist… (The Great Louse Detective)",
181
    298 => "Lehrerin des Jahres (Special Edna)",
182
 
183
    306 => "Mr. Burns wird entlassen (C.E. D’oh)",
184
 
185
    308 => "Homer auf Irrwegen (Three Gays of the Condo)",
186
 
187
    310 => "Die Helden von Springfield (Old Yeller Belly)",
188
 
189
    312 => "Auf dem Kriegspfad (Bart of War)",
190
 
191
    320 => "Eine Simpsons-Weihnachtsgeschichte (’Tis The Fifteenth Season)",
192
    321 => "Marge gegen Singles, Senioren, kinderlose Paare, Teenager und Schwule"
193
           . " (Marge vs. Singles, Seniors, Childless Couples and Teens, and Gays)",
194
    322 => "Häuptling KnockaHomer (I, D’oh-Bot)",
195
 
196
    325 => "Milhouse lebt hier nicht mehr (Milhouse Doesn’t Live Here Anymore)",
197
    326 => "Klug & Klüger (Smart and Smarter)",
198
    327 => "Rat mal, wer zum Essen kommt (The Ziff Who Came to Dinner)",
199
    328 => "Marge im Suff (Co-Dependent’s Day)",
200
 
201
    330 => "Hochzeit auf Klingonisch (My Big Fat Geek Wedding)",
202
 
203
    353 => "Lisa Simpson: Superstar (A Star is Torn)",
204
 
205
    365 => "Simpsons Weihnachtsgeschichten (Simpsons Christmas Stories)",
206
 
207
    372 => "Corrida de Toro (Million Dollar Abie)",
208
 
209
    377 => "Gott gegen Lisa Simpson (The Monkey Suit)",
210
 
211
    397 => "Brand und Beute (Crook and Ladder)",
212
 
213
    393 => "Ein unmögliches Paar (Rome-old and Juli-eh)",
214
    394 => "Homerazzi",
215
    395 => "Marge Online (Marge Gamer)",
216
 
217
    405 => "Nach Hause telefonieren (Treehouse of Horror XVIII)",
218
 
219
    413 => "Debarted – Unter Ratten (The Debarted)",
220
 
221
    419 => "Lebwohl, Mona (Mona Leaves-a)",
222
 
223
    424 => "Der Tod kommt dreimal (Treehouse of Horror XIX)",
224
 
225
    440 => "Vier Powerfrauen und eine Maniküre (Four Great Women and a Manicure)",
226
 
227
    457 => "Simpson und Gomorrha (The Greatest Story Ever D’ohed)",
228
    460 => "Walverwandtschaft (The Squirt and the Whale)",
229
    461 => "Nedtropolis (To Surveil With Love)",
230
 
231
    474 => "Im Zeichen des Schwertes (Moms I’d Like to Forget)",
232
 
233
    478 => "Wütender Dad – Der Film (Angry Dad – The Movie)",
234
 
235
    476 => "Wenn der Homer mit dem Sohne (Homer the Father)",
236
  )
237
);