Subversion Repositories LCARS

Rev

Rev 26 | Rev 32 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26 Rev 29
Line 1... Line 1...
1
<?php
1
<?php
2
2
3
$monk = array(
3
$monk = array(
4
  'ignore'       => true,
4
//   'ignore'       => true,
5
  'channel'      => 'ITV1/3',
5
  'channel'      => 'online',
6
  'showtimes'    => 'diverse',
6
//   'showtimes'    => 'diverse',
7
  'seen'         => array(110, 111),
7
  'seen'         => array(array(1, 7), 110, 111),
8
//     'last_seen'    => mktime(21, 15, 0, 6, 5, 2011),
8
//     'last_seen'    => mktime(21, 15, 0, 6, 5, 2011),
9
  'seasons'      => array(13, 16, 16, 16, 16, 16, 16, 16),
9
  'seasons'      => array(13, 16, 16, 16, 16, 16, 16, 16),
10
  'episode_list' => 'wiki:Liste_der_Monk-Episoden',
10
  'episode_list' => 'wiki:Liste_der_Monk-Episoden',
11
  'episodes' => array(
11
  'episodes' => array(
12
//         1 => 'Mr. Monk and the Candidate (1)',
12
      1 => 'Mr. Monk and the Candidate (1)',
13
//         2 => 'Mr. Monk and the Candidate (2)',
13
      2 => 'Mr. Monk and the Candidate (2)',
14
//         3 => 'Mr. Monk and the Psychic',
14
      3 => 'Mr. Monk and the Psychic',
15
//         4 => 'Mr. Monk Meets Dale the Whale',
15
      4 => 'Mr. Monk Meets Dale the Whale',
16
//         5 => 'Mr. Monk Goes to the Carnival',
16
      5 => 'Mr. Monk Goes to the Carnival',
17
//         6 => 'Mr. Monk Goes to the Asylum',
17
      6 => 'Mr. Monk Goes to the Asylum',
18
//         7 => 'Mr. Monk and the Billionaire Mugger',
18
      7 => 'Mr. Monk and the Billionaire Mugger',
19
//         8 => 'Mr. Monk and the Other Woman',
19
      8 => 'Mr. Monk and the Other Woman',
20
//         9 => 'Mr. Monk and the Marathon Man',
20
      9 => 'Mr. Monk and the Marathon Man',
21
//        10 => 'Mr. Monk Takes a Vacation',
21
     10 => 'Mr. Monk Takes a Vacation',
22
//        11 => 'Mr. Monk and the Earthquake',
22
     11 => 'Mr. Monk and the Earthquake',
23
//        12 => 'Mr. Monk and the Red-Headed Stranger',
23
     12 => 'Mr. Monk and the Red-Headed Stranger',
24
//        13 => 'Mr. Monk and the Airplane',
24
     13 => 'Mr. Monk and the Airplane',
25
25
26
     94 => "Mr. Monk Buys a House (2011-09-19 17:05, ITV3)",
26
     94 => "Mr. Monk Buys a House (2011-09-19 17:05, ITV3)",
27
     95 => "Mr. Monk and The Genius (2011-09-20 17:10, ITV3)",
27
     95 => "Mr. Monk and The Genius (2011-09-20 17:10, ITV3)",
28
     96 => "Mr. Monk Gets Lotto Fever",
28
     96 => "Mr. Monk Gets Lotto Fever",
29
     97 => "Mr. Monk Takes a Punch",
29
     97 => "Mr. Monk Takes a Punch",
Line 57... Line 57...
57
    125 => "Mr. Monk and the End (2) (2011-08-23 21:00, ITV3)"
57
    125 => "Mr. Monk and the End (2) (2011-08-23 21:00, ITV3)"
58
  )
58
  )
59
);
59
);
60
60
61
$monk_de = array(
61
$monk_de = array(
-
 
62
  'ignore'       => true,
62
  'channel'      => 'ORF1/Super RTL/RTL',
63
  'channel'      => 'ORF1/Super RTL/RTL',
63
  'showtimes'    => 'diverse',
64
  'showtimes'    => 'diverse',
64
  'seen'         => array(array(1, 12)),
65
  'seen'         => array(array(1, 12)),
65
  'last_seen'    => mktime(21, 15, 0, 6, 5, 2011),
66
  'last_seen'    => mktime(21, 15, 0, 6, 5, 2011),
66
  'seasons'      => array(13, 16, 16, 16, 16, 16, 16, 16),
67
  'seasons'      => array(13, 16, 16, 16, 16, 16, 16, 16),