Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 204 → Rev 205

/branches/live/media/video/series/includes/remington-steele.php
4,7 → 4,7
// 'ignore' => true,
'channel' => 'online',
// 'showtimes' => 'Mi–Fr 21:00',
'seen' => array(array(1, 7)),
'seen' => array(array(1, 11)),
// 'last_seen' => mktime(21, 0, 0, 9, 8, 2011),
'seasons' => array(22, 22, 22, 22, 6),
'episodes' => array(
/branches/live/media/video/series/includes/moonlighting.php
4,7 → 4,7
// 'ignore' => true,
'channel' => 'online',
// 'showtimes' => 'Mi–Fr 21:00',
'seen' => array(array(1, 5)),
'seen' => array(array(1, 8)),
// 'last_seen' => mktime(21, 0, 0, 9, 8, 2011),
'seasons' => array(6, 18, 15, 14, 13),
'episodes' => array(
79,4 → 79,4
66 => "Lunar Eclipse"
),
'episode_list' => 'wiki:en:List_of_Moonlighting_episodes'
);
);
/branches/live/media/video/series/includes/sliders.php
4,7 → 4,7
// 'ignore' => true,
'channel' => 'online',
// 'showtimes' => 'Mi–Fr 21:00',
'seen' => array(array(1, 7)),
'seen' => array(array(1, 11)),
// 'last_seen' => mktime(21, 0, 0, 9, 8, 2011),
'seasons' => array(10, 13, 25, 22, 18),
'episodes' => array(
/branches/live/media/video/series/includes/stargate.php
4,7 → 4,7
// 'ignore' => true,
'channel' => 'YouTube',
'showtimes' => 'N/A',
'seen' => array(array(1, 17)),
'seen' => array(array(1, 24)),
'seasons' => array(22, 22, 22, 22, 22, 22, 22, 20, 20, 20, 'TV Movies' => 2),
'episodes' => array(
1 => "Children of the Gods, Part 1",
26,11 → 26,11
17 => "Enigma",
18 => "Solitudes",
19 => "Tin Man",
20 => "There but for the grace of God",
21 => "Politics",
22 => "Within the Serpent’s Grasp",
20 => "There but for the grace of God (1)",
21 => "Politics (2)",
22 => "Within the Serpent’s Grasp (3)",
 
23 => "The Serpent’s Lair",
23 => "The Serpent’s Lair (4)",
24 => "In the Line of Duty",
25 => "Prisoners",
26 => "The Gamekeeper",
/branches/live/media/video/series/includes/seven-days.php
0,0 → 1,81
<?php
 
$seven_days = array(
// 'ignore' => true,
'channel' => 'online',
// 'showtimes' => 'Mi–Fr 21:00',
'seen' => array(array(1, 2)),
// 'last_seen' => mktime(21, 0, 0, 9, 8, 2011),
'seasons' => array(21, 23, 22),
'episodes' => array(
1 => "Pilot, Part I",
2 => "Pilot, Part II",
3 => "The Gettysburg Virus",
4 => "Come Again?",
5 => "Vows",
6 => "Doppelganger, Part I",
7 => "Doppelganger, Part II",
8 => "Shadow Play",
9 => "As Time Goes By",
10 => "Sleepers",
11 => "HAARP Attack",
12 => "Last Card Up",
13 => "Last Breath",
14 => "Parkergeist",
15 => "Daddy's Girl",
16 => "There's Something About Olga",
17 => "A Dish Best Served Cold",
18 => "Vegas Heist",
19 => "EBEs",
20 => "Walter",
21 => "Lifeboat",
 
22 => "The Football",
23 => "Pinball Wizard",
24 => "Parker.com",
25 => "For The Children",
26 => "Two Weddings and a Funeral",
27 => "Walk Away",
28 => "Sister's Keeper",
29 => "The Collector",
30 => "Love and Other Disasters",
31 => "The Devil and the Deep Blue Sea",
32 => "Time Gremlin",
33 => "Buried Alive",
34 => "The Backstepper's Apprentice",
35 => "Déjà Vu All Over Again",
36 => "Space Station Down",
37 => "The Cuban Missile",
38 => "X-35 Needs Changing",
39 => "Brother, Can You Spare a Bomb?",
40 => "Pope Parker",
41 => "Witch Way to the Prom",
42 => "Mr. Donovan's Neighborhood",
43 => "Playmates and Presidents",
44 => "The Cure",
 
45 => "Stairway to Heaven",
46 => "Peacekeepers",
47 => "Rhino",
48 => "The Dunwych Madness",
49 => "Olga's Excellent Vacation",
50 => "Deloris Demands",
51 => "The Fire Last Time",
52 => "Tracker",
53 => "Top Dog",
54 => "Adam & Eve & Adam",
55 => "Head Case",
56 => "Raven",
57 => "The First Freshman",
58 => "Revelation",
59 => "Crystal Blue Persuasion",
60 => "Empty Quiver",
61 => "Kansas",
62 => "The Final Countdown",
63 => "The Brink",
64 => "Sugar Mountain",
65 => "Born in the USSR",
66 => "Live: From Death Row"
),
'episode_list' => 'wiki:en:List_of_Seven_Days_episodes'
);