Rev 192 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
173 | PointedEar | 1 | <?php |
2 | |||
3 | $glee = array( |
||
4 | // 'ignore' => true, |
||
5 | 'channel' => 'online', |
||
6 | // 'showtimes' => 'Di 16:35', |
||
267 | PointedEar | 7 | 'seen' => array(array(1, 12)), |
173 | PointedEar | 8 | // 'last_seen' => mktime(16, 55, 0, 8, 25, 2011), |
188 | PointedEar | 9 | 'seasons' => array(22, 22, 22, 22), |
173 | PointedEar | 10 | 'episode_list' => 'wiki:en:List_of_Glee_episodes', |
11 | 'episodes' => array( |
||
12 | 1 => "Pilot", |
||
13 | 2 => "Showmance", |
||
14 | 3 => "Acafellas", |
||
15 | 4 => "Preggers", |
||
16 | 5 => "The Rhodes Not Taken", |
||
17 | 6 => "Vitamin D", |
||
18 | 7 => "Throwdown", |
||
19 | 8 => "Mash-Up", |
||
20 | 9 => "Wheels", |
||
21 | 10 => "Ballad", |
||
22 | 11 => "Hairography", |
||
23 | 12 => "Mattress", |
||
24 | 13 => "Sectionals", |
||
25 | 14 => "Hell-o", |
||
26 | 15 => "The Power of Madonna", |
||
27 | 16 => "Home", |
||
28 | 17 => "Bad Reputation", |
||
29 | 18 => "Laryngitis", |
||
30 | 19 => "Dream On", |
||
31 | 20 => "Theatricality", |
||
32 | 21 => "Funk", |
||
33 | 22 => "Journey to Regionals", |
||
34 | 23 => "Audition", |
||
35 | 24 => "Britney/Brittany", |
||
36 | 25 => "Grilled Cheesus", |
||
37 | 26 => "Duets", |
||
38 | 27 => "The Rocky Horror Glee Show", |
||
39 | 28 => "Never Been Kissed", |
||
40 | 29 => "The Substitute", |
||
41 | 30 => "Furt", |
||
42 | 31 => "Special Education", |
||
43 | 32 => "A Very Glee Christmas", |
||
44 | 33 => "The Sue Sylvester Shuffle", |
||
45 | 34 => "Silly Love Songs", |
||
46 | 35 => "Comeback", |
||
47 | 36 => "Blame It on the Alcohol", |
||
48 | 37 => "Sexy", |
||
49 | 38 => "Original Song", |
||
50 | 39 => "A Night of Neglect", |
||
51 | 40 => "Born This Way", |
||
52 | 41 => "Rumours", |
||
53 | 42 => "Prom Queen", |
||
54 | 43 => "Funeral", |
||
55 | 44 => "New York", |
||
56 | ) |
||
57 | ); |