Organize your DVD Catalog, Share with Friends, Rent Movies Online!

Start Your Collection! Signup Now ?
Actor could not be found. Got error 28 from storage engine... select title, studio, released, status, sound, versions, price, rating, year, genre, aspect, upc, date, t.id as id, time from actors as a left join actorsin as ai on a.actor_id = ai.actor_id left join titles as t on ai.movie_id = t.id where a.actor_name = "Duncan, Archie" union select title, studio, released, status, sound, versions, price, rating, year, genre, aspect, upc, date, t.id as id, time from amznactors as a left join amznactorsin as ai on a.actor_id = ai.actor_id left join amzntitles as t on ai.movie_id = t.id where a.actor_name = "Duncan, Archie";
Start Your Collection! Signup Now ?