Rev 26 | Rev 64 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
26 | PointedEar | 1 | <?php |
2 | |||
3 | $serien['<span class="andromeda"><span class="roddenberry">Gene Roddenberry\'s</span>' |
||
4 | . ' <span class="gradient">Andromeda</span></span>'] = array( |
||
5 | // 'ignore' => true, |
||
6 | 'channel' => 'online', |
||
7 | // 'showtimes' => 'Mo–Fr 16:10', |
||
32 | PointedEar | 8 | 'seen' => array(array(1, 10)), |
26 | PointedEar | 9 | // 'last_seen' => mktime(16, 5, 0, 5, 16, 2011), |
10 | 'seasons' => array(22, 22, 22, 22, 22), |
||
11 | 'episode_list' => 'wiki:en:List_of_Andromeda_episodes', |
||
12 | 'episodes' => array( |
||
13 | 1 => 'Under the Night', |
||
14 | 2 => 'An Affirming Flame', |
||
15 | 3 => 'To Loose the Fateful Lightning', |
||
16 | 4 => 'D Minus Zero', |
||
17 | 5 => 'Double Helix', |
||
18 | 6 => 'Angel Dark, Demon Bright', |
||
19 | 7 => 'The Ties That Blind', |
||
20 | 8 => 'The Banks of the Lethe', |
||
21 | 9 => 'A Rose in the Ashes', |
||
22 | 10 => "All Great Neptune's Ocean", |
||
23 | 11 => "The Pearls That Were His Eyes", |
||
24 | 12 => "The Mathematics of Tears", |
||
25 | 13 => "Music of a Distant Drum", |
||
26 | 14 => "Harper 2.0", |
||
27 | 15 => "Forced Perspective", |
||
28 | 16 => "The Sum of Its Parts", |
||
29 | 17 => "Fear and Loathing in the Milky Way", |
||
30 | 18 => "The Devil Take the Hindmost", |
||
31 | 19 => "The Honey Offering", |
||
32 | 20 => "Star-Crossed", |
||
33 | 21 => "It Makes a Lovely Light", |
||
34 | 22 => "Its Hour Come 'Round at Last", |
||
35 | ) |
||
36 | ); |
||
37 | |||
38 | // $serien['<span class="andromeda"><span class="roddenberry">Gene Roddenberry\'s</span>' |
||
39 | // . ' <span class="gradient">Andromeda</span></span> (de)'] = array( |
||
40 | // // 'ignore' => true, |
||
41 | // 'channel' => 'Tele 5/online', |
||
42 | // 'showtimes' => 'Mo–Fr 16:10', |
||
43 | // 'seen' => array(array(1, 9)), |
||
44 | // 'last_seen' => mktime(16, 5, 0, 5, 16, 2011), |
||
45 | // 'seasons' => array(22, 22, 22, 22, 22), |
||
46 | // 'episode_list' => 'wiki:en:List_of_Andromeda_episodes', |
||
47 | // 'episodes' => array( |
||
48 | // 1 => 'Die lange Nacht (Under the Night)', |
||
49 | // 2 => 'Fiat Lux (An Affirming Flame)', |
||
50 | // 3 => 'Die Erleuchtung (To Loose the Fateful Lightning)', |
||
51 | // 4 => 'D Minus Zero', |
||
52 | // 5 => 'Doppelhelix (Double Helix)', |
||
53 | // 6 => 'Die grosse Schlacht (Angel Dark, Demon Bright)', |
||
54 | // 7 => 'Philosophie des Todes (The Ties That Blind)', |
||
55 | // 8 => 'Reise in die Vergangenheit (The Banks of the Lethe)', |
||
56 | // 9 => 'Planet der Verdammten (A Rose in the Ashes)', |
||
57 | // 10 => "Tödliches Gipfeltreffen (All Great Neptune's Ocean) (11.11.2011 16:10, 17.05.2011 16:05)", |
||
58 | // 11 => "Durchs Auge mitten ins Herz (The Pearls That Were His Eyes)", |
||
59 | // 12 => "Pax Magellanic (The Mathematics of Tears)", |
||
60 | // 13 => "Der heilige Gral (Music of a Distant Drum)", |
||
61 | // 14 => "Genie an Bord (Harper 2.0)", |
||
62 | // 15 => "Erzwungene Einsichten (Forced Perspective)", |
||
63 | // 16 => "Die Summe aller Teile (The Sum of Its Parts)", |
||
64 | // 17 => "Die Schlange im Paradies (Fear and Loathing in the Milky Way)", |
||
65 | // 18 => "Das Tagebuch des Hasturi (The Devil Take the Hindmost)", |
||
66 | // 19 => "Eine Frage der Ehre (The Honey Offering)", |
||
67 | // 20 => "Erzengel Gabriel (Star-Crossed)", |
||
68 | // 21 => "Die Odyssee (It Makes a Lovely Light)", |
||
69 | // 22 => "Feinde an Bord (Its Hour Come 'Round at Last)", |
||
70 | // 23 => "Der Geist des Abyss (The Widening Gyre)", |
||
71 | // 24 => "Auf verlorenem Posten (Exit Strategies)", |
||
72 | // 25 => "Das falsche Herz (A Heart for Falsehood Framed)", |
||
73 | // 26 => "Der Informant (Pitiless as the Sun)", |
||
74 | // // 27 => "Zapfenstreich (Last Call at the Broken Hammer)", |
||
75 | // // 28 => "Planet Möbius (All Too Human)", |
||
76 | // 29 => "Angriff der Nietzscheaner (Una Salus Victus)", |
||
77 | // 30 => "Heimatgefühle (Home Fires)", |
||
78 | // 31 => "Das Labyrinth (Into the Labyrinth)", |
||
79 | // 32 => "Königliche Hoheit (The Prince)", |
||
80 | // 33 => "Aufstand der Sklaven (Bunker Hill)", |
||
81 | // 34 => "Grenzgänger (Ouroboros)", |
||
82 | // 35 => "Lava und Raketen (Lava and Rockets)", |
||
83 | // 36 => "Alte Sünden (Be All My Sins Remembered)", |
||
84 | // // 37 => "Eintagsfliegen (Dance of the Mayflies)", |
||
85 | // 38 => "Im Himmel (In Heaven Now Are Three)", |
||
86 | // // 39 => "Flucht aus dem Paradies (The Things We Cannot Change)", |
||
87 | // 40 => "Heimweh (The Fair Unknown)", |
||
88 | // 41 => "Im Bauch der Bestie (Belly of the Beast)", |
||
89 | // 42 => "Ritter, Tod und Teufel (The Knight, Death, and the Devil)", |
||
90 | // 43 => "Der Messias (Immaculate Perception)", |
||
91 | // 44 => "Der Tunnel am Ende des Lichts (Tunnel at the End of the Light)", |
||
92 | |||
93 | // 45 => "Tunnel des Bösen (If the Wheel is Fixed)", |
||
94 | // 46 => "Scherben bringen Glück (The Shards of Rimni)", |
||
95 | // 47 => "Die Undankbaren (Mad to be Saved)", |
||
96 | // 48 => "Der ungebetene Gast (Cui Bono)", |
||
97 | // 49 => "An fernen Ufern (The Lone and Level Sands)", |
||
98 | // 50 => "Windhunde des Krieges (Slipfighter the Dogs of War)", |
||
99 | // 51 => "Der Aussätzige (The Leper's Kiss)", |
||
100 | // 52 => "Blinde Passagiere (For Whom the Bell Tolls)", |
||
101 | // // 53 => "Die Macht der Liebe (And Your Heart will Fly Away)", |
||
102 | // 54 => "Der Unbezwingbare (The Unconquerable Man)", |
||
103 | // 55 => "Die andere Seite des Tunnels (Delenda Est)", |
||
104 | // // 56 => "Rückwärts in die Dunkelheit (The Dark Backward)", |
||
105 | // 57 => "Volles Risiko (The Risk-All Point)", |
||
106 | // 58 => "Die Wahrheitsliebenden (The Right Horse)", |
||
107 | // // 59 => "Die Metamorphose (What Happens to A Rev Deferred?)", |
||
108 | // 60 => "Die Spitze des Speers (Point of the Spear)", |
||
109 | // 61 => "Das Dach des Himmels (Vault of the Heavens)", |
||
110 | // // 62 => "Die Stimme der tiefen Nacht (Deep Midnight's Voice)", |
||
111 | // 63 => "Die Hochstaplerin (The Illusion of Majesty)", |
||
112 | // 64 => "Der Patriarch (Twilight of the Idols)", |
||
113 | // 65 => "Der Verräter (Day of Judgement, Day of Wrath)", |
||
114 | // 66 => "Dragonischer Wein (Shadows Cast by a Final Salute)", |
||
115 | |||
116 | // 67 => "Abgrund zur Hölle (Answers Given to Questions Never Asked)", |
||
117 | // 68 => "Der Seher (Pieces of Eight)", |
||
118 | // 69 => "Friedhof der Schiffe (Waking the Tyrant's Device)", |
||
119 | // 70 => "Ausgespielt (Double or Nothingness)", |
||
120 | // 71 => "Göttlicher Herzschlag (Harper/Delete)", |
||
121 | // 72 => "Die Route der Zeitalter (Soon the Nearing Vortex)", |
||
122 | // 73 => "Bekas Rettung (The World Turns All Around Her)", |
||
123 | // 74 => "Die Befreiung (Conduit to Destiny)", |
||
124 | // 75 => "Genie und Wahnsinn (Machinery of the Mind)", |
||
125 | // 76 => "Die Kronprinzessin (Exalted Reason, Resplendent Daughter)", |
||
126 | // // 77 => "Der Prozess (The Torment, the Release)", |
||
127 | // // 78 => "Die Spinnenfrau (The Spider's Stratagem)", |
||
128 | // 79 => "Das unsichtbare Licht (The Warmth of an Invisible Light)", |
||
129 | // 80 => "Die Anderen (The Others)", |
||
130 | // // 81 => "Die letzte Fahrt ins Nichts (Fear Burns Down to Ashes)", |
||
131 | // 82 => "Die Spionin des Abyss (Lost in a Space that isn't There)", |
||
132 | // 83 => "Die Brücke zwischen den Zeiten (Abridging the Devil's Divide)", |
||
133 | // 84 => "Der Gordische Irrgarten (Trusting the Gordian Maze)", |
||
134 | // 85 => "Die perfekte Maschine (A Symmetry of Imperfection)", |
||
135 | // 86 => "Die Stimme des Engels (Time Out of Mind)", |
||
136 | // 87 => "Leichtes Spiel (The Dissonant Interval (Part 1))", |
||
137 | // // 88 => "Die Hoffnung stirbt zuletzt (The Dissonant Interval (Part 2))", |
||
138 | |||
139 | // // 89 => "Der Eindringling - Teil 1 (The Weight (Part 1))", |
||
140 | // // 90 => "Der Eindringling - Teil 2 (The Weight (Part 2))", |
||
141 | // // 91 => "Kabinett des Schreckens (Phear Phactor Phenom)", |
||
142 | // // 92 => "Die Freundin (Decay of the Angel)", |
||
143 | // // 93 => "Das Geheimnis der zwei Sonnen (The Eschatology of Our Present)", |
||
144 | // // 94 => "Die Zeitschleife (When Goes Around…)", |
||
145 | // // 95 => "Rätselhafte Worte (Attempting Screed)", |
||
146 | // // 96 => "Tödliche Kristalle (So Burn the Untamed Lands)", |
||
147 | // // 97 => "Der Tunnelwächter (What Will be Was Not)", |
||
148 | // // 98 => "Die Prüfung (The Test)", |
||
149 | // // 99 => "Das größte Opfer (Through a Glass Darkly)", |
||
150 | // // 100 => "Hochmut kommt vor dem Fall (Pride Before the Fall)", |
||
151 | // // 101 => "Der verschwundene Mond (Moonlight Becomes You)", |
||
152 | // // 102 => "Der Zwilling (Past is Prolix)", |
||
153 | // // 103 => "Die vergessene Frau (The Opposites of Attraction)", |
||
154 | // // 104 => "Das Fest der Verfinsterung (Saving Light from a Black Sun)", |
||
155 | // // 105 => "Die verschlüsselte Botschaft (Totaled Recall)", |
||
156 | // // 106 => "Rückkehr zum Ursprung (Quantum Tractate Delirium)", |
||
157 | // // 107 => "Die Sekte des Generals (One More Day's Light)", |
||
158 | // // 108 => "Ein alter Bekannter (Chaos and the Stillness of It)", |
||
159 | // // 109 => "Das Herz der Reise, Teil 1 (The Heart of the Journey (Part 1))", |
||
160 | // // 110 => "Das Herz der Reise, Teil 2 (The Heart of the Journey (Part 2))", |
||
161 | // ), |
||
162 | // ); |