Subversion Repositories LCARS

Compare Revisions

Last modification

Regard whitespace Rev 29 → Rev 28

/trunk/media/video/series/includes/time-trax.php
File deleted
/trunk/media/video/series/includes/castle.php
File deleted
\ No newline at end of file
/trunk/media/video/series/includes/simpsons.php
5,7 → 5,7
'channel' => 'Channel 4 / online',
'showtimes' => 'So 14:00–15:05',
'seen' => array(
array(1, 9), array(11, 12), array(14, 32),
array(1, 9), array(11, 12), array(14, 30),
array(63, 64), 95),
// 'last_seen' => mktime(21, 30, 0, 8, 3, 2010),
'seasons' => array(13, 22, 24, 22, 22 , 25, 25, 25, 25, 23, 22,
/trunk/media/video/series/includes/smallville.php
4,7 → 4,7
// 'ignore' => true,
'channel' => 'online',
// 'showtimes' => 'Mo-Fr 14:10',
'seen' => array(array(1, 15)),
'seen' => array(array(1, 13)),
'seasons' => array(21, 23, 22, 22, 22, 22, 20, 22, 21, 22),
'episode_list' => 'wiki:en:List_of_Smallville_episodes',
'episodes' => array(
/trunk/media/video/series/includes/monk.php
1,27 → 1,27
<?php
 
$monk = array(
// 'ignore' => true,
'channel' => 'online',
// 'showtimes' => 'diverse',
'seen' => array(array(1, 7), 110, 111),
'ignore' => true,
'channel' => 'ITV1/3',
'showtimes' => 'diverse',
'seen' => array(110, 111),
// 'last_seen' => mktime(21, 15, 0, 6, 5, 2011),
'seasons' => array(13, 16, 16, 16, 16, 16, 16, 16),
'episode_list' => 'wiki:Liste_der_Monk-Episoden',
'episodes' => array(
1 => 'Mr. Monk and the Candidate (1)',
2 => 'Mr. Monk and the Candidate (2)',
3 => 'Mr. Monk and the Psychic',
4 => 'Mr. Monk Meets Dale the Whale',
5 => 'Mr. Monk Goes to the Carnival',
6 => 'Mr. Monk Goes to the Asylum',
7 => 'Mr. Monk and the Billionaire Mugger',
8 => 'Mr. Monk and the Other Woman',
9 => 'Mr. Monk and the Marathon Man',
10 => 'Mr. Monk Takes a Vacation',
11 => 'Mr. Monk and the Earthquake',
12 => 'Mr. Monk and the Red-Headed Stranger',
13 => 'Mr. Monk and the Airplane',
// 1 => 'Mr. Monk and the Candidate (1)',
// 2 => 'Mr. Monk and the Candidate (2)',
// 3 => 'Mr. Monk and the Psychic',
// 4 => 'Mr. Monk Meets Dale the Whale',
// 5 => 'Mr. Monk Goes to the Carnival',
// 6 => 'Mr. Monk Goes to the Asylum',
// 7 => 'Mr. Monk and the Billionaire Mugger',
// 8 => 'Mr. Monk and the Other Woman',
// 9 => 'Mr. Monk and the Marathon Man',
// 10 => 'Mr. Monk Takes a Vacation',
// 11 => 'Mr. Monk and the Earthquake',
// 12 => 'Mr. Monk and the Red-Headed Stranger',
// 13 => 'Mr. Monk and the Airplane',
 
94 => "Mr. Monk Buys a House (2011-09-19 17:05, ITV3)",
95 => "Mr. Monk and The Genius (2011-09-20 17:10, ITV3)",
59,7 → 59,6
);
 
$monk_de = array(
'ignore' => true,
'channel' => 'ORF1/Super RTL/RTL',
'showtimes' => 'diverse',
'seen' => array(array(1, 12)),
/trunk/media/video/series/includes/dead-zone.php
4,7 → 4,7
// 'ignore' => true,
'channel' => 'online',
// 'showtimes' => 'Mo–Fr 16:10',
'seen' => array(array(1, 4), array(22, 23)),
'seen' => array(array(1, 3), array(22, 23)),
// 'last_seen' => mktime(16, 5, 0, 5, 16, 2011),
'seasons' => array(13, 19, 12, 12, 11, 13),
'episode_list' => 'http://episoden.wikia.com/wiki/Dead_Zone',
/trunk/media/video/series/includes/buffy.php
5,7 → 5,7
'channel' => 'online',
// 'showtimes' => 'Mo 22:05–00:30',
'seasons' => array(12, 22, 22, 22, 22, 22, 22),
'seen' => array(array(1, 10)),
'seen' => array(array(1, 9)),
'episode_list' => 'http://www.serienjunkies.de/Buffy/season1.html',
'episodes' => array(
1 => "Welcome to the Hellmouth (Das Zentrum des Bösen)",
/trunk/media/video/series/includes/big-bang-theory.php
6,7 → 6,7
'channel' => 'E4',
'showtimes' => 'Sa 19:00-20:00',
'seen' => array(array(1, 26)),
'seasons' => array(17, 23, 23, 24, 24),
'seasons' => array(17, 23, 23, 24, 13),
'episode_list' => 'wiki:Liste_der_The-Big-Bang-Theory-Episoden',
'episodes' => array(
1 => "Pilot",
109,17 → 109,6
98 => "The Speckerman Recurrence",
99 => "The Shiny Trinket Maneuver",
100 => "The Recombination Hypothesis",
101 => "The Beta Test Initiation",
102 => "The Friendship Contraction",
103 => "The Vacation Solution",
104 => "The Rothman Disintegration",
105 => "The Werewolf Transformation",
106 => "The Weekend Vortex",
107 => "The Transporter Malfunction",
108 => "The Hawking Excitation",
109 => "The Stag Convergence",
110 => "The Launch Acceleration",
111 => "The Countdown Reflection",
)
);