Rev 172 | Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 172 | Rev 188 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | $house = array(  | 
            3 | $house = array(  | 
          
| 4 | //   'ignore'    => true,
 | 
            4 | //   'ignore'    => true,
 | 
          
| 5 | 'channel' => 'online',  | 
            5 | 'channel' => 'online',  | 
          
| 6 | //   'showtimes'    => 'Mo-Fr 12:20',
 | 
            6 | //   'showtimes'    => 'Mo-Fr 12:20',
 | 
          
| 7 | 'seen' => array(array(1, 6), array(12, 13), array(37, 46), 85),  | 
            7 | 'seen' => array(array(1, 7), array(12, 13), array(37, 46), 85),  | 
          
| 8 | //   'last_seen'    => mktime(11, 20, 0, 3, 31, 2011),
 | 
            8 | //   'last_seen'    => mktime(11, 20, 0, 3, 31, 2011),
 | 
          
| 9 | 'seasons' => array(22, 24, 24, 16, 24, 22, 23, 22),  | 
            9 | 'seasons' => array(22, 24, 24, 16, 24, 21, 23, 22),  | 
          
| 10 | 'episodes' => array(  | 
            10 | 'episodes' => array(  | 
          
| 11 | 1 => "Pilot",  | 
            11 | 1 => "Pilot",  | 
          
| 12 | 2 => "Paternity",  | 
            12 | 2 => "Paternity",  | 
          
| 13 | 3 => "Occams Razor",  | 
            13 | 3 => "Occam’s Razor",  | 
          
| 14 | 4 => "Maternity",  | 
            14 | 4 => "Maternity",  | 
          
| 15 | 5 => "Damned If You Do",  | 
            15 | 5 => "Damned If You Do",  | 
          
| 16 | 6 => "The Socratic Method",  | 
            16 | 6 => "The Socratic Method",  | 
          
| 17 | 7 => "Fidelity",  | 
            17 | 7 => "Fidelity",  | 
          
| 18 | 8 => "Poison",  | 
            18 | 8 => "Poison",  | 
          
| 19 | 9 => "DNR",  | 
            19 | 9 => "DNR",  | 
          
| 20 | 10 => "Histories",  | 
            20 | 10 => "Histories",  | 
          
| 21 | 11 => "Detox",  | 
            21 | 11 => "Detox",  | 
          
| 22 | 12 => "Sports Medicine",  | 
            22 | 12 => "Sports Medicine",  | 
          
| 23 | 13 => "Cursed",  | 
            23 | 13 => "Cursed",  | 
          
| 24 | //      14 => "Control",
 | 
            24 | 14 => "Control",  | 
          
| - | 25 | 15 => "Mob Rules",  | 
          |
| - | 26 | 16 => "Heavy",  | 
          |
| - | 27 | 17 => "Role Model",  | 
          |
| - | 28 | 18 => "Babies & Bathwater",  | 
          |
| - | 29 | 19 => "Kids",  | 
          |
| - | 30 | 20 => "Love Hurts",  | 
          |
| - | 31 | 21 => "Three Stories",  | 
          |
| - | 32 | 22 => "Honeymoon",  | 
          |
| 25 | 33 | ||
| - | 34 | 23 => "Acceptance",  | 
          |
| - | 35 | 24 => "Autopsy",  | 
          |
| - | 36 | 25 => "Humpty Dumpty",  | 
          |
| - | 37 | 26 => "TB or not TB",  | 
          |
| - | 38 | 27 => "Daddy’s Boy",  | 
          |
| - | 39 | 28 => "Spin",  | 
          |
| - | 40 | 29 => "Hunting",  | 
          |
| - | 41 | 30 => "The Mistake",  | 
          |
| - | 42 | 31 => "Deception",  | 
          |
| - | 43 | 32 => "Failure to Communicate",  | 
          |
| - | 44 | 33 => "Need to Know",  | 
          |
| - | 45 | 34 => "Distractions",  | 
          |
| - | 46 | 35 => "Skin Deep",  | 
          |
| - | 47 | 36 => "Sex Kills",  | 
          |
| 26 | 37 => 'Clueless',  | 
            48 | 37 => "Clueless",  | 
          
| 27 | 38 => 'Safe',  | 
            49 | 38 => "Safe",  | 
          
| 28 | 39 => 'All In',  | 
            50 | 39 => "All In",  | 
          
| 29 | 40 => 'Sleeping Dogs Lie',  | 
            51 | 40 => "Sleeping Dogs Lie",  | 
          
| 30 | 41 => 'House vs. God',  | 
            52 | 41 => "House vs. God",  | 
          
| 31 | 42 => 'Euphoria, Part Ⅰ',  | 
            53 | 42 => "Euphoria: Part 1",  | 
          
| 32 | 43 => 'Euphoria, Part Ⅱ',  | 
            54 | 43 => "Euphoria: Part 2",  | 
          
| 33 | 44 => 'Forever',  | 
            55 | 44 => "Forever",  | 
          
| 34 | 45 => "Who's Your Daddy?",  | 
            56 | 45 => "Who's Your Daddy?",  | 
          
| 35 | 46 => 'No Reason',  | 
            57 | 46 => "No Reason",  | 
          
| - | 58 | ||
| - | 59 | 47 => "Meaning",  | 
          |
| - | 60 | 48 => "Cane and Able",  | 
          |
| - | 61 | 49 => "Informed Consent",  | 
          |
| - | 62 | 50 => "Lines in the Sand",  | 
          |
| - | 63 | 51 => "Fools for Love",  | 
          |
| - | 64 | 52 => "Que Será Será",  | 
          |
| - | 65 | 53 => "Son of a Coma Guy",  | 
          |
| - | 66 | 54 => "Whac-a-Mole",  | 
          |
| - | 67 | 55 => "Finding Judas",  | 
          |
| - | 68 | 56 => "Merry Little Christmas",  | 
          |
| - | 69 | 57 => "Words and Deeds",  | 
          |
| - | 70 | 58 => "One Day, One Room",  | 
          |
| - | 71 | 59 => "Needle in a Haystack",  | 
          |
| - | 72 | 60 => "Insensitive",  | 
          |
| - | 73 | 61 => "Half-Wit",  | 
          |
| - | 74 | 62 => "Top Secret",  | 
          |
| - | 75 | 63 => "Fetal Position",  | 
          |
| - | 76 | 64 => "Airborne",  | 
          |
| - | 77 | 65 => "Act Your Age",  | 
          |
| - | 78 | 66 => "House Training",  | 
          |
| - | 79 | 67 => "Family",  | 
          |
| - | 80 | 68 => "Resignation",  | 
          |
| - | 81 | 69 => "The Jerk",  | 
          |
| - | 82 | 70 => "Human Error",  | 
          |
| - | 83 | ||
| - | 84 | 71 => "Alone",  | 
          |
| 36 | 72 => 'The Right Stuff',  | 
            85 | 72 => "The Right Stuff",  | 
          
| 37 | 73 => "97 Seconds",  | 
            86 | 73 => "97 Seconds",  | 
          
| 38 | 74 => "Guardian Angels",  | 
            87 | 74 => "Guardian Angels",  | 
          
| 39 | 75 => "Mirror, Mirror",  | 
            88 | 75 => "Mirror, Mirror",  | 
          
| 40 | 76 => "Whatever It Takes",  | 
            89 | 76 => "Whatever It Takes",  | 
          
| 41 | 77 => "Ugly",  | 
            90 | 77 => "Ugly",  | 
          
| 42 | 78 => "You Don’t Want to Know",  | 
            91 | 78 => "You Don’t Want to Know",  | 
          
| 43 | 79 => "Games",  | 
            92 | 79 => "Games",  | 
          
| - | 93 | 80 => "It’s a Wonderful Lie",  | 
          |
| 44 | 81 => "Frozen",  | 
            94 | 81 => "Frozen",  | 
          
| 45 | 82 => "Don’t Ever Change",  | 
            95 | 82 => "Don’t Ever Change",  | 
          
| 46 | 83 => "No More Mr. Nice Guy",  | 
            96 | 83 => "No More Mr. Nice Guy",  | 
          
| 47 | 84 => "Living the Dream",  | 
            97 | 84 => "Living the Dream",  | 
          
| 48 | 85 => "House's Head (1)",  | 
            98 | 85 => "House's Head (1)",  | 
          
| 49 | 86 => "Wilson’s Heart (2)",  | 
            99 | 86 => "Wilson’s Heart (2)",  | 
          
| 50 | 100 | ||
| 51 | //     87 => "Sterben verändert alles",
 | 
            101 | 87 => "Dying Changes Everything (Sterben verändert alles)",  | 
          
| 52 | //     88 => "Krebs oder nicht?",
 | 
            102 | 88 => "Not Cancer (Krebs oder nicht?)",  | 
          
| 53 | //     89 => "Adverse Events",
 | 
            103 | 89 => "Adverse Events",  | 
          
| 54 | //     90 => "Birthmarks",
 | 
            104 | 90 => "Birthmarks",  | 
          
| - | 105 | 91 => "Lucky Thirteen",  | 
          |
| 55 | //     92 => "Joy",
 | 
            106 | 92 => "Joy",  | 
          
| 56 | //     93       7       "The Itch",
 | 
            107 | 93 => "The Itch",  | 
          
| 57 | //     94       8       "Emancipation",
 | 
            108 | 94 => "Emancipation",  | 
          
| 58 | //     95       9       "Last Resort",
 | 
            109 | 95 => "Last Resort",  | 
          
| 59 | //     96       10      "Let Them Eat Cake",
 | 
            110 | 96 => "Let Them Eat Cake",  | 
          
| 60 | //     97       11      "Joy to the World",
 | 
            111 | 97 => "Joy to the World",  | 
          
| 61 | //     98       12      "Painless",
 | 
            112 | 98 => "Painless",  | 
          
| 62 | //     99       13      "Big Baby",
 | 
            113 | 99 => "Big Baby",  | 
          
| 63 | //    100       14      "The Greater Good",
 | 
            114 | 100 => "The Greater Good",  | 
          
| 64 | //    101       15      "Unfaithful",
 | 
            115 | 101 => "Unfaithful",  | 
          
| 65 | //    102       16      "The Softer Side",
 | 
            116 | 102 => "The Softer Side",  | 
          
| 66 | //    103       17      "The Social Contract",
 | 
            117 | 103 => "The Social Contract",  | 
          
| 67 | //    104       18      "Here Kitty",
 | 
            118 | 104 => "Here Kitty",  | 
          
| 68 | //    105       19      "Locked In",
 | 
            119 | 105 => "Locked In",  | 
          
| 69 | //    106       20      "Simple Explanation",
 | 
            120 | 106 => "Simple Explanation",  | 
          
| 70 | //    107       21      "Saviors",
 | 
            121 | 107 => "Saviors",  | 
          
| 71 | //    108       22      "House Divided",
 | 
            122 | 108 => "House Divided",  | 
          
| 72 | //    109       23      "Under My Skin",
 | 
            123 | 109 => "Under My Skin",  | 
          
| 73 | //    110       24      "Both Sides Now"
 | 
            124 | 110 => "Both Sides Now",  | 
          
| 74 | 125 | ||
| - | 126 | 111 => "Broken",  | 
          |
| - | 127 | 112 => "Epic Fail",  | 
          |
| - | 128 | 113 => "The Tyrant",  | 
          |
| - | 129 | 114 => "Instant Karma",  | 
          |
| - | 130 | 115 => "Brave Heart",  | 
          |
| - | 131 | 116 => "Known Unknowns",  | 
          |
| - | 132 | 117 => "Teamwork",  | 
          |
| - | 133 | 118 => "Ignorance Is Bliss",  | 
          |
| - | 134 | 119 => "Wilson",  | 
          |
| - | 135 | 120 => "The Down Low",  | 
          |
| - | 136 | 121 => "Remorse",  | 
          |
| - | 137 | 122 => "Moving the Chains",  | 
          |
| - | 138 | 123 => "5 to 9",  | 
          |
| - | 139 | 124 => "Private Lives",  | 
          |
| - | 140 | 125 => "Black Hole",  | 
          |
| - | 141 | 126 => "Lockdown",  | 
          |
| - | 142 | 127 => "Knight Fall",  | 
          |
| - | 143 | 128 => "Open and Shut",  | 
          |
| 75 | //    130 => "The Choice",
 | 
            144 | 129 => "The Choice",  | 
          
| 76 | //    131 => "Baggage",
 | 
            145 | 130 => "Baggage",  | 
          
| 77 | //    132 => "Help Me",
 | 
            146 | 131 => "Help Me",  | 
          
| 78 | 147 | ||
| 79 | 133 => "Now What?",  | 
            148 | 132 => "Now What?",  | 
          
| 80 | 134 => "Selfish",  | 
            149 | 133 => "Selfish",  | 
          
| 81 | 135 => "Unwritten",  | 
            150 | 134 => "Unwritten",  | 
          
| 82 | 136 => "Massage Therapy",  | 
            151 | 135 => "Massage Therapy",  | 
          
| 83 | 137 => "Unplanned Parenthood",  | 
            152 | 136 => "Unplanned Parenthood",  | 
          
| 84 | 138 => "Office Politics",  | 
            153 | 137 => "Office Politics",  | 
          
| 85 | 139 => "A Pox on Our House",  | 
            154 | 138 => "A Pox on Our House",  | 
          
| 86 | 140 => "Small Sacrifices",  | 
            155 | 139 => "Small Sacrifices",  | 
          
| 87 | 141 => "Larger Than Life",  | 
            156 | 140 => "Larger Than Life",  | 
          
| 88 | 142 => "Carrot or Stick",  | 
            157 | 141 => "Carrot or Stick",  | 
          
| 89 | 143 => "Family Practice",  | 
            158 | 142 => "Family Practice",  | 
          
| 90 | 144 => "You Must Remember This",  | 
            159 | 143 => "You Must Remember This",  | 
          
| 91 | 145 => "Two Stories",  | 
            160 | 144 => "Two Stories",  | 
          
| 92 | 146 => "Recession Proof",  | 
            161 | 145 => "Recession Proof",  | 
          
| 93 | 147 => "Bombshells",  | 
            162 | 146 => "Bombshells",  | 
          
| 94 | 148 => "Out of the Chute",  | 
            163 | 147 => "Out of the Chute",  | 
          
| 95 | 149 => "Fall From Grace",  | 
            164 | 148 => "Fall From Grace",  | 
          
| 96 | 150 => "The Dig",  | 
            165 | 149 => "The Dig",  | 
          
| 97 | 151 => "Last Temptation",  | 
            166 | 150 => "Last Temptation",  | 
          
| 98 | 152 => "Changes",  | 
            167 | 151 => "Changes",  | 
          
| 99 | 153 => "The Fix",  | 
            168 | 152 => "The Fix",  | 
          
| 100 | 154 => "After Hours",  | 
            169 | 153 => "After Hours",  | 
          
| 101 | 155 => "Moving On",  | 
            170 | 154 => "Moving On",  | 
          
| 102 | 171 | ||
| 103 | 156 => "Twenty Vicodin",  | 
            172 | 155 => "Twenty Vicodin",  | 
          
| 104 | 157 => "Transplant",  | 
            173 | 156 => "Transplant",  | 
          
| 105 | 158 => "Charity Case",  | 
            174 | 157 => "Charity Case",  | 
          
| 106 | 159 => "Risky Business",  | 
            175 | 158 => "Risky Business",  | 
          
| 107 | 160 => "The Confession",  | 
            176 | 159 => "The Confession",  | 
          
| 108 | 161 => "Parents",  | 
            177 | 160 => "Parents",  | 
          
| 109 | 162 => "Dead & Buried",  | 
            178 | 161 => "Dead & Buried",  | 
          
| 110 | 163 => "Perils of Paranoia",  | 
            179 | 162 => "Perils of Paranoia",  | 
          
| 111 | 164 => "Better Half",  | 
            180 | 163 => "Better Half",  | 
          
| 112 | 165 => "Runaways",  | 
            181 | 164 => "Runaways",  | 
          
| 113 | 166 => "Nobody's Fault",  | 
            182 | 165 => "Nobody's Fault",  | 
          
| 114 | 167 => "Chase",  | 
            183 | 166 => "Chase",  | 
          
| 115 | 168 => "Man of the House",  | 
            184 | 167 => "Man of the House",  | 
          
| 116 | 169 => "Love Is Blind",  | 
            185 | 168 => "Love Is Blind",  | 
          
| 117 | 170 => "Blowing the Whistle",  | 
            186 | 169 => "Blowing the Whistle",  | 
          
| 118 | 171 => "Gut Check",  | 
            187 | 170 => "Gut Check",  | 
          
| 119 | 172 => "We Need the Eggs",  | 
            188 | 171 => "We Need the Eggs",  | 
          
| 120 | 173 => "?",  | 
            189 | 172 => "Body and Soul",  | 
          
| 121 | 174 => "The C Word",  | 
            190 | 173 => "The C-Word",  | 
          
| - | 191 | 174 => "Post Mortem",  | 
          |
| - | 192 | 175 => "Holding On",  | 
          |
| - | 193 | 176 => "Everybody Dies + Bonus",  | 
          |
| 122 | 194 | ||
| 123 | ),  | 
            195 | ),  | 
          
| 124 | 'episode_list' => 'wiki:en:List_of_House_episodes'  | 
            196 | 'episode_list' => 'wiki:en:List_of_House_episodes'  | 
          
| 125 | );  | 
            197 | );  | 
          
| 126 | 198 | ||