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