Rev 26 | Rev 64 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 26 | Rev 51 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?php
|
1 | <?php
|
2 | 2 | ||
3 | $charmed = array( |
3 | $charmed = array( |
- | 4 | // 'ignore' => true,
|
|
4 | 'channel' => 'Kabel 1', |
5 | 'channel' => 'online', |
5 | 'showtimes' => 'Do 21:50', |
6 | // 'showtimes' => 'Do 21:50',
|
6 | 'seen' => array(array(1, 16)), |
7 | 'seen' => array(array(1, 11)), |
7 | 'last_seen' => mktime(8, 10, 0, 10, 20, 2011), |
8 | // 'last_seen' => mktime(8, 10, 0, 10, 20, 2011),
|
8 | 'seasons' => array(22, 22, 22, 22, 23, 23, 22, 22), |
9 | 'seasons' => array(22, 22, 22, 22, 23, 23, 22, 22), |
9 | 'episode_list' => 'http://www.tvsi.de/mysteryserien/charmed.php', |
10 | 'episode_list' => 'http://www.tvsi.de/mysteryserien/charmed.php', |
10 | 'episodes' => array( |
11 | 'episodes' => array( |
11 | 1 => "Das Buch der Schatten (Something Wicca This Way Comes)", |
12 | 1 => "Something Wicca This Way Comes (Das Buch der Schatten)", |
12 | 2 => "Teuflische Augen (I've Got You Under My Skin)", |
13 | 2 => "I've Got You Under My Skin (Teuflische Augen)", |
13 | 3 => "Die Formwandler (Thank You For Not Morphing)", |
14 | 3 => "Thank You For Not Morphing (Die Formwandler)", |
14 | 4 => "Rendezvous mit einem Geist (Dead Man Dating)", |
15 | 4 => "Dead Man Dating (Rendezvous mit einem Geist)", |
15 | 5 => "Tödliche Träume (Dream Sorcerer)", |
16 | 5 => "Dream Sorcerer (Tödliche Träume)", |
16 | 6 => "Höllenhochzeit (Wedding From Hell)", |
17 | 6 => "Wedding From Hell (Höllenhochzeit)", |
17 | 7 => "Schwester der Nacht (The Fourth Sister)", |
18 | 7 => "The Fourth Sister (Schwester der Nacht)", |
18 | 8 => "Der Wahrheitszauber (The Truth is Out There... and It Hurts)", |
19 | 8 => "The Truth is Out There... and It Hurts (Der Wahrheitszauber)", |
19 | 9 => "Rückkehr aus dem Jenseits (The Witch Is Back)", |
20 | 9 => "The Witch Is Back (Rückkehr aus dem Jenseits)", |
20 | 10 => "Machtlos (Wicca Envy)", |
21 | 10 => "Wicca Envy (Machtlos)", |
21 | 11 => "Der Fluch der Urne (Feats of Clay)", |
22 | 11 => "Feats of Clay (Der Fluch der Urne)", |
22 | 12 => "Wendigo (The Wendigo)", |
23 | 12 => "Wendigo (The Wendigo)", |
23 | 13 => "Liebe ist die stärkste Macht (From Fear To Eternity)", |
24 | 13 => "Liebe ist die stärkste Macht (From Fear To Eternity)", |
24 | 14 => "Nachricht von Max (Secrets and Guys)", |
25 | 14 => "Nachricht von Max (Secrets and Guys)", |
25 | 15 => "Wer hat Angst vorm Schwarzen Mann? (Is There a Woogy in the House?)", |
26 | 15 => "Wer hat Angst vorm Schwarzen Mann? (Is There a Woogy in the House?)", |
26 | 16 => "Man stirbt nur dreimal (Which Prue Is It, Anyway?)", |
27 | 16 => "Man stirbt nur dreimal (Which Prue Is It, Anyway?)", |