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