Rev 32 | Rev 188 | 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 | $scrubs = array( |
||
4 | // 'ignore' => true, |
||
5 | 'channel' => 'E4', |
||
6 | 'showtimes' => 'Mo–Fr 18:00–18:30', |
||
51 | PointedEar | 7 | 'seen' => array(array(1, 17)), |
26 | PointedEar | 8 | 'last_seen' => mktime(18, 30, 0, 9, 6, 2011), |
9 | 'seasons' => array(24, 22, 22, 25, 24, 22, 11, 19, 13), |
||
10 | 'episodes' => array( |
||
11 | 1 => "My First Day", |
||
12 | 2 => "My Mentor", |
||
13 | 3 => "My Best Friend’s Mistake", |
||
14 | 4 => "My Old Lady", |
||
15 | 5 => "My Two Dads", |
||
16 | 6 => "My Bad", |
||
17 | 7 => "My Super Ego", |
||
18 | 8 => "My Fifteen Minutes", |
||
19 | 9 => "My Day Off", |
||
20 | 10 => "My Nickname", |
||
21 | 11 => "My Own Personal Jesus", |
||
22 | 12 => "My Blind Date", |
||
23 | 13 => "My Balancing Act", |
||
24 | 14 => "My Drug Buddy", |
||
25 | 15 => "My Bed Banter & Beyond", |
||
26 | 16 => "My Heavy Meddle", |
||
27 | 17 => "My Student", |
||
28 | 18 => "My Tuscaloosa Heart", |
||
29 | 19 => "My Old Man", |
||
30 | 20 => "My Way or the Highway", |
||
31 | 21 => "My Sacrificial Clam", |
||
32 | 22 => "My Occurrence (1)", |
||
33 | 23 => "My Hero (2)", |
||
34 | 24 => "My Last Day", |
||
35 | |||
36 | 25 => "My Overkill", |
||
37 | 26 => "My Nightingale", |
||
38 | 27 => "My Case Study", |
||
39 | 28 => "My Big Mouth", |
||
40 | 29 => "My New Coat", |
||
41 | 30 => "My Big Brother", |
||
42 | 31 => "My First Step", |
||
43 | 32 => "My Fruit Cups", |
||
44 | 33 => "My Lucky Day", |
||
45 | 34 => "My Monster", |
||
46 | 35 => "My Sex Buddy", |
||
47 | 36 => "My New Old Friend", |
||
48 | 37 => "My Philosophy", |
||
49 | 38 => "My Brother, My Keeper", |
||
50 | 39 => "His Story", |
||
51 | 40 => "My Karma", |
||
52 | 41 => "My Own Private Practice Guy", |
||
53 | 42 => "My T.C.W.", |
||
54 | 43 => "My Kingdom", |
||
55 | 44 => "My Interpretation", |
||
56 | 45 => "My Drama Queen", |
||
57 | 46 => "My Dream Job", |
||
58 | |||
59 | 47 => "My Own American Girl", |
||
60 | 48 => "My Journey", |
||
61 | 49 => "My White Whale", |
||
62 | 50 => "My Lucky Night", |
||
63 | 51 => "My Brother, Where Art Thou?", |
||
64 | 52 => "My Advice to You", |
||
65 | 53 => "My Fifteen Seconds", |
||
66 | 54 => "My Friend the Doctor", |
||
67 | 55 => "My Dirty Secret", |
||
68 | 56 => "My Rule of Thumb", |
||
69 | 57 => "My Clean Break", |
||
70 | 58 => "My Catalyst", |
||
71 | 59 => "My Porcelain God", |
||
72 | 60 => "My Screw Up", |
||
73 | 61 => "My Tormented Mentor", |
||
74 | 62 => "My Butterfly", |
||
75 | 63 => "My Moment of Un-Truth", |
||
76 | 64 => "His Story II", |
||
77 | 65 => "My Choosiest Choice of All", |
||
78 | 66 => "My Fault", |
||
79 | 67 => "My Self-Examination", |
||
80 | 68 => "My Best Friend’s Wedding", |
||
81 | |||
82 | 69 => "My Old Friend's New Friend", |
||
83 | 70 => "My Office", |
||
84 | 71 => "My New Game", |
||
85 | 72 => "My First Kill", |
||
86 | 73 => "Her Story", |
||
87 | 74 => "My Cake", |
||
88 | 75 => "My Common Enemy", |
||
89 | 76 => "My Last Chance", |
||
90 | 77 => "My Malpractical Decision (1)", |
||
91 | 78 => "My Female Trouble (2)", |
||
92 | 79 => "My Unicorn", |
||
93 | 80 => "My Best Moment", |
||
94 | 81 => "My Ocardial Infarction", |
||
95 | |||
96 | 130 => "My Scrubs", |
||
97 | |||
98 | 141 => "My Hard Labor", |
||
99 | 142 => "My Inconvenient Truth", |
||
100 | ), |
||
101 | 'episode_list' => 'wiki:en:List_of_Scrubs_episodes' |
||
102 | ); |
||
103 | |||
104 | $scrubs_de = array( |
||
51 | PointedEar | 105 | 'ignore' => true, |
26 | PointedEar | 106 | 'channel' => 'ProSieben', |
107 | 'showtimes' => 'Mo–Fr 15:30', |
||
32 | PointedEar | 108 | 'seen' => array(array(1, 16)), |
26 | PointedEar | 109 | 'last_seen' => mktime(14, 55, 0, 9, 8, 2011), |
110 | 'seasons' => array(24, 22, 22, 25, 24, 22, 11, 19, 13), |
||
111 | 'episode_list' => 'wiki:Liste_der_Scrubs-Episoden', |
||
112 | 'episodes' => array( |
||
113 | 1 => "Mein erster Tag (My First Day)", |
||
114 | 2 => "Mein Mentor (My Mentor)", |
||
115 | 3 => "Mein Kunstfehler (My Best Friend’s Mistake)", |
||
116 | 4 => "Meine Lieblingspatientin (My Old Lady)", |
||
117 | 5 => "Meine Vorbilder (My Two Dads)", |
||
118 | 6 => "Mein Pech (My Bad)", |
||
119 | 7 => "Mein Konkurrent (My Super Ego)", |
||
120 | 8 => "Meine fünfzehn Minuten als Held (My Fifteen Minutes)", |
||
121 | 9 => "Mein freier Tag (My Day Off)", |
||
122 | 10 => "Mein Spitzname (My Nickname)", |
||
123 | 11 => "Mein Weihnachtswunder (My Own Personal Jesus)", |
||
124 | 12 => "Mein Date aus der Röhre (My Blind Date)", |
||
125 | 13 => "Meine zweite Chance (My Balancing Act)", |
||
126 | 14 => "Meine Alex (My Drug Buddy)", |
||
127 | 15 => "Meine Beziehung (My Bed Banter & Beyond)", |
||
128 | 16 => "Meine Melone (My Heavy Meddle)", |
||
129 | 17 => "Mein Student (My Student)", |
||
130 | 18 => "Mein schlimmster Fall (My Tuscaloosa Heart)", |
||
131 | 19 => "Mein alter Herr (My Old Man)", |
||
132 | 20 => "Mein Freund, der Chirurg (My Way or the Highway)", |
||
133 | 21 => "Mein größtes Opfer (My Sacrificial Clam)", |
||
134 | 22 => "Meine Zweifel (My Occurrence (1))", |
||
135 | 23 => "Mein Held (My Hero (2))", |
||
136 | 24 => "Mein letzter Tag (My Last Day)", |
||
137 | |||
138 | 25 => "Mein Rundumschlag (My Overkill)", |
||
139 | 26 => "Mein Nachtdienst (My Nightingale)", |
||
140 | 27 => "Mein Ticket nach Reno (My Case Study)", |
||
141 | 28 => "Meine große Klappe (My Big Mouth)", |
||
142 | 29 => "Mein Kittel (My New Coat)", |
||
143 | 30 => "Mein großer Bruder (My Big Brother)", |
||
144 | 31 => "Mein erster Schritt (My First Step)", |
||
145 | 32 => "Mein Pudding (My Fruit Cups)", |
||
146 | 33 => "Mein Glückstag (My Lucky Day)", |
||
147 | 34 => "Mein Monster (My Monster)", |
||
148 | 35 => "Meine Bettbeziehung (My Sex Buddy)", |
||
149 | 36 => "Meine neue alte Freundin (My New Old Friend)", |
||
150 | 37 => "Meine Theorie (My Philosophy)", |
||
151 | 38 => "Mein modernes Wissen (My Brother, My Keeper)", |
||
152 | 39 => "Seine Geschichte (His Story)", |
||
153 | 40 => "Mein Karma (My Karma)", |
||
154 | 41 => "Mein Coach (My Own Private Practice Guy)", |
||
155 | 42 => "Meine scharfe Koma-Braut (My T.C.W.)", |
||
156 | 43 => "Mein Größenwahn (My Kingdom)", |
||
157 | 44 => "Meine Interpretation (My Interpretation)", |
||
158 | 45 => "Mein Drama (My Drama Queen)", |
||
159 | 46 => "Mein Traumjob (My Dream Job)", |
||
160 | |||
161 | 47 => "Mein drittes Jahr (My Own American Girl)", |
||
162 | 48 => "Meine neue Ära (My Journey)", |
||
163 | 49 => "Mein Berater (My White Whale)", |
||
164 | 50 => "Mein Stolz (My Lucky Night)", |
||
165 | 51 => "Mein großer Fehler (My Brother, Where Art Thou?)", |
||
166 | 52 => "Mein Handtaschentrick (My Advice to You)", |
||
167 | 53 => "Meine fünfzehn Sekunden (My Fifteen Seconds)", |
||
168 | 54 => "Meine Kollegin (My Friend the Doctor)", |
||
169 | 55 => "Mein Verzicht (My Dirty Secret)", |
||
170 | 56 => "Meine Regeln (My Rule of Thumb)", |
||
171 | 57 => "Mein sauberer Abgang (My Clean Break)", |
||
172 | 58 => "Mein Katalysator (My Catalyst)", |
||
173 | 59 => "Meine Offenbarung (My Porcelain God)", |
||
174 | 60 => "Meine Schuld (My Screw Up)", |
||
175 | 61 => "Meine sexistischen Kollegen (My Tormented Mentor)", |
||
176 | 62 => "Mein Schmetterling (My Butterfly)", |
||
177 | 63 => "Meine Freundin Carla (My Moment of Un-Truth)", |
||
178 | 64 => "Mein Freund Turk (His Story II)", |
||
179 | 65 => "Meine kniffligste Entscheidung (My Choosiest Choice of All)", |
||
180 | 66 => "Meine wahren Gefühle (My Fault)", |
||
181 | 67 => "Mein Rückzieher (My Self-Examination)", |
||
182 | 68 => "Mein bester Freund heiratet (My Best Friend’s Wedding)", |
||
183 | |||
184 | 69 => "Meine Psychiaterin (My Old Friend’s New Friend)", |
||
185 | 70 => "Meine Beförderung (My Office)", |
||
186 | 71 => "Meine Schmach (My New Game)", |
||
187 | 72 => "Meine Begegnung mit dem Tod (My First Kill)", |
||
188 | 73 => "Ihre Geschichte (Her Story)", |
||
189 | 74 => "Meine Trauer (My Cake)", |
||
190 | 75 => "Mein hollywoodreifer Auftritt (My Common Enemy)", |
||
191 | 76 => "Meine einmalige Chance (My Last Chance)", |
||
192 | 77 => "Mein Spiel mit dem Feuer (My Malpractical Decision)", |
||
193 | 78 => "Meine Hexe (My Female Trouble)", |
||
194 | 79 => "Mein Einhorn (My Unicorn)", |
||
195 | 80 => "Mein bester Moment (My Best Moment)", |
||
196 | 81 => "Mein Absturz (My Ocardial Infarction)", |
||
197 | 82 => "Mein Partner (My Lucky Charm)", |
||
198 | 83 => "Mein Eid (My Hypocritical Oath)", |
||
199 | 84 => "Meine Lügen (My Quarantine)", |
||
200 | 85 => "Meine Sitcom (My Life in Four Cameras)", |
||
201 | 86 => "Meine Mitbewohner (My Roommates)", |
||
202 | 87 => "Mein Kuchen (My Best Laid Plans)", |
||
203 | 88 => "Mein Chef mal anders (My Boss’s Free Haircut)", |
||
204 | 89 => "Meine Lippen sind versiegelt (My Lips Are Sealed)", |
||
205 | 90 => "Meine Maßnahme (My Big Move)", |
||
206 | 91 => "Mein Glaube an die Menschheit (My Faith in Humanity)", |
||
207 | 92 => "Meine Kollegen, die Egozentriker (My Drive-By)", |
||
208 | 93 => "Mein Schokobär (My Changing Ways)", |
||
209 | |||
210 | 94 => "Mein Aufstieg (My Intern’s Eyes)", |
||
211 | 95 => "Mein Sinn für Humor (My Rite of Passage)", |
||
212 | // 96 => "Mein Triathlon (My Day At The Races)", |
||
213 | // 97 => "Meine Laudatio (My Jiggly Ball)", |
||
214 | // 98 => "Mein neuer Gott (My New God)", |
||
215 | // 99 => "Mein falscher Rückschluss (My Missed Perception)", |
||
216 | // 100 => "Mein Weg nach Hause (My Way Home)", |
||
217 | // 101 => "Mein Recht auf ein Dankeschön (My Big Bird)", |
||
218 | // 102 => "Mein kleiner Tollpatsch (My Half-Acre)", |
||
219 | // 103 => "Meine Therapie (Her Story II)", |
||
220 | // 104 => "Mein Kummer (My Buddy’s Booty)", |
||
221 | // 105 => "Mein Schützling (My Cabbage (1))", |
||
222 | // 106 => "Mein Leidensgenosse (My Five Stages (2))", |
||
223 | // 107 => "Mein Walkie Talkie (My Own Personal Hell)", |
||
224 | // 108 => "Meine wunderschönen Haare (My Extra Mile)", |
||
225 | // 109 => "Meine clevere Idee (My Bright Idea)", |
||
226 | // 110 => "Mein Bleistift (My Chopped Liver)", |
||
227 | // 111 => "Meine Aufrichtigkeit (My New Suit)", |
||
228 | // 112 => "Mein Freund, der Hausmeister (His Story III)", |
||
229 | // 113 => "Mein Mittagessen mit Cox (My Lunch)", |
||
230 | // 114 => "Mein gefallenes Idol (My Fallen Idol)", |
||
231 | // 115 => "Mein Déjà vu (My Déjà Vu)", |
||
232 | // 116 => "Mein neuer Schwarm (My Urologist)", |
||
233 | // 117 => "Mein perfektes Date (My Transition (1))", |
||
234 | // 118 => "Mein Spiegelbild (My Mirror Image (2))", |
||
235 | // 119 => "Mein Baby und sein Baby (My Best Friend’s Baby’s Baby and My Baby’s Baby)", |
||
236 | // 120 => "Mein Kaffee (My Coffee)", |
||
237 | // 121 => "Mein Dr. House (My House)", |
||
238 | // 122 => "Mein Neid (My Friend With Money)", |
||
239 | // 123 => "Mein Musical (My Musical)", |
||
240 | // 124 => "Meine streitsüchtigen Kollegen (His Story IV)", |
||
241 | // 125 => "Meine Spritztour (My Road to Nowhere)", |
||
242 | // 126 => "Mein Durchhänger (My Perspective)", |
||
243 | // 127 => "Meine Abmachung (My Therapeutic Month)", |
||
244 | // 128 => "Meine Erinnerungen (My Night To Remember)", |
||
245 | // 129 => "Mein Goldfischglas (My Fishbowl)", |
||
246 | // 130 => "Meine neuen Klamotten (My Scrubs)", |
||
247 | // 131 => "Mein scharfes Kindermädchen (My No Good Reason (1))", |
||
248 | // 132 => "Meine Patenschaft (My Long Goodbye (2))", |
||
249 | // 133 => "Mein tauber Patient (My Words of Wisdom)", |
||
250 | // 134 => "Meine Nebendarsteller (Their Story)", |
||
251 | // 135 => "Meine Eifersucht (My Turf War)", |
||
252 | // 136 => "Meine kalte Dusche (My Cold Shower)", |
||
253 | // 137 => "Meine Reise nach Phoenix (My Conventional Wisdom)", |
||
254 | // 138 => "Mein Kaninchen (My Rabbit)", |
||
255 | // 139 => "Meine Zukunft (My Point Of No Return)", |
||
256 | // 140 => "Mein voller Durchblick (My Own Worst Enemy)", |
||
257 | // 141 => "Meine schwere Geburt (My Hard Labor)", |
||
258 | // 142 => "Mein Erwachsenwerden (My Inconvenient Truth)", |
||
259 | // 143 => "Meine Eselsbrücken (My Identity Crisis)", |
||
260 | // 144 => "Mein inneres Kind (My Growing Pains)", |
||
261 | // 145 => "Meine Tabellenführung (My #1 Doctor)", |
||
262 | // 146 => "Meine Wasserbomben (My Bad Too)", |
||
263 | // 147 => "Mein Leben als Mann (My Manhood)", |
||
264 | // 148 => "Meine Dusel-Diagnose (My Dumb Luck)", |
||
265 | // 149 => "Mein neuer Chef (My Waste of Time)", |
||
266 | // 150 => "Mein Märchen (My Princess)", |
||
267 | // 151 => "Meine Vollidioten (My Jerks)", |
||
268 | // 152 => "Mein bester Fall (My Last Words)", |
||
269 | // 153 => "Mein Polizeistaat (My Saving Grace)", |
||
270 | // 154 => "Meine alte Flamme (My Happy Place)", |
||
271 | // 155 => "Meine Sesamstraße (My ABC’s)", |
||
272 | // 156 => "Meine tolle Liebesnacht (My Cookie Pants)", |
||
273 | // 157 => "Meine neue Rolle (My New Role)", |
||
274 | // 158 => "Mein verliebter Anwalt (My Lawyer's In Love)", |
||
275 | // 159 => "Meine Handy-Stimme (My Absence)", |
||
276 | // 160 => "Mein Brusthaar (My Comedy Show)", |
||
277 | // 161 => "Meine sprechenden Hände (My Nah Nah Nah)", |
||
278 | // 162 => "Meine Beliebtheit (Their Story II)", |
||
279 | // 163 => "Mein Vollmond (My Full Moon)", |
||
280 | // 164 => "Mein Bahamas, Teil 1 (My Soul On Fire, Part 1)", |
||
281 | // 165 => "Mein Bahamas, Teil 2 (My Soul On Fire, Part 2)", |
||
282 | // 166 => "Mein Chefchirurg (My Cuz)", |
||
283 | // 167 => "Meine 37 Minuten (My Chief Concern)", |
||
284 | // 168 => "Mein Finale, Teil 1 (My Finale, Part 1)", |
||
285 | // 169 => "Mein Finale, Teil 2 (My Finale, Part 2)", |
||
286 | // 170 => "Unsere erste Vorlesung (Our First Day of School)", |
||
287 | // 171 => "Unser Trinkerfreund (Our Drunk Friend)", |
||
288 | // 172 => "Unsere Vorbilder (Our Role Models)", |
||
289 | // 173 => "Unsere letzten Geschichten (Our Histories)", |
||
290 | // 174 => "Unsere Blutsauger (Our Mysteries)", |
||
291 | // 175 => "Unsere Besten (Our New Girl-Bro)", |
||
292 | // 176 => "Unsere weißen Kittel (Our White Coats)", |
||
293 | // 177 => "Unsere schrägen Paare (Our Couples)", |
||
294 | // 178 => "Unser Babymoon (Our Stuff Gets Real)", |
||
295 | // 179 => "Unser Spickzettel (Our True Lies)", |
||
296 | // 180 => "Unsere Höllenwoche (Our Dear Leaders)", |
||
297 | // 181 => "Unsere Fahrkünste (Our Driving Issues)", |
||
298 | // 182 => "Unser Dankeschön (Our Thanks)", |
||
299 | ) |
||
300 | ); |