Subversion Repositories LCARS

Rev

Rev 199 | Rev 267 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 PointedEar 1
<?php
2
 
3
$sliders = array(
4
//       'ignore'    => true,
5
    'channel'   => 'online',
6
//     'showtimes' => 'Mi–Fr 21:00',
203 PointedEar 7
    'seen'      => array(array(1, 11)),
192 PointedEar 8
//     'last_seen' => mktime(21, 0, 0, 9, 8, 2011),
9
    'seasons'   => array(10, 13, 25, 22, 18),
10
    'episodes' => array(
11
       1 => "Pilot (1)",
12
       2 => "Pilot (2)",
13
       3 => "Summer of Love",
14
       4 => "Prince of Wails",
15
       5 => "Fever",
16
       6 => "Last Days",
17
       7 => "The Weaker Sex",
18
       8 => "Eggheads",
19
       9 => "The King Is Back",
20
      10 => "Luck of the Draw",
21
 
22
      11 => "Into The Mystic",
23
      12 => "Time Again and World",
24
      13 => "El Sid",
25
      14 => "The Good, the Bad and the Wealthy",
26
      15 => "Love Gods",
27
      16 => "As Time Goes By",
28
      17 => "Gillian of the Spirits",
29
      18 => "Obsession",
30
      19 => "Invasion",
31
      20 => "Post Traumatic Slide Syndrome",
32
      21 => "In Dino Veritas",
33
      22 => "Greatfellas",
34
      23 => "The Young and the Relentless",
35
 
36
      24 => "Double Cross",
37
      25 => "Rules of the Game",
38
      26 => "Dead Man Sliding",
39
      27 => "Electric Twister Acid Test",
40
      28 => "The Guardian",
41
      29 => "The Dream Masters",
42
      30 => "Desert Storm",
43
      31 => "Dragonslide",
44
      32 => "The Fire Within",
45
      33 => "The Prince of Slides",
46
      34 => "State of the Art",
47
      35 => "Season's Greedings",
48
      36 => "Murder Most Foul",
49
      37 => "Slide Like an Egyptian",
50
      38 => "Paradise Lost",
51
      39 => "The Last of Eden",
52
      40 => "The Exodus (Part 1)",
53
      41 => "The Exodus (Part 2)",
54
      42 => "Sole Survivors",
55
      43 => "The Other Slide of Darkness",
56
      44 => "The Breeder",
57
      45 => "Stoker",
58
      46 => "Slither",
59
      47 => "Dinoslide",
60
      48 => "This Slide of Paradise",
61
 
62
      49 => "Genesis",
63
      50 => "Prophets and Loss",
64
      51 => "Common Ground",
65
      52 => "Virtual Slide",
66
      53 => "World Killer",
67
      54 => "Oh Brother, Where Art Thou?",
68
      55 => "Just Say Yes",
69
      56 => "The Alternateville Horror",
70
      57 => "Slidecage",
71
      58 => "Asylum",
72
      59 => "California Reich",
73
      60 => "The Dying Fields",
74
      61 => "Lipschitz Live!",
75
      62 => "Mother and Child",
76
      63 => "Net Worth",
77
      64 => "Slide By Wire",
78
      65 => "Data World",
79
      66 => "Way Out West",
80
      67 => "My Brother's Keeper",
81
      68 => "The Chasm",
82
      69 => "Roads Taken",
83
      70 => "Revelations",
84
 
85
      71 => "The Unstuck Man",
86
      72 => "Applied Physics",
87
      73 => "Strangers and Comrades",
88
      74 => "The Great Work",
89
      75 => "New Gods for Old",
90
      76 => "Please Press One",
91
      77 => "A Current Affair",
92
      78 => "The Java Jive",
93
      79 => "The Return of Maggie Beckett",
94
      80 => "Easy Slider",
95
      81 => "Requiem",
96
      82 => "Map of the Mind",
97
      83 => "A Thousand Deaths",
98
      84 => "Heavy Metal",
99
      85 => "To Catch a Slider",
100
      86 => "Dust",
101
      87 => "Eye of the Storm",
102
      88 => "The Seer"
103
    ),
104
    'episode_list' => 'wiki:en:List_of_Sliders_episodes'
105
  );