Subversion Repositories LCARS

Rev

Rev 199 | 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
$moonlighting = array(
4
//       'ignore'    => true,
5
    'channel'   => 'online',
6
//     'showtimes' => 'Mi–Fr 21:00',
203 PointedEar 7
    'seen'      => array(array(1, 8)),
192 PointedEar 8
//     'last_seen' => mktime(21, 0, 0, 9, 8, 2011),
9
    'seasons'   => array(6, 18, 15, 14, 13),
10
    'episodes' => array(
11
       1 => "Pilot",
12
       2 => "Gunfight at the So-So Corral",
13
       3 => "Read the Mind... See the Movie",
14
       4 => "The Next Murder You Hear",
15
       5 => "Next Stop Murder",
16
       6 => "The Murder's in the Mail",
17
       7 => "Brother, Can You Spare a Blonde?",
18
       8 => "The Lady in the Iron Mask",
19
       9 => "Money Talks – Maddie Walks",
20
      10 => "The Dream Sequence Always Rings Twice",
21
      11 => "My Fair David",
22
      12 => "Knowing Her",
23
      13 => "Somewhere Under the Rainbow",
24
      14 => "Portrait of Maddie",
25
      15 => "Atlas Belched",
26
      16 => "Twas the Episode Before Christmas",
27
      17 => "The Bride of Tupperman",
28
      18 => "North by North DiPesto",
29
      19 => "In God We Strongly Suspect",
30
      20 => "Every Daughter's Father Is a Virgin",
31
      21 => "Witness for the Execution",
32
      22 => "Sleep Talkin' Guy",
33
      23 => "Funeral for a Door Nail",
34
      24 => "Camille",
35
 
36
      25 =>"The Son Also Rises",
37
      26 =>"The Man Who Cried Wife",
38
      27 =>"Symphony in Knocked Flat",
39
      28 =>"Yours, Very Deadly",
40
      29 =>"All Creatures Great and... Not So Great",
41
      30 =>"Big Man on Mulberry Street",
42
      31 =>"Atomic Shakespeare",
43
      32 =>"It's a Wonderful Job",
44
      33 =>"The Straight Poop",
45
      34 =>     "Poltergeist III – Dipesto Nothing",
46
      35 =>     "Blonde on Blonde",
47
      36 =>     "Sam & Dave",
48
      37 =>     "Maddie's Turn to Cry",
49
      38 =>     "I Am Curious... Maddie",
50
      39 =>     "To Heiress Human",
51
 
52
      40 => "A Trip to the Moon",
53
      41 => "Come Back Little Shiksa",
54
      42 => "Take a Left at the Altar",
55
      43 => "Tale in Two Cities",
56
      44 => "Cool Hand Dave (Part 1)",
57
      45 => "Cool Hand Dave (Part 2)",
58
      46 => "Father Knows Last",
59
      47 => "Los Dos DiPestos",
60
      48 => "Fetal Attraction",
61
      49 => "Tracks of My Tears",
62
      50 => "Eek! A Spouse!",
63
      51 => "Maddie Hayes Got Married",
64
      52 => "Here's Living With You, Kid",
65
      53 => "And the Flesh Was Made Word",
66
 
67
      54 => "A Womb With a View",
68
      55 => "Between a Yuk and a Hard Place",
69
      56 => "The Color of Maddie",
70
      57 => "Plastic Fantastic Lovers",
71
      58 => "Shirts and Skins",
72
      59 => "Take My Wife, For Example",
73
      60 => "I See England, I See France, I See Maddie's Netherworld",
74
      61 => "Those Lips, Those Lies",
75
      62 => "Perfetc",
76
      63 => "When Girls Collide",
77
      64 => "In 'n Outlaws",
78
      65 => "Eine Kleine Nacht Murder",
79
      66 => "Lunar Eclipse"
80
    ),
81
    'episode_list' => 'wiki:en:List_of_Moonlighting_episodes'
203 PointedEar 82
  );