Subversion Repositories LCARS

Rev

Rev 192 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
29 PointedEar 1
<?php
2
 
3
$castle = array(
51 PointedEar 4
//   'ignore'    => true,
29 PointedEar 5
  'channel'   => 'online',
6
//     'showtimes' => 'Fr 20:00',
302 PointedEar 7
  'seen'      => array(array(1, 15)),
29 PointedEar 8
//     'last_seen' => mktime(20, 0, 0, 7, 1, 2011),
188 PointedEar 9
  'seasons'   => array(10, 24, 24, 23, 24, 1),
29 PointedEar 10
  'episode_list' => 'wiki:en:List_of_Castle_episodes',
11
  'episodes' => array(
12
    1 => "Flowers for Your Grave",
13
    2 => "Nanny McDead",
14
    3 => "Hedge Fund Homeboys",
15
    4 => "Hell Hath No Fury",
16
    5 => "A Chill Goes Through Her Veins",
17
    6 => "Always Buy Retail",
18
    7 => "Home Is Where the Heart Stops",
19
    8 => "Ghosts",
20
    9 => "Little Girl Lost",
21
    10 => "A Death in the Family",
22
 
23
    11 => "Deep in Death",
24
    12 => "The Double Down",
25
    13 => "Inventing the Girl",
26
    14 => "Fool Me Once…",
27
    15 => "When the Bough Breaks",
28
    16 => "Vampire Weekend",
29
    17 => "Famous Last Words",
30
    18 => "Kill the Messenger",
31
    19 => "Love Me Dead",
32
    20 => "One Man's Treasure",
33
    21 => "The Fifth Bullet",
34
    22 => "A Rose for Everafter",
35
    23 => "Sucker Punch",
36
    24 => "The Third Man",
37
    25 => "Suicide Squeeze",
38
    26 => "The Mistress Always Spanks Twice",
39
    27 => "Tick, Tick, Tick…",
40
    28 => "Boom!",
41
    29 => "Wrapped Up in Death",
42
    30 => "The Late Shaft",
43
    31 => "Den of Thieves",
44
    32 => "Food to Die For",
45
    33 => "Overkill",
46
    34 => "A Deadly Game",
47
  )
48
);
49
 
50
//   '<span class="castle">Castle</span> (de)' => array(
51
  //     'ignore'    => true,
52
  // //     'channel'   => 'kabel eins / SF2',
53
  //     'channel'   => 'online',
54
  //     'showtimes' => 'Fr 20:15 / Mo 21:37',
55
  //     'seen'      => array(1),
56
  // //    'last_seen' => mktime(20, 0, 0, 7, 1, 2011),
57
  //     'seasons'   => array(10, 24, 24),
58
  //     'episode_list' => 'wiki:Castle_(Fernsehserie)#Episodenliste',
59
  //     'episodes' => array(
60
    //        1 => "Blumen für ihr Grab (Flowers for Your Grave)",
188 PointedEar 61
 
29 PointedEar 62
    //        5 => "Gefrorenes Blut (A Chill Goes Through Her Veins)",
188 PointedEar 63
 
29 PointedEar 64
    //       21 => "Die fünfte Kugel (The Fifth Bullet)",
65
    //       22 => "Eine Rose für immer und ewig (A Rose for Everafter)",
66
 
67
    //       25 => "Cuba Libre (Suicide Squeeze)",
68
    //       26 => "Die Domina schlägt immer zweimal zu (The Mistress Always Spanks Twice)",
69
    //       27 => "Tick, tick, tick …",
70
    //       28 => "Bumm! (Boom!)",
71
    //       29 => "Der Fluch der Mumie (Wrapped Up in Death)",
72
    //       30 => "Die Late-Night Jungs (The Late Shaft)",
73
    //       31 => "Keine Ganovenehre (Den of Thieves)",
74
    //       32 => "Leiche am Stiel (Food to Die For)",
75
    //       33 => "Zu viel des Guten (Overkill)",
76
    // //       34 => "Der tote Spion (A Deadly Game)",
77
 
78
    //       35 => "Eine tödliche Affäre (A Deadly Affair)",
79
    //       36 => "Er ist tot, sie ist tot (He’s Dead, She’s Dead)",
80
    //       37 => "Die Schatzkarte (Under The Gun)",
81
    //       38 => "Ein Mörder auf Zeitreise (Punked)",
82
    //       39 => "Anatomie eines Mordes (Anatomy of a Murder)",
83
    //       40 => "Der Dreifachmörder (3XK)",
84
    //       41 => "Fast berühmt (Almost Famous)",
85
    //       42 => "Der Glühbirnen-Held (Murder Most Fowl)",
86
    //       43 => "Akte X (Close Encounters of the Murderous Kind)",
87
    //       44 => "Speakeasy (Last Call)",
88
    //       45 => "Nikki Heat",
89
    //       46 => "Puff, du bist tot (Poof! You’re Dead)",
90
    //       47 => "Johanna Beckett (Knockdown)",
91
    //       48 => "Todsicheres Glück (Lucky Stiff)",
92
    //       49 => "Der letzte Nagel (The Final Nail)",
93
    //       50 => "Die schmutzige Bombe – Teil 1 (Setup (1))",
94
    //       51 => "Countdown – Teil 2 (Countdown (2)) (2011-09-30)",
95
    //       52 => "Mörderische Seifenoper (One Life to Lose)",
96
    //       53 => "Tod eines Geschworenen (Law & Murder)",
97
    //       54 => "Die Pizza-Connection (Slice of Death)",
98
    //       55 => "Tod im Pool (The Dead Pool)",
99
    //       56 => "Lieben und Sterben in L.A. (To Love and Die in L.A.)",
100
    //       57 => "Ganz schön tot (Pretty Dead)",
101
    //       58 => "Knockout",
102
    //     )
41 PointedEar 103
  //   ),