Subversion Repositories LCARS

Rev

Rev 29 | Rev 41 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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