Party
like it's
1989.
Click HERE to register.


 Forgot your info?
Remember me

Don't mess
with the bull.
JOIN!!!
2 COMMENTS
RETRORATING: 4
FAVORITED 1 TIMES

Doctor Ryan Presents: The Hobbit (1977)


With all the hype surrounding the all new Hobbit movies, I thought it might be a good idea to remember this classic animated movie from 1977.  Developed by Rankin/Bass productions it might not be this big Hollywood epic like the motion pictures out now, but it has its own calming retro style too it.  I found myself enjoying it quite a lot.

Following the events in the book by J. R. R. Tolkien.  It is the story of a small halfling called a Hobbit.  Hobbits are peace loving country folk, who keep to themselves and never, ever go on adventures.  However, when you live in a world full of dragons, wizards, and monsters, adventures find you even if you aren't looking for them.  And so we are introduced to Bilbo Baggins, our unlikely hero.  

 

Guy's got a pretty good gig going for him.  He's a bachelor living it up in his hometown of The Shire,  the place I told my wife I want to go to when I retire.  Rolling green hills, crisp clean air, I can already smell the grass and the pipe smoke flowing in the air.  So as our little friend enjoys his pipe on his front porch, out of the ether comes a wizard that will change the young hobbit's life forever.

Seriously you have to watch this movie.  Even though it has the violence toned down to almost nothing for the younger audience, it still has this sense of wonder and exploration.  You will be enthralled watch as Bilbo changes from aloof bachelor man to wandering, spiritual adventurer.  The music for this movie is one reason why I think it was so compelling.  The theme for this movie is a bard's song if I ever heard one.  Seriously, listen:

Digg Share
Looking for more from DoctorRyan?
READ 167546 TIMES
Close

echidna64 Posted on May 20, 2014 at 03:56 PM

Much like Vaporman, this has been the definitive Hobbit movie for me as well. I greatly prefer their version of Gollum, Bilbo, Gandalf, Smaug, Elrond, etc. essentially the whole lot.

And yes, the music is a big part of the film and it sets the mood throughout (which is usually tense).
https://www.youtube.com/watch?v=zPkqjc23yqs

The animation is gorgeous, my only gripe is the kaleidoscope effect they use to show death (you know it when you see it) and the battle of the five armies is lazily dots and scribbles fighting each other.

Other than that the Hobbit is awesome! No other medium has captured the tone and narrative structure so perfectly. This is the version that I will be showing my kids.

Vaporman87 Posted on May 20, 2014 at 04:46 AM

This film was all I ever knew of The Hobbit for decades. I knew of no book. Just this movie. And it always left a big impression on me. The style and animation was so well done, beyond what Rankin/Bass had done in the past. The voice acting, especially for Gandalf, was just superb. For me, that voice will always be Gandalf's. Not that of old man Magneto. And the music... it was haunting. I'll never forget the sound of some of those songs for as long as I live.

Bill and Ted's Excellent Merchandise

Bill and Ted’s Excellent Adventure was a sleeper hit on VHS in the late 80’s thanks to the non-heinous tale of two would-be rocker buddies surfing...

Vintage WWF Merchandise

          If you were a kid in the 80’s it was hard not to be drawn in by the larger than life characters an...

Action Figure Reclamation Project Phase 6

It’s been a while but I’m back again with the 6th installment of my ongoing Action Figure Reclamation Project series. For the uninitiated, through...

Vintage ThunderCats Merchandise

  In 1985 ThunderCats were loose on TV screens in syndication and capturing the imaginations of elementary school age children across the worl...

GoBots Merchandise Revisited

  Let’s face it, GoBots never had the staying power of their fellow transforming robot vehicle competitors The Transformers. From box art, t...

CDbException

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[01000]: Warning: 1265 Data truncated for column 'rj_classics' at row 1. The SQL statement executed was: UPDATE `articles` SET `id`=:yp0, `posted_by`=:yp1, `title`=:yp2, `content`=:yp3, `icon`=:yp4, `column`=:yp5, `type`=:yp6, `featured`=:yp7, `contest_winner`=:yp8, `official`=:yp9, `smurf`=:yp10, `posted_on`=:yp11, `status`=:yp12, `category`=:yp13, `action_on`=:yp14, `edited`=:yp15, `reads`=:yp16, `retro_rating`=:yp17, `favorited`=:yp18, `theme`=:yp19, `colorcode`=:yp20, `show_in_header`=:yp21, `approved_on`=:yp22, `rj_classics`=:yp23, `reviews`=:yp24, `review`=:yp25 WHERE `articles`.`id`=207

/home/ghostofvapor/public_html/yii/framework/db/CDbCommand.php(354)

342             return $n;
343         }
344         catch(Exception $e)
345         {
346             if($this->_connection->enableProfiling)
347                 Yii::endProfile('system.db.CDbCommand.execute('.$this->getText().$par.')','system.db.CDbCommand.execute');
348             $errorInfo = $e instanceof PDOException ? $e->errorInfo : null;
349             $message = $e->getMessage();
350             Yii::log(Yii::t('yii','CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.',
351                 array('{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
352             if(YII_DEBUG)
353                 $message .= '. The SQL statement executed was: '.$this->getText().$par;
354             throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
355                 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
356         }
357     }
358 
359     /**
360      * Executes the SQL statement and returns query result.
361      * This method is for executing an SQL query that returns result set.
362      * @param array $params input parameters (name=>value) for the SQL execution. This is an alternative
363      * to {@link bindParam} and {@link bindValue}. If you have multiple input parameters, passing
364      * them in this way can improve the performance. Note that if you pass parameters in this way,
365      * you cannot bind parameters or values using {@link bindParam} or {@link bindValue}, and vice versa.
366      * binding methods and  the input parameters this way can improve the performance.

Stack Trace

#2
+
 /home/ghostofvapor/public_html/protected/controllers/SiteController.php(1261): CActiveRecord->update()
1256                 $ifFavorited = $ifAction = 0;
1257             }
1258 
1259             $this->render('article', array('model' => $model, 'article' => $article, 'postedBy' => $postedBy, 'comments' => $comments, 'commentCount' => $commentCount, 'ifFavorited' => $ifFavorited, 'ifAction' => $ifAction, 'allArticles' => $allArticles, 'pages' => $pages));
1260             $article->reads += 1;
1261             $article->update();
1262         } else {
1263             $this->redirect(Yii::app()->createUrl('site/error', array('code' => 404, 'message' => 'This page was not found.')));
1264             exit();
1265         }
1266     }
#15
+
 /home/ghostofvapor/public_html/index.php(16): CApplication->run()
11 defined('YII_DEBUG') or define('YII_DEBUG',true);
12 // specify how many levels of call stack should be shown in each log message
13 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
14 
15 require_once($yii);
16 Yii::createWebApplication($config)->run();
2026-03-21 21:41:38 Apache Yii Framework/1.1.11