Rev 203 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 203 | Rev 267 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <?php
 | 
            1 | <?php
 | 
          
| 2 | 2 | ||
| 3 | $stargate = array(  | 
            3 | $stargate = array(  | 
          
| 4 | //   'ignore' => true,
 | 
            4 | //   'ignore' => true,
 | 
          
| 5 | 'channel' => 'YouTube',  | 
            5 | 'channel' => 'online',  | 
          
| 6 | 'showtimes' => 'N/A',  | 
            6 | 'showtimes' => 'N/A',  | 
          
| 7 | 'seen' => array(array(1, 24)),  | 
            7 | 'seen' => array(array(1, 28)),  | 
          
| 8 | 'seasons' => array(22, 22, 22, 22, 22, 22, 22, 20, 20, 20, 'TV Movies' => 2),  | 
            8 | 'seasons' => array(22, 22, 22, 22, 22, 22, 22, 20, 20, 20, 'TV Movies' => 2),  | 
          
| 9 | 'episodes' => array(  | 
            9 | 'episodes' => array(  | 
          
| 10 | 1 => "Children of the Gods, Part 1",  | 
            10 | 1 => "Children of the Gods, Part 1",  | 
          
| 11 | 2 => "Children of the Gods, Part 2",  | 
            11 | 2 => "Children of the Gods, Part 2",  | 
          
| 12 | 3 => "The Enemy Within",  | 
            12 | 3 => "The Enemy Within",  |