Subversion Repositories LCARS

Rev

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

Rev Author Line No. Line
42 PointedEar 1
<?php
2
 
3
$tng = array(
4
  'ignore'   => true,
5
  'channel'   => 'Blu-Ray',
64 PointedEar 6
  'seen'      => array(array(1, 6), 9, 11),
42 PointedEar 7
  'seasons'   => array(26, 22, 26, 26, 26, 26, 26),
8
  'episode_list' => 'http://en.memory-alpha.org/wiki/Star_Trek:_The_Next_Generation#Episode_list',
9
  'episodes' => array(
10
     1 => 'Encounter at Farpoint, Part 1',
11
     2 => 'Encounter at Farpoint, Part 2',
12
     3 => "The Naked Now",
13
     4 => "Code of Honor",
14
     5 => "The Last Outpost",
15
     6 => "Where No One Has Gone Before",
16
     7 => "Lonely Among Us",
17
     8 => "Justice",
18
     9 => "The Battle",
19
    10 => "Hide and Q",
20
    11 => "Haven",
21
    12 => "The Big Goodbye",
22
    13 => "Datalore",
23
    14 => "Angel One",
24
    15 => "11001001",
25
    16 => "Too Short a Season",
26
    17 => "When The Bough Breaks",
27
    18 => "Home Soil",
28
    19 => "Coming of Age",
29
    20 => "Heart of Glory",
30
    21 => "The Arsenal of Freedom",
31
    22 => "Symbiosis",
32
    23 => "Skin of Evil",
33
    24 => "We'll Always Have Paris",
34
    25 => "Conspiracy",
35
    26 => "The Neutral Zone",
36
  )
37
);