Slashdot Mirror


Peter Jackson Announces Third Hobbit Movie

eldavojohn writes "Unless his Facebook account has been hacked, Peter Jackson has announced a third movie for The Hobbit series: 'So, without further ado and on behalf of New Line Cinema, Warner Bros. Pictures, Metro-Goldwyn-Mayer, Wingnut Films, and the entire cast and crew of The Hobbit films, I'd like to announce that two films will become three.' Other sites are confirming this while Variety notes that filming has been wrapped on the first two so doing a third film will require a restart to all of that effort including re-negotiations with rights holders and acting schedules. **potential spoiler alert** From Peter Jackson's announcement: 'We know how much of the story of Bilbo Baggins, the Wizard Gandalf, the Dwarves of Erebor, the rise of the Necromancer, and the Battle of Dol Guldur will remain untold if we do not take this chance.' How much of Middle Earth would you like to see on film?"

12 of 303 comments (clear)

  1. Just wait... by CheeseTroll · · Score: 4, Funny

    Just wait 'till he gets his hands on the Silmarillion. It would open the door to a decade+ soap opera television for geeks!

    --
    A post a day keeps productivity at bay.
  2. finally getting around to my favorite volume: by Anonymous Coward · · Score: 5, Funny

    "Tim, Tim Benzedrine!
    Hash! Boo! Valvoline!
    Clean! Clean! Clean for Gene!
    First, second, neutral, park,
    Hie thee hence, you leafy narc!

  3. Re:Money grab by fahrbot-bot · · Score: 5, Funny

    I was wary about stretching it into 2 movies. Its not that long of a book, not much actually happens. 3 movies is just a money grab by the studio.

    I wasn't worried about that until I heard the titles for the three movies:

    1. The Hobbit
    2. The Hobbit Reloaded
    3. The Hobbit Revolutions
    --
    It must have been something you assimilated. . . .
  4. Re:Here we go! by Lumpy · · Score: 5, Funny

    Will we get a version where Frodo shoots first?

    --
    Do not look at laser with remaining good eye.
  5. Re:Money grab by arth1 · · Score: 5, Funny

    I wasn't worried about that until I heard the titles for the three movies:

            The Hobbit
            The Hobbit Reloaded
            The Hobbit Revolutions

    It could be worse. Imagine:

            Hobbit: The Quickening

  6. How much of Middle Earth would I like to see? by Anubis+IV · · Score: 3, Funny

    Just The Silmarillion. Is that really too much to ask?

    In an unrelated note, if anyone has a mop, I accidentally dripped sarcasm all over the floor and need to clean it up.

  7. Re:Money grab by Red+Flayer · · Score: 4, Funny

    If you take the stuff from the Silmarillion, you probably have enough for a couple hundred movies.

    --
    "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
  8. Re:Money grab by An+ominous+Cow+art · · Score: 3, Funny

    Alien vs. Fredy Krueger vs. the Hobbit

  9. Re:Plenty of authentic material left.. by Anonymous Coward · · Score: 5, Funny

    The movies didn't make much money. Something about sets burning in Uganda.

    Also they weren't popular. Hardly anybody saw them more than five or six times. And nobody bought all of the DVD sets.

    Fair disclosure, I think I saw them once in the theaters, I own the DVDs which I bought off clearance.

    Really, they probably lost money.

  10. Re:Here we go! by jd2112 · · Score: 1, Funny

    Gandalf Shot First!!!!!

    --
    Any insufficiently advanced magic is indistinguishable from technology.
  11. Re:Here we go! by jedwidz · · Score: 3, Funny

    You get the version where Bilbo wins the ring, and the version where Bilbo steals it. True to the source material.

  12. Re:Here we go! by Hal_Porter · · Score: 4, Funny

    Hey that gives me an idea.

    You could turn the Scouring of the Shire into an action movie. Nicolas Cage could play Frodo, Amber Heard could play his love interest.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;