Subversion Repositories LCARS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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