Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
1
<?php
$farscape = array(
// 'ignore' => true,
'channel' => 'online',
// 'showtimes' => 'Mo–Fr 16:10',
'seen' => array(array(1, 12)),
// 'last_seen' => mktime(16, 15, 0, 7, 6, 2011),
'seasons' => array(22, 22, 22, 22, "PKWars" => 3),
'episode_list' => 'wiki:en:List_of_Farscape_episodes',
'episodes' => array(
1 => "Premiere / Through the Eye of the Needle",
2 => "I, E.T.",
3 => "Exodus from Genesis",
4 => "Throne for a Loss",
5 => "Back and Back and Back to the Future",
6 => "Thank God It's Friday, Again",
7 => "PK Tech Girl",
8 => "That Old Black Magic",
9 => "DNA Mad Scientist",
10 => "They've Got a Secret",
11 => "Till the Blood Runs Clear",
12 => "Rhapsody in Blue",
13 => "The Flax",
14 => "Jeremiah Crichton",
15 => "Durka Returns",
16 => "A Human Reaction",
17 => "Through the Looking Glass",
18 => "A Bug's Life",
19 => "Nerve (Part 1)",
20 => "The Hidden Memory (Part 2)",
22 => "Family Ties (Part 1)",
23 => "Mind the Baby (Part 2)",
24 => "Vitas Mortis",
25 => "Taking the Stone",
26 => "Crackers Don't Matter",
27 => "The Way We Weren't",
28 => "Picture if You Will",
29 => "Home on the Remains",
30 => "Dream a Little Dream",
31 => "Out of Their Minds",
32 => "My Three Crichtons",
33 => "Look at the Princess (Part 1): A Kiss is But a Kiss",
34 => "Look at the Princess (Part 2): I Do, I Think",
35 => "Look at the Princess (Part 3): The Maltese Crichton",
36 => "Beware of Dog",
37 => "Won't Get Fooled Again",
38 => "The Locket",
39 => "The Ugly Truth",
40 => "A Clockwork Nebari",
41 => "Liars, Guns and Money (Part 1): A Not So Simple Plan",
42 => "Liars, Guns and Money (Part 2): With Friends Like These",
43 => "Liars, Guns and Money (Part 3): Plan B",
44 => "Die Me, Dichotomy",
45 => "Season of Death",
46 => "Suns and Lovers",
47 => "Self-Inflicted Wounds (Part 1): Could'a, Would'a, Should'a",
48 => "Self-Inflicted Wounds (Part 2): Wait for the Wheel",
49 => "…Different Destinations",
50 => "Eat Me",
51 => "Thanks for Sharing",
52 => "Green Eyed Monster",
53 => "Losing Time",
54 => "Relativity",
55 => "Incubator",
56 => "Meltdown",
57 => "Scratch 'n Sniff",
58 => "Infinite Possibilities (Part 1): Daedalus Demands",
59 => "Infinite Possibilities (Part 2): Icarus Abides",
60 => "Revenging Angel",
61 => "The Choice",
62 => "Fractures",
63 => "I-Yensch, You-Yensch",
64 => "Into the Lion's Den (Part 1): Lambs to the Slaughter",
65 => "Into the Lion's Den (Part 2): Wolf in Sheep's Clothing",
66 => "Dog With Two Bones",
67 => "Crichton Kicks",
68 => "What Was Lost (Part 1): Sacrifice",
69 => "What Was Lost (Part 2): Resurrection",
70 => "Lava's a Many Splendored Thing",
71 => "Promises",
72 => "Natural Election",
73 => "John Quixote",
74 => "I Shrink Therefore I Am",
75 => "A Prefect Murder",
76 => "Coup By Clam",
77 => "Unrealized Reality",
78 => "Kansas",
79 => "Terra Firma",
80 => "Twice Shy",
81 => "Mental as Anything",
82 => "Bringing Home the Beacon",
83 => "A Constellation of Doubt",
84 => "Prayer",
85 => "We're So Screwed (Part 1): Fetal Attraction",
86 => "We're So Screwed (Part 2): Hot to Katratzi",
87 => "We're So Screwed (Part 3): La Bomba",
88 => "Bad Timing",
89 => "The Peacekeeper Wars (1)",
90 => "The Peacekeeper Wars (2)",
91 => "The Peacekeeper Wars (3)",
)
);