Subversion Repositories LCARS

Rev

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

Rev Author Line No. Line
174 PointedEar 1
<?php
2
 
3
$true_blood = array(
4
//     'ignore'    => true,
5
  'channel'   => 'online',
6
  //     'showtimes' => 'Mi 00:10',
188 PointedEar 7
  'seen'      => array(array(1, 8)),
174 PointedEar 8
  'seasons'   => array(12, 12, 12, 12, 12, 2),
9
  'episode_list' => 'wiki:en:List_of_True_Blood_episodes',
10
  'episodes' => array(
11
     1 => "Strange Love",
12
     2 => "The First Taste",
13
     3 => "Mine",
14
     4 => "Escape From Dragon House",
15
     5 => "Sparks Fly Out",
16
     6 => "Cold Ground",
17
     7 => "Burning House of Love",
18
     8 => "The Fourth Man in the Fire",
19
     9 => "Plaisir d'Amour",
20
    10 => "I Don't Wanna Know",
21
    11 => "To Love is to Bury",
22
    12 => "You'll Be the Death of Me",
23
    13 => "Nothing But the Blood",
24
    14 => "Keep This Party Going",
25
    15 => "Scratches",
26
    16 => "Shake and Fingerpop",
27
    17 => "Never Let Me Go",
28
    18 => "Hard-Hearted Hannah",
29
    19 => "Release Me",
30
    20 => "Time Bomb",
31
    21 => "I Will Rise Up",
32
    22 => "New World In My View",
33
    23 => "Frenzy",
34
    24 => "Beyond Here Lies Nothing",
35
    25 => "Bad Blood",
36
    26 => "Beautifully Broken",
37
    27 => "It Hurts Me Too",
38
    28 => "9 Crimes",
39
    29 => "Trouble",
40
    30 => "I Got a Right to Sing the Blues",
41
    31 => "Hitting the Ground",
42
    32 => "Night on the Sun",
43
    33 => "Everything Is Broken",
44
    34 => "I Smell a Rat",
45
    35 => "Fresh Blood",
46
    36 => "Evil is Going On",
47
  )
48
);
49
 
50
  // '<span class="true-blood"><span class="upper">True</span>'
51
//   . '<span class="hidden"> </span><span class="lower">B</span>lood</span> (de)' => array(
52
  //     'channel'   => 'RTL Ⅱ',
53
  //     'showtimes' => 'Mi 21:05',
54
  //     'seen'      => array(array(1, 6)),
55
  //     'seasons'   => array(12, 12, 12, 12),
56
  //     'episode_list' => 'wiki:Liste_der_True-Blood-Episoden',
57
  //     'episodes' => array(
58
    //        1 => "Strange Love (Strange Love)",
59
    //        2 => "Blut geleckt (The First Taste)",
60
    //        3 => "Sie gehört zu mir (Mine)",
61
    //        4 => "Flucht aus dem Drachenhaus (Escape From Dragon House)",
62
    //        5 => "Funkenflug (Sparks Fly Out)",
63
    //        6 => "Kalte Erde (Cold Ground)",
64
    //        7 => "Brennende Leidenschaft (Burning House of Love)",
65
    //        8 => "Der vierte Mann im Feuer (The Fourth Man in the Fire)",
66
    //        9 => "Plaisir d'Amour (Plaisir d'Amour)",
67
    //       10 => "Gefährliches Spiel (I Don't Wanna Know)",
68
    //       11 => "Begräbnis aus Liebe (To Love is to Bury)",
69
    //       12 => "Du wirst mein Tod sein (You'll Be the Death of Me)",
70
    //       13 => "Nichts als Blut (Nothing But the Blood)",
71
    //       14 => "Die Party geht weiter (Keep This Party Going)",
72
    //       15 => "Kratzer (Scratches)",
73
    //       16 => "Überraschung (Shake and Fingerpop)",
74
    //       17 => "Verflucht (Never Let Me Go)",
75
    //       18 => "Hartherzige Hannah (Hard-Hearted Hannah)",
76
    //       19 => "Lass mich frei (Release Me)",
77
    //       20 => "Zeitbombe (Time Bomb)",
78
    //       21 => "Auferstehung (I Will Rise Up)",
79
    //       22 => "Neue Welt (New World In My View)",
80
    //       23 => "Ekstase (Frenzy)",
81
    //       24 => "Das Ende des Horizonts (Beyond Here Lies Nothing)",
82
    //       25 => "Böses Blut (Bad Blood)",
83
    //       26 => "Schön kaputt (Beautifully Broken)",
84
    //       27 => "Es tut so weh (It Hurts Me Too)",
85
    //       28 => "Neun Verbrechen (9 Crimes)",
86
    //       29 => "Ärger (Trouble)",
87
    //       30 => "Ich habe ein Recht darauf, den Blues zu singen (I Got a Right to Sing the Blues)",
88
    //       31 => "Am Boden der Tatsachen (Hitting the Ground)",
89
    //       32 => "Nacht auf der Sonne (Night on the Sun)",
90
    //       33 => "Alles ist zerbrochen (Everything Is Broken)",
91
    //       34 => "Verdacht (I Smell a Rat)",
92
    //       35 => "Frisches Blut (Fresh Blood)",
93
    //       36 => "Das Böse geht weiter (Evil is Going On)",
94
    //     )
95
  //   );