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