Subversion Repositories LCARS

Rev

Rev 267 | Blame | Compare with Previous | Last modification | View Log | RSS feed

1
<?php

$seven_days = array(
//       'ignore'    => true,
    'channel'   => 'online',
//     'showtimes' => 'Mi–Fr 21:00',
    'seen'      => array(array(1, 10)),
//     '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'
  );