Rev 29 | Rev 41 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 29 | Rev 32 | ||
|---|---|---|---|
| Line 20... | Line 20... | ||
| 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/smallville.php'; |
- | |
| 26 | include_once 'includes/stargate.php'; |
25 | include_once 'includes/stargate.php'; |
| 27 | include_once 'includes/star-trek-tos.php'; |
26 | include_once 'includes/star-trek-tos.php'; |
| - | 27 | include_once 'includes/superman.php'; |
|
| 28 | include_once 'includes/time-trax.php'; |
28 | include_once 'includes/time-trax.php'; |
| 29 | 29 | ||
| 30 | $serien = array_merge($serien, array( |
30 | $serien = array_merge($serien, array( |
| 31 | '<span class="buffy"><span class="title">Buffy</span><span class="hidden">' |
31 | '<span class="buffy"><span class="title">Buffy</span><span class="hidden">' |
| 32 | . ' – </span><span class="subtitle">the Vampire Slayer</span></span>' => &$buffy, |
32 | . ' – </span><span class="subtitle">the Vampire Slayer</span></span>' => &$buffy, |
| Line 78... | Line 78... | ||
| 78 | '<span class="doctor-who"><span class="gradient"><span class="gradient2">' |
78 | '<span class="doctor-who"><span class="gradient"><span class="gradient2">' |
| 79 | . '<span class="gradient3">Doctor Who</span></span></span></span> (9–11)' => array( |
79 | . '<span class="gradient3">Doctor Who</span></span></span></span> (9–11)' => array( |
| 80 | // 'ignore' => true, |
80 | // 'ignore' => true, |
| 81 | 'channel' => 'BBC 3', |
81 | 'channel' => 'BBC 3', |
| 82 | 'showtimes' => 'Fr 20:00', |
82 | 'showtimes' => 'Fr 20:00', |
| 83 | 'seen' => array(1, 42, 56, array(60, 62)), |
83 | 'seen' => array(array(1, 3), 42, 56, array(60, 62)), |
| 84 | 'last_seen' => mktime(20, 0, 0, 12, 19, 2011), |
84 | 'last_seen' => mktime(20, 0, 0, 12, 19, 2011), |
| 85 | 'seasons' => array( |
85 | 'seasons' => array( |
| 86 | 13, 'Special 2005' => 1, |
86 | 13, 'Special 2005' => 1, |
| 87 | 13, 'Special 2006' => 1, |
87 | 13, 'Special 2006' => 1, |
| 88 | 13, 'Special 2007' => 1, |
88 | 13, 'Special 2007' => 1, |
| Line 236... | Line 236... | ||
| 236 | ) |
236 | ) |
| 237 | ), |
237 | ), |
| 238 | 238 | ||
| 239 | '<span class="frasier">F<span>rasier</span></span>' => &$frasier, |
239 | '<span class="frasier">F<span>rasier</span></span>' => &$frasier, |
| 240 | 240 | ||
| - | 241 | '<span class="fresh-hell"><span class="gradient">Fresh Hell</span></span>' => array( |
|
| - | 242 | // 'ignore' => true, |
|
| - | 243 | 'channel' => 'online', |
|
| - | 244 | 'seen' => array(array(1, 5)), |
|
| - | 245 | // 'last_seen' => mktime(0, 5, 0, 7, 5, 2011), |
|
| - | 246 | 'seasons' => array(5, 10), |
|
| - | 247 | 'episode_list' => 'http://www.freshhellseries.com/home/category/video/episodes/season-1/', |
|
| - | 248 | 'episodes' => array( |
|
| - | 249 | 1 => 'Pilot', |
|
| - | 250 | 2 => 'The Actress Next Door', |
|
| - | 251 | 3 => 'The Agent Showcase', |
|
| - | 252 | 4 => 'The Agent Meeting', |
|
| - | 253 | 5 => 'The Manager Upstairs', |
|
| - | 254 | ||
| - | 255 | 6 => 'A Short Time Later', |
|
| - | 256 | 7 => "Levar", |
|
| - | 257 | 8 => "The Acting Class", |
|
| - | 258 | 9 => "Dakota's First Port Shoot", |
|
| - | 259 | 10 => "The Seance", |
|
| - | 260 | 11 => "The Birthday Party", |
|
| - | 261 | 12 => "The Billionaire", |
|
| - | 262 | 13 => "The Actor Prepares", |
|
| - | 263 | 14 => "The Jolinda Show", |
|
| - | 264 | 15 => "Dakota Leaving", |
|
| - | 265 | ) |
|
| - | 266 | ), |
|
| - | 267 | ||
| 241 | '<span class="fringe"><span class="gradient">' |
268 | '<span class="fringe"><span class="gradient">' |
| 242 | . ' <span class="f">F</span><span class="r">r</span><span class="i">i</span>' |
269 | . ' <span class="f">F</span><span class="r">r</span><span class="i">i</span>' |
| 243 | . '<span class="n">n</span><span class="g">g</span><span class="e">e</span>' |
270 | . '<span class="n">n</span><span class="g">g</span><span class="e">e</span>' |
| 244 | . '</span></span>' => array( |
271 | . '</span></span>' => array( |
| - | 272 | // 'ignore' => true, |
|
| 245 | 'channel' => 'ProSieben', |
273 | // 'channel' => 'ProSieben', |
| 246 | 'showtimes' => 'Mo 21:15–23:50', |
274 | // 'showtimes' => 'Mo 21:15–23:50', |
| 247 | 'seen' => array(array(1, 6)), |
275 | 'seen' => array(array(1, 6)), |
| 248 | 'last_seen' => mktime(0, 5, 0, 7, 5, 2011), |
276 | // 'last_seen' => mktime(0, 5, 0, 7, 5, 2011), |
| 249 | 'seasons' => array(20, 23, 22), |
277 | 'seasons' => array(20, 23, 22), |
| 250 | 'episode_list' => 'wiki:Liste_der_Fringe-Episoden', |
278 | 'episode_list' => 'wiki:Liste_der_Fringe-Episoden', |
| 251 | 'episodes' => array( |
279 | 'episodes' => array( |
| 252 | 1 => 'Flug 627 (Pilot)', |
280 | 1 => 'Pilot (Flug 627)', |
| 253 | 2 => 'Das Experiment (The Same Old Story)', |
281 | 2 => 'The Same Old Story (Das Experiment)', |
| 254 | 3 => 'Roy (The Ghost Network)', |
282 | 3 => 'The Ghost Network (Roy)', |
| 255 | 4 => 'Die Ankunft (The Arrival)', |
283 | 4 => 'The Arrival (Die Ankunft)', |
| 256 | 5 => 'Unter Strom (Power Hungry)', |
284 | 5 => 'Unter Strom (Power Hungry)', |
| 257 | 6 => 'Das Heilmittel (The Cure)', |
285 | 6 => 'Das Heilmittel (The Cure)', |
| 258 | 7 => "Der geheimnisvolle Mr. Jones (In Which We Meet Mr. Jones)", |
286 | 7 => "Der geheimnisvolle Mr. Jones (In Which We Meet Mr. Jones)", |
| 259 | 8 => "Die Gleichung (The Equation)", |
287 | 8 => "Die Gleichung (The Equation)", |
| 260 | 9 => "Schmetterlinge im Kopf (The Dreamscape)", |
288 | 9 => "Schmetterlinge im Kopf (The Dreamscape)", |
| Line 477... | Line 505... | ||
| 477 | 23 => "Bad Boys", |
505 | 23 => "Bad Boys", |
| 478 | 24 => "Reynholm vs. Reynholm / Douglas and Divorce[iTunes]", |
506 | 24 => "Reynholm vs. Reynholm / Douglas and Divorce[iTunes]", |
| 479 | ) |
507 | ) |
| 480 | ), |
508 | ), |
| 481 | 509 | ||
| - | 510 | '<span class="superman">Lois & Clark: The New Adventures of Superman</span>' => &$superman, |
|
| - | 511 | ||
| 482 | '<span class="macgyver">MacGyver</span>' => $macgyver, |
512 | '<span class="macgyver">MacGyver</span>' => $macgyver, |
| 483 | 513 | ||
| 484 | '<span class="monk">Monk</span>' => &$monk, |
514 | '<span class="monk">Monk</span>' => &$monk, |
| 485 | '<span class="monk">Monk</span> (de)' => &$monk_de, |
515 | '<span class="monk">Monk</span> (de)' => &$monk_de, |
| 486 | 516 | ||
| Line 697... | Line 727... | ||
| 697 | 727 | ||
| 698 | '<span class="roswell">Roswel<span>l</span></span>' => array( |
728 | '<span class="roswell">Roswel<span>l</span></span>' => array( |
| 699 | // 'ignore' => true, |
729 | // 'ignore' => true, |
| 700 | 'channel' => 'online', |
730 | 'channel' => 'online', |
| 701 | // 'showtimes' => 'Di–Sa 03:15', |
731 | // 'showtimes' => 'Di–Sa 03:15', |
| 702 | 'seen' => array(array(1, 4)), |
732 | 'seen' => array(array(1, 7)), |
| 703 | // 'last_seen' => mktime(5, 0, 0, 6, 2, 2011), |
733 | // 'last_seen' => mktime(5, 0, 0, 6, 2, 2011), |
| 704 | 'seasons' => array(22, 21, 18), |
734 | 'seasons' => array(22, 21, 18), |
| 705 | 'episodes' => array( |
735 | 'episodes' => array( |
| 706 | 1 => "Pilot", |
736 | 1 => "Pilot", |
| 707 | 2 => "The Morning After", |
737 | 2 => "The Morning After", |
| Line 975... | Line 1005... | ||
| 975 | // 41 => 'The Blood Line' |
1005 | // 41 => 'The Blood Line' |
| 976 | ) |
1006 | ) |
| 977 | ), |
1007 | ), |
| 978 | '<span class="true-blood"><span class="upper">True</span>' |
1008 | '<span class="true-blood"><span class="upper">True</span>' |
| 979 | . '<span class="hidden"> </span><span class="blood"><span class="lower">B</span>lood</span></span>' => array( |
1009 | . '<span class="hidden"> </span><span class="blood"><span class="lower">B</span>lood</span></span>' => array( |
| 980 | 'ignore' => true, |
1010 | // 'ignore' => true, |
| 981 | 'channel' => 'online', |
1011 | 'channel' => 'online', |
| 982 | // 'showtimes' => 'Mi 00:10', |
1012 | // 'showtimes' => 'Mi 00:10', |
| 983 | 'seen' => array(array(1, 3)), |
1013 | 'seen' => array(array(1, 4)), |
| 984 | 'seasons' => array(12, 12, 12, 12), |
1014 | 'seasons' => array(12, 12, 12, 12), |
| 985 | 'episode_list' => 'wiki:en:List_of_True_Blood_episodes', |
1015 | 'episode_list' => 'wiki:en:List_of_True_Blood_episodes', |
| 986 | 'episodes' => array( |
1016 | 'episodes' => array( |
| 987 | 1 => "Strange Love", |
1017 | 1 => "Strange Love", |
| 988 | 2 => "The First Taste", |
1018 | 2 => "The First Taste", |