Subversion Repositories LCARS

Rev

Rev 267 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
26 PointedEar 1
<?php
2
 
3
$quantum_leap = array(
4
//   'ignore'    => true,
172 PointedEar 5
  'channel'   => 'online',
6
//   'showtimes' => 'Mo–Fr 19:00',
302 PointedEar 7
  'seen'      => array(array(1, 14)),
172 PointedEar 8
//   'last_seen' => mktime(19, 0, 0, 1, 19, 2012),
26 PointedEar 9
  'seasons'   => array(8, 22, 22, 22, 21),
10
  'episodes' => array(
11
     1 => "Genesis",
12
     2 => "Star-Crossed",
13
     3 => "The Right Hand of God",
14
     4 => "How the Tess Was Won",
15
     5 => "Double Identity",
16
     6 => "The Color of Truth",
17
     7 => "Camikazi Kid",
18
     8 => "Play It Again, Seymour",
172 PointedEar 19
 
26 PointedEar 20
     9 => "Honeymoon Express",
21
    10 => "Disco Inferno",
22
    11 => "The Americanization of Machiko",
23
    12 => "What Price Gloria?",
24
    13 => "Blind Faith",
25
    14 => "Good Morning, Peoria",
26
    15 => "Thou Shalt Not…",
27
    16 => "Jimmy",
28
    17 => "So Help Me God",
29
    18 => "Catch A Falling Star",
30
    19 => "A Portrait for Troian",
31
    20 => "Animal Frat",
32
    21 => "Another Mother",
33
    22 => "All Americans",
34
    23 => "Her Charm",
35
    24 => "Freedom",
36
    25 => "Good Night, Dear Heart",
37
    26 => "Pool Hall Blues",
38
    27 => "Leaping in Without a Net",
39
    28 => "Maybe Baby",
40
    29 => "Sea Bride",
41
    30 => "M.I.A.",
42
 
43
    31 => "The Leap Home (Part 1)",
44
    32 => "The Leap Home (Part 2) – Vietnam",
45
    33 => "Leap of Faith",
46
    34 => "One Strobe over the Line",
47
    35 => "The Boogieman",
48
    36 => "Miss Deep South",
49
    37 => "Black on White on Fire",
50
    38 => "The Great Spontini",
51
    39 => "Rebel Without a Clue",
52
    40 => "A Little Miracle",
53
    41 => "Runaway",
54
    42 => "8½ Months",
55
    43 => "Future Boy",
56
    44 => "Private Dancer",
57
    45 => "Piano Man",
58
    46 => "Southern Comforts",
59
    47 => "Glitter Rock",
60
    48 => "A Hunting We Will Go",
61
    49 => "Last Dance Before An Execution",
62
    50 => "Heart of a Champion",
63
    51 => "Nuclear Family",
64
    52 => "Shock Theater",
172 PointedEar 65
 
26 PointedEar 66
    53 => "The Leap Back",
67
    54 => "Play Ball",
68
    55 => "Hurricane",
69
    56 => "Justice",
70
    57 => "Permanent Wave",
71
    58 => "Raped",
72
    59 => "The Wrong Stuff",
73
    60 => "Dreams",
74
    61 => "A Single Drop of Rain",
75
    62 => "Unchained",
76
    63 => "The Play's the Thing",
77
    64 => "Running For Honor",
78
    65 => "Temptation Eyes",
79
    66 => "The Last Gunfighter",
80
    67 => "A Song for the Soul",
81
    68 => "Ghost Ship",
82
    69 => "Roberto!",
83
    70 => "It's A Wonderful Leap",
84
    71 => "Moments to Live",
85
    72 => "The Curse of Ptah-Hotep",
86
    73 => "Stand Up",
87
    74 => "A Leap for Lisa",
172 PointedEar 88
 
26 PointedEar 89
    75 => "Lee Harvey Oswald",
90
    76 => "The Leaping of the Shrew",
91
    77 => "Nowhere to Run",
92
    78 => "Killin' Time",
93
    79 => "Star Light, Star Bright",
94
    80 => "Deliver Us From Evil",
95
    81 => "Trilogy (Part 1) – One Little Heart",
96
    82 => "Trilogy (Part 2) – For Your Love",
97
    83 => "Trilogy (Part 3) – The Last Door",
98
    84 => "Promised Land",
99
    85 => "A Tale of Two Sweeties",
100
    86 => "Liberation",
101
    87 => "Dr. Ruth",
102
    88 => "Blood Moon",
103
    89 => "Return of the Evil Leaper (1)",
104
    90 => "Revenge of the Evil Leaper (2)",
105
    91 => "Goodbye Norma Jean",
106
    92 => "The Beast Within",
107
    93 => "The Leap Between The States",
108
    94 => "Memphis Melody",
109
    95 => "Mirror Image",
110
  ),
111
  'episode_list' => 'wiki:en:List_of_Quantum_Leap_episodes'
112
);