Rev 26 | Rev 172 | 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="bsg">Battlestar Galactica</span> (2004)'] = array( |
||
4 | // 'ignore' => true, |
||
5 | 'channel' => 'online', |
||
6 | // 'showtimes' => 'Mi 02:00', |
||
32 | PointedEar | 7 | 'seen' => array(array(1, 7)), |
26 | PointedEar | 8 | 'seasons' => array(13, 20, 20, 'Razor' => 2, 20, 'The Plan' => 1), |
9 | 'episode_list' => 'wiki:en:List_of_Battlestar_Galactica_(2004_TV_series)_episodes', |
||
10 | 'episodes' => array( |
||
11 | 1 => "33", |
||
12 | 2 => "Water", |
||
13 | 3 => "Bastille Day", |
||
14 | 4 => "Act of Contrition", |
||
15 | 5 => "You Can't Go Home Again", |
||
16 | 6 => "Litmus", |
||
17 | 7 => "Six Degrees of Separation", |
||
18 | 8 => "Flesh and Bone", |
||
19 | 9 => "Tigh Me Up, Tigh Me Down", |
||
20 | 10 => "The Hand of God", |
||
21 | 11 => "Colonial Day", |
||
22 | 12 => "Kobol's Last Gleaming (Part 1)", |
||
23 | 13 => "Kobol's Last Gleaming (Part 2)", |
||
24 | |||
25 | 14 => "Scattered (Die verlorene Flotte)", |
||
26 | 15 => "Valley of Darkness (Im Tal der Finsternis)", |
||
27 | 16 => "Fragged (Die Gesetze des Krieges)", |
||
28 | 17 => "Resistance (Leben und Sterben)", |
||
29 | 18 => "The Farm (Die Farm)", |
||
30 | 19 => "Home, Part 1 (Heimat, Teil 1)", |
||
31 | 20 => "Home, Part 2 (Heimat, Teil 2)", |
||
32 | 21 => "Final Cut (Die Reporterin)", |
||
33 | 22 => "Flight of the Phoenix (Die Hoffnung lebt)", |
||
34 | 23 => "Pegasus", |
||
35 | 24 => "Resurrection Ship, Part 1 (Die Auferstehung, Teil 1)", |
||
36 | 25 => "Resurrection Ship, Part 2 (Die Auferstehung, Teil 2)", |
||
37 | 26 => "Epiphanies (Sabotage)", |
||
38 | 27 => "Black Market (Schwarzmarkt)", |
||
39 | 28 => "Scar (Der beste Jäger der Zylonen)", |
||
40 | 29 => "Sacrifice (Das Opfer)", |
||
41 | 30 => "The Captain's Hand (Mensch und Maschine)", |
||
42 | 31 => "Downloaded (Download)", |
||
43 | 32 => "Lay Down Your Burdens, Part 1 (Das neue Caprica, Teil 1)", |
||
44 | 33 => "Lay Down Your Burdens, Part 2 (Das neue Caprica, Teil 2)", |
||
45 | |||
46 | // 34 => "Occupation", |
||
47 | // 35 => "Precipice", |
||
48 | // 36 => "Exodus (Part 1)", |
||
49 | // 37 => "Exodus (Part 2)", |
||
50 | // 38 => "Collaborators", |
||
51 | // 39 => "Torn", |
||
52 | // 40 => "A Measure of Salvation", |
||
53 | // 41 => "Hero", |
||
54 | 42 => "Unfinished Business", |
||
55 | // 43 => "The Passage", |
||
56 | // 44 => "The Eye of Jupiter", |
||
57 | // 45 => "Rapture", |
||
58 | // 46 => "Taking a Break from All Your Worries", |
||
59 | // 47 => "The Woman King", |
||
60 | // 48 => "A Day in the Life", |
||
61 | // 49 => "Dirty Hands", |
||
62 | // 50 => "Maelstrom", |
||
63 | // 51 => "The Son Also Rises", |
||
64 | // 52 => "Crossroads (Part 1)", |
||
65 | // 53 => "Crossroads (Part 2)", |
||
66 | |||
67 | // 54 => "Razor (Part 1)", |
||
68 | // 55 => "Razor (Part 2)", |
||
69 | |||
70 | 56 => "He That Believeth in Me", |
||
71 | 57 => "Six of One", |
||
72 | 58 => "The Ties That Bind", |
||
73 | 59 => "Escape Velocity", |
||
74 | 60 => "The Road Less Traveled", |
||
75 | 61 => "Faith", |
||
76 | 62 => "Guess What's Coming to Dinner?", |
||
77 | 63 => "Sine Qua Non", |
||
78 | 64 => "The Hub", |
||
79 | 65 => "Revelations", |
||
80 | 66 => "Sometimes a Great Notion", |
||
81 | 67 => "A Disquiet Follows My Soul", |
||
82 | 68 => "The Oath", |
||
83 | 69 => "Blood on the Scales", |
||
84 | 70 => "No Exit", |
||
85 | 71 => "Deadlock", |
||
86 | 72 => "Someone to Watch Over Me", |
||
87 | 73 => "Islanded in a Stream of Stars", |
||
88 | 74 => "Daybreak (Part 1)", |
||
89 | 75 => "Daybreak (Parts 2 & 3)", |
||
90 | |||
91 | 76 => "The Plan", |
||
92 | ) |
||
93 | ); |
||
94 | |||
95 | // $serien['<span class="bsg">Battlestar Galactica</span> (2004, de)'] = array( |
||
96 | // 'ignore' => true, |
||
97 | // 'channel' => 'online', |
||
98 | // // 'showtimes' => 'Mi 02:00', |
||
99 | // // 'seen' => array(), |
||
100 | // 'seasons' => array(13, 20, 20, 'Razor' => 2, 20, 'The Plan' => 1), |
||
101 | // 'episode_list' => 'wiki:Liste_der_Battlestar-Galactica-Episoden', |
||
102 | // 'episodes' => array( |
||
103 | // 1 => "33 Minuten (33)", |
||
104 | // // 2 => "Water", |
||
105 | // // 3 => "Bastille Day", |
||
106 | // // 4 => "Act of Contrition", |
||
107 | // // 5 => "You Can't Go Home Again", |
||
108 | // // 6 => "Litmus", |
||
109 | // // 7 => "Six Degrees of Separation", |
||
110 | // // 8 => "Flesh and Bone", |
||
111 | // // 9 => "Tigh Me Up, Tigh Me Down", |
||
112 | // // 10 => "The Hand of God", |
||
113 | // // 11 => "Colonial Day", |
||
114 | // // 12 => "Kobol's Last Gleaming (Part 1)", |
||
115 | // // 13 => "Kobol's Last Gleaming (Part 2)", |
||
116 | // 14 => "Scattered (Die verlorene Flotte)", |
||
117 | // 15 => "Valley of Darkness (Im Tal der Finsternis)", |
||
118 | // 16 => "Fragged (Die Gesetze des Krieges)", |
||
119 | // 17 => "Resistance (Leben und Sterben)", |
||
120 | // 18 => "The Farm (Die Farm)", |
||
121 | // 19 => "Home, Part 1 (Heimat, Teil 1)", |
||
122 | // 20 => "Home, Part 2 (Heimat, Teil 2)", |
||
123 | // 21 => "Final Cut (Die Reporterin)", |
||
124 | // 22 => "Flight of the Phoenix (Die Hoffnung lebt)", |
||
125 | // 23 => "Pegasus", |
||
126 | // 24 => "Resurrection Ship, Part 1 (Die Auferstehung, Teil 1)", |
||
127 | // 25 => "Resurrection Ship, Part 2 (Die Auferstehung, Teil 2)", |
||
128 | // 26 => "Epiphanies (Sabotage)", |
||
129 | // 27 => "Black Market (Schwarzmarkt)", |
||
130 | // 28 => "Scar (Der beste Jäger der Zylonen)", |
||
131 | // 29 => "Sacrifice (Das Opfer)", |
||
132 | // 30 => "The Captain's Hand (Mensch und Maschine)", |
||
133 | // 31 => "Downloaded (Download)", |
||
134 | // 32 => "Lay Down Your Burdens, Part 1 (Das neue Caprica, Teil 1)", |
||
135 | // 33 => "Lay Down Your Burdens, Part 2 (Das neue Caprica, Teil 2)", |
||
136 | // // 34 => "Occupation", |
||
137 | // // 35 => "Precipice", |
||
138 | // // 36 => "Exodus (Part 1)", |
||
139 | // // 37 => "Exodus (Part 2)", |
||
140 | // // 38 => "Collaborators", |
||
141 | // // 39 => "Torn", |
||
142 | // // 40 => "A Measure of Salvation", |
||
143 | // // 41 => "Hero", |
||
144 | // // 42 => "Unfinished Business", |
||
145 | // // 43 => "The Passage", |
||
146 | // // 44 => "The Eye of Jupiter", |
||
147 | // // 45 => "Rapture", |
||
148 | // // 46 => "Taking a Break from All Your Worries", |
||
149 | // // 47 => "The Woman King", |
||
150 | // // 48 => "A Day in the Life", |
||
151 | // // 49 => "Dirty Hands", |
||
152 | // // 50 => "Maelstrom", |
||
153 | // // 51 => "The Son Also Rises", |
||
154 | // // 52 => "Crossroads (Part 1)", |
||
155 | // // 53 => "Crossroads (Part 2)", |
||
156 | // // 54 => "Razor (Part 1)", |
||
157 | // // 55 => "Razor (Part 2)", |
||
158 | // // 56 => "He That Believeth in Me", |
||
159 | // // 57 => "Six of One", |
||
160 | // // 58 => "The Ties That Bind", |
||
161 | // // 59 => "Escape Velocity", |
||
162 | // // 60 => "The Road Less Traveled", |
||
163 | // // 61 => "Faith", |
||
164 | // // 62 => "Guess What's Coming to Dinner?", |
||
165 | // // 63 => "Sine Qua Non", |
||
166 | // // 64 => "The Hub", |
||
167 | // // 65 => "Revelations", |
||
168 | // // 66 => "Sometimes a Great Notion", |
||
169 | // // 67 => "A Disquiet Follows My Soul", |
||
170 | // // 68 => "The Oath", |
||
171 | // // 69 => "Blood on the Scales", |
||
172 | // // 70 => "No Exit", |
||
173 | // // 71 => "Deadlock", |
||
174 | // // 72 => "Someone to Watch Over Me", |
||
175 | // // 73 => "Islanded in a Stream of Stars", |
||
176 | // // 74 => "Daybreak (Part 1)", |
||
177 | // // 75 => "Daybreak (Parts 2 & 3)", |
||
178 | // 76 => "The Plan", |
||
179 | // ) |
||
32 | PointedEar | 180 | // ); |