Amazon.com: Shades of Darkness - Six Mysterious Tales of the Paranormal: Joanna David, June Brown, Norma West, Ian Collier, Charlotte Mitchell, Roger Llewellyn, Harry Littlewood, Diane Whitley, Clive Duncan, Malcolm Raeburn, Bernard Atha, Alick Hayes, John Glenister, Peter Hammond, Simon Langton, Alfred Shaughnessy, Derek Mahon, Edith Wharton, Elizabeth Bowen, Ken Taylor: Movies & TV
amazon.com
Hello. Sign in to get personalized recommendations. New customer? Start here.
Kindle Fire: Now Shipping, Only $199
Your Amazon.com | Today's Deals | Gifts & Wish Lists | Gift Cards
Your Digital Items | Your Account | Help
Shop All Departments
Search
All DepartmentsAmazon Instant VideoAppliancesApps for AndroidArts, Crafts & SewingAutomotiveBabyBeautyBooksCell Phones & AccessoriesClothing & AccessoriesComputersElectronicsGift CardsGrocery & Gourmet FoodHealth & Personal CareHome & KitchenIndustrial & ScientificJewelryKindle StoreMagazine SubscriptionsMovies & TVMP3 DownloadsMusicMusical InstrumentsOffice ProductsPatio, Lawn & GardenPet SuppliesShoesSoftwareSports & OutdoorsTools & Home ImprovementToys & GamesVideo GamesWatches
Cart
Cart
Wish List
Movies & TV
New Releases
Best Sellers
Today's Deals
Blu-ray
Browse Genres
TV Shows
Amazon Instant Video
Prime Instant Videos
Your Video Library
See larger image ", ""); } var spinnerForHZ = 'http://g-ecx.images-amazon.com/images/G/01/ui/loadIndicators/loading-small._V192238939_.gif'; var spinnerDimensions = [23,23]; var hzSpinnerOn = 0, ivSpinnerOn = 0; var cbEventEnum = {"none" : 0, "changeImage" : 1, "mouseover" : 2, "openIV" : 3}; var cbImageURL,cbHiResUrl, cbEvent, cbImageID, cbImageTagID, cbShowNotesTag, lastEventType = "none"; function showHZSpinner(spinnerForHZ) { amznJQ.available("jQuery", function(){ if(!hzSpinnerOn) { var parent = jQuery("#prodImageCell"); var offset = {top: (parent.height() - spinnerDimensions[1]) / 2, left: (parent.width() - spinnerDimensions[0]) / 2 }; parent.css("position", "relative").append("
"); hzSpinnerOn = 1; } }); } function removeHZSpinner() { amznJQ.available("jQuery", function(){ if(hzSpinnerOn) { jQuery("#hoverZoomSpinner").remove(); } }); } function showIVSpinner() { if(ivSpinnerOn) { return; } amznJQ.available("jQuery", function(){ removeHZSpinner(); if(!jQuery.browser.mozilla) { jQuery(document.body).css("overflow","hidden"); } jQuery(document.body).css("opacity","0.4"); jQuery('#loadingImage').css({"left": function(){ return ( jQuery(window).width() - jQuery('#loadingImage').width() ) / 2+jQuery(window).scrollLeft() + "px"; },"top" : function(){ return ( jQuery(window).height() - jQuery('#loadingImage').height()) / 2+jQuery(window).scrollTop() + "px"; },"display":"block"}); ivSpinnerOn = 1; }); } // The below 4 functions are wrappers to handle async JS. function async_changeImage(imageURL, hiResUrl, event, spinnerForHZ) { if(productImageJSdownloaded) { removeHZSpinner(); changeImage(imageURL, hiResUrl, event, spinnerForHZ); } else { lastEventType = cbEventEnum.changeImage; cbImageURL = imageURL; cbHiResUrl = hiResUrl; cbEvent = event; showHZSpinner(spinnerForHZ); } } function async_onMouseOver(imageID, imageTagID, showNotesTag) { if(productImageJSdownloaded) { removeHZSpinner(); displayImage(imageID); if(showNotesTag) { ciuAnnotationsMouseover(imageID, imageTagID); } } else { showHZSpinner(spinnerForHZ); lastEventType = cbEventEnum.mouseover; cbImageID = imageID; cbImageTagID = imageTagID; cbShowNotestag = showNotesTag; } } function async_onMouseOut(imageID, showNotesTag) { if(productImageJSdownloaded) { if(showNotesTag) { ciuAnnotationsMouseout(imageID); } resetCaption(imageID); } } function async_openImmersiveView(event) { if(productImageJSdownloaded) { openImmersiveView(event); } else { showIVSpinner(); lastEventType = cbEventEnum.openIV cbEvent = event; } }
Share your own customer images
Quantity: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
or
Sign in to turn on 1-Click ordering.
More Buying Choices
35 used & new from $10.97
Have one to sell? Sell yours here
or
Get up to a $5.75 Amazon gift card
Share
Shades of Darkness - Six Mysterious Tales of the Paranormal
Joanna David (Actor), June Brown (Actor), John Glenister (Director), Peter Hammond (Director) | Rated: NR | Format: DVD
'); jQuery(document.body).append(offscreen); offscreen.html(data); width += offscreen.children().width() + 2; content.children().remove().end().append(offscreen.children()); offscreen.remove(); var screenw = Math.min($(window).width(), $(document).width()); if(popoverParent.offset().left + width >= screenw) { popoverParent.css('left', (screenw - width) + 'px'); } popoverParent.width(width); jQuery.AmazonPopover.updateBacking('reviewsPopover'); } else { content.html(data); } }; var loadPopoverAjax = function(anchor, popover, userInitiated) { if(anchor.data('loaded')) return; anchor.data('loaded', 1); $.ajax({ url: anchor.data('ajaxURL') + '&recordMetric=' + (userInitiated ? 1 : 0), success: function(data) { loadPopoverContent(anchor, popover, data); }, error: function(x, text) { } }); }; var onPopoverShow = function(popover, settings) { if(!this.data('loaded')) { loadPopoverAjax(this, popover, true); } else if(!this.data('hitRecorded')) { $.get("/gp/customer-reviews/common/du/recordHistoPopAjax.html", { "ASIN": this.data('asin'), "ref" : this.attr('ref') }); } this.data('hitRecorded',1); }; var onPopoverHide = function(popover, settings) { jQuery('#acr-content-' + this.data('asin')).trigger('acrPopoverClose'); }; $.fn.acrPopover = function() { return this.each(function() { var $this = $(this); if(!$this.data('init')) { $this.data('init', 1) .data('asin', $this.attr('name')); var contentDiv = $('
'); var getargs = $this.attr('getargs'); var myConfig = { localContent: contentDiv, onShow: onPopoverShow, onHide: onPopoverHide }; myConfig = $.extend(true, myConfig, popoverConfig); if(!$this.height()) $this.css('height', 12); $this.after(contentDiv) .data('content', contentDiv) .data('ajaxURL', '/gp/customer-reviews/common/du/displayHistoPopAjax.html?' + '&ASIN=' + $this.data('asin') + '&link=1' + '&seeall=1' + '&ref=' + $this.attr('ref') + ((typeof getargs != 'undefined') ? ('targs=' + getargs) : '')) .amazonPopoverTrigger(myConfig); var w = window.acrAsinHover; if(w && $(w).parents('.asinReviewsSummary').get(0) == this) { $this.trigger('mouseover.amzPopover'); window.acrAsinHover = null; } } if($this.hasClass('non-lazy') && !$this.data('loaded')) { loadPopoverAjax($this); } }); }; window.reviewHistPopoverConfig = popoverConfig; var jqInit = window.jQueryInitHistoPopovers = function(asin) { $('.acr-popover[name=' + asin + ']').acrPopover(); }; window.doInit_average_customer_reviews = jqInit; window.onAjaxUpdate_average_customer_reviews = jqInit; window.onCacheUpdate_average_customer_reviews = jqInit; window.onCacheUpdateReselect_average_customer_reviews = jqInit; amznJQ.onCompletion('amznJQ.criticalFeature', function() { setTimeout(function() { amznJQ.declareAvailable('acrPopover'); }, 0); }); })(jQuery); }); amznJQ.onReady('acrPopover', function() { jQuery('.acr-popover,#searchTemplate .asinReviewsSummary').each(function() { jQuery(this).acrPopover(); }); }); 3.9 out of 5 stars See all reviews (11 customer reviews) |
List Price:
$29.98
Price:
$26.99 & this item ships for FREE with Super Saver Shipping. Details
Deal Price:
You Save:
$2.99 (10%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 2 left in stock--order soon (more on the way).
Want it delivered Monday, November 21? Choose One-Day Shipping at checkout. Details
25 new from $14.48 10 used from $10.97
Psst....Check out our Holiday Deals Calendar
This Black Friday, save up to 67% during our biggest movies sale ever with select DVDs as low as $0.99. We did the shopping for you, so check out our calendar of Movies & TV Holiday Deals to find when you can pick up our hottest deals.
? See more product promotions
Frequently Bought Together
Customers buy this DVD with Ghost Stories of Edith Wharton (Tales of Mystery & the Supernatural) by Edith Wharton Paperback $6.99
+
Price For Both: $33.98
Show availability and shipping details
This item: Shades of Darkness - Six Mysterious Tales of the Paranormal ~ Joanna David DVD
In Stock.
Ships from and sold by Amazon.com.
This item ships for FREE with Super Saver Shipping. Details
Ghost Stories of Edith Wharton (Tales of Mystery & the Supernatural) by Edith Wharton Paperback
In Stock.
Ships from and sold by Amazon.com.
Eligible for FREE Super Saver Shipping on orders over $25. Details
This item: Shades of Darkness - Six Mysterious Tales of the Paranormal ~ Joanna David DVD
In Stock.
Ships from and sold by Amazon.com.
This item ships for FREE with Super Saver Shipping. Details
Ghost Stories of Edith Wharton (Tales of Mystery & the Supernatural) by Edith Wharton Paperback
In Stock.
Ships from and sold by Amazon.com.
Eligible for FREE Super Saver Shipping on orders over $25. Details
What Other Items Do Customers Buy After Viewing This Item?
The Infinite Worlds of H.G. Wells ~ Tom Ward DVD
4.4 out of 5 stars (41)
$6.99
? Explore similar items
Product Details
Actors: Joanna David, June Brown, Norma West, Ian Collier, Charlotte Mitchell
Directors: John Glenister, Peter Hammond, Simon Langton
Writers: Alfred Shaughnessy, Derek Mahon, Edith Wharton, Elizabeth Bowen, Ken Taylor
Format: Color, Dolby, DVD, Full Screen, NTSC
Language: English
Region: Region 1 (U.S. and Canada only. Read more about DVD formats.)
Aspect Ratio: 1.33:1
Number of discs: 2
Rated: NR (Not Rated)
Studio: Koch Vision
DVD Release Date: December 5, 2006
Run Time: 318 minutes
Average Customer Review: '); jQuery(document.body).append(offscreen); offscreen.html(data); width += offscreen.children().width() + 2; content.children().remove().end().append(offscreen.children()); offscreen.remove(); var screenw = Math.min($(window).width(), $(document).width()); if(popoverParent.offset().left + width >= screenw) { popoverParent.css('left', (screenw - width) + 'px'); } popoverParent.width(width); jQuery.AmazonPopover.updateBacking('reviewsPopover'); } else { content.html(data); } }; var loadPopoverAjax = function(anchor, popover, userInitiated) { if(anchor.data('loaded')) return; anchor.data('loaded', 1); $.ajax({ url: anchor.data('ajaxURL') + '&recordMetric=' + (userInitiated ? 1 : 0), success: function(data) { loadPopoverContent(anchor, popover, data); }, error: function(x, text) { } }); }; var onPopoverShow = function(popover, settings) { if(!this.data('loaded')) { loadPopoverAjax(this, popover, true); } else if(!this.data('hitRecorded')) { $.get("/gp/customer-reviews/common/du/recordHistoPopAjax.html", { "ASIN": this.data('asin'), "ref" : this.attr('ref') }); } this.data('hitRecorded',1); }; var onPopoverHide = function(popover, settings) { jQuery('#acr-content-' + this.data('asin')).trigger('acrPopoverClose'); }; $.fn.acrPopover = function() { return this.each(function() { var $this = $(this); if(!$this.data('init')) { $this.data('init', 1) .data('asin', $this.attr('name')); var contentDiv = $('
'); var getargs = $this.attr('getargs'); var myConfig = { localContent: contentDiv, onShow: onPopoverShow, onHide: onPopoverHide }; myConfig = $.extend(true, myConfig, popoverConfig); if(!$this.height()) $this.css('height', 12); $this.after(contentDiv) .data('content', contentDiv) .data('ajaxURL', '/gp/customer-reviews/common/du/displayHistoPopAjax.html?' + '&ASIN=' + $this.data('asin') + '&link=1' + '&seeall=1' + '&ref=' + $this.attr('ref') + ((typeof getargs != 'undefined') ? ('targs=' + getargs) : '')) .amazonPopoverTrigger(myConfig); var w = window.acrAsinHover; if(w && $(w).parents('.asinReviewsSummary').get(0) == this) { $this.trigger('mouseover.amzPopover'); window.acrAsinHover = null; } } if($this.hasClass('non-lazy') && !$this.data('loaded')) { loadPopoverAjax($this); } }); }; window.reviewHistPopoverConfig = popoverConfig; var jqInit = window.jQueryInitHistoPopovers = function(asin) { $('.acr-popover[name=' + asin + ']').acrPopover(); }; window.doInit_average_customer_reviews = jqInit; window.onAjaxUpdate_average_customer_reviews = jqInit; window.onCacheUpdate_average_customer_reviews = jqInit; window.onCacheUpdateReselect_average_customer_reviews = jqInit; amznJQ.onCompletion('amznJQ.criticalFeature', function() { setTimeout(function() { amznJQ.declareAvailable('acrPopover'); }, 0); }); })(jQuery); }); amznJQ.onReady('acrPopover', function() { jQuery('.acr-popover,#searchTemplate .asinReviewsSummary').each(function() { jQuery(this).acrPopover(); }); }); 3.9 out of 5 stars See all reviews (11 customer reviews)
ASIN: B000IHYXKS
Amazon Best Sellers Rank: #120,961 in Movies & TV (See Top 100 in Movies & TV)
Would you like to update product info or give feedback on images?
For more information about "Shades of Darkness - Six Mysterious Tales of the Paranormal" visit the Internet Movie Database (IMDb)
Editorial Reviews
One of the most intriguing mysteries is whether or not there is another plane of existence beyond our own. Shades of Darkness delves into the world of the supernatural with six bizarre, inexplicable and frightening ghost stories as told by some of the greatest mystery authors of all time. (Elizabeth Bowen, C.H.B. Kitchin, May Sinclair, Edith Wharton)
Bewitched
Eileen Atkins (She Fell Among Thieves) plays the wife of a once robust man who seems to be wasting away to nothing. She knows why: He?s having a love affair with the restless ghost of another villager?s dead daughter. The local minister takes her seriously because he knows the villagers once burned a member of the same family for witchcraft.
The Intercessor
John Duttine stars as a young historian who seeks a quiet place in the country where he can write in peace. His sole stipulation: he can?t abide children because they?re so noisy. So naturally, he?s kept awake at night by the eerie sound of a child?s ghostly crying.
The Lady?s Maid?s Bell
Joanna David (Rebecca) stars as Hartley, the new maid to Mr. and Mrs. Brympton, whose household is believed to be haunted by the spirit of their last maid, Emma. Sure enough, the ghostly Emma soon turns up, drawing Hartley into the scandalous gonis-on between Mrs. Brympton and her randy next-door neighbor, Mr. Ranford.
Afterward
An unusual twist on the standard story of young newlyweds who buy a beautiful old house only to find that it?s haunted. In this case, a young American husband and his wife come to England, purposely looking for a grand old haunted house. They get the house and are assured a ghost will make an appearance before too long. For once, the real estate agent didn?t sell them a bill of goods. There is a ghost all right, but its? one the husband hoped he?d never have to face.
The Maze
Francesa Annis (Partners in Crime) plays Catherine, a woman who comes back to her ancestral home after many years. Her 8 year-old daughter, Daisy, is fascinated by the maze of hedges in the garden, but Catherine is deathly afraid of what might lurk there. One day Daisy takes the hand of a strange man and follows him into the maze.
The Demon Lover
When a young man sets out to fight in the First World War, his lover vows that they will be reunited, no matter what might happen to him. She soon comes to regret her noble sentiments.
Customer Reviews
11 Reviews
5 star:
(6)
4 star:
(2)
3 star:
(1)
2 star:
(0)
1 star:
(2)
Average Customer Review
3.9 out of 5 stars (11 customer reviews)
Share your thoughts with other customers:
Create your own review
Most Helpful Customer Reviews
16 of 16 people found the following review helpful:
4.0 out of 5 stars Hit or miss series--more hits than misses, January 23, 2007
By
Kenneth Williams (Richmond, Virginia United States) - See all my reviews
(REAL NAME)
This review is from: Shades of Darkness - Six Mysterious Tales of the Paranormal (DVD) I'd been wanting to see this series for years and now (most of) it's finally on DVD. Very gloomy, shot on-location ghosts stories: decaying country houses, seaside graveyards, muddy roads, but all done with the utmost respect for the material and the genre. I actually haven't watched the final tale ("The Demon Lover") yet.
The story "The Maze" left me indifferent, and has an embarrassingly directed sex/wood-cutting scene, and lots of that awful tinkly piano music that's supposed to sound suspenseful. This is NOT characteristic of the other tales, whose music is much more appropriate and less distracting. The acting is actually quite good, but I just couldn't get into it. Even the hedge maze is disappointing--more like a halfhearted smattering of old bushes. Oh well.
"Afterward" is excellent (I'm quite a fan of the Edith Wharton tale): perfect location, period detail, just the right moodiness, smartly underused musical scoring, etc. The woman who plays the main character is outstanding, and we get a real sense of her choking, mute dread--the devastating truth she's unable to articulate or fully understand. The actor who plays her husband is stiff but serves his purpose and disappears soon enough.
"The Intercessor" and "Bewitched" are both beautifully done, BEAUTIFULLY acted, and more emotionally involving than might seem possible with ghost stories. I was really impressed. Eileen Atkins OWNS her role, and makes it something deeply ambiguous. These tales aren't really about ghosts; they're about the trials of the living, for which the ghosts provide poignant counterpoint. (Note: One of these two tales is so brilliantly told you might not even realize there's no ghost in it!).
"The Lady Maid's Bell." Not the strongest of the tales, but very atmospheric. As the first on the lineup it provides a nice prolog to the others, establishing mood and tone. And I enjoyed the ambiguous ending.
As stated in another review, the pacing of these six mini-movies is rather slow, but not too slow. We're allowed to absorb and contemplate the environments, and get the sense that the characters are moving through actual time, not skipping from one jarringly edited scene to the next. If you long for the days when you first read Poe, if you remember most fondly not Halloween itself but the bleak quiet weeks leading up to it, when you explored that old barn in the meadow or made up ghost stories around the fire, believing every word, these DVDs are for you.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes No
Report abuse | Permalink
Comment Comment
14 of 14 people found the following review helpful:
4.0 out of 5 stars "Shades of Darkness (1983) ... Granada Television... Koch Vision (2006)", February 11, 2007
By
J. Lovins "Mr. Jim" (Missouri-USA) - See all my reviews
(TOP 50 REVIEWER) (VINE VOICE) (REAL NAME)
This review is from: Shades of Darkness - Six Mysterious Tales of the Paranormal (DVD) Koch Vision present "SHADES OF DARKNESS" (1983) (318 mins/Color) (Dolby Digital) --- This set contains six episodes of Shades of Darkness on two discs ... a series of adaptations of classic ghost stories by Granada Television from the 1980s ... with some of the top authors Elizabeth Bowen, C.H.B. Kitchin, May Sinclair and Edith Wharton ... mixed with ghostly cries in the night and chilling mysteries left unsaid ... witness undying love from beyond the grave within this bizarre series of unexplainable tales ... they are excellent adaptations of high quality ghost stories.
FEATURING:
1. "The Lady's Maid's Bell" (1985) ... Under John Glenister (Director), Edith Wharton (story), Kenneth Taylor (screenplay) --- the cast includes Joanna David (Miss Hartley), June Brown (Emma Saxon), Norma West (Mrs. Brympton) ------ the story line thus far, Miss Hartley arrives at Brympton Hall to be the lady's maid for Mrs. Brympton, who has a heart condition. She hears nothing but good reports about the prior lady's maid, Emma Saxon, who died a year ago after serving her mistress for 20 years A figure that seems to be watching and waiting, for what purpose?
2. "Afterward" (1985) ... Under Simon Langton (Director), Edith Wharton (novel), Alfred Shaughnessy (screenplay) --- the cast includes Kate Harper (Mary Boyne), Michael Shannon (Edward Boyne), Penelope Lee (Alida Stair), John Grillo (Harold Parvis), Meg Ritchie (Trimmle), Rolf Saxon (Robert Elwell), William Abney (Inspector Gates), Merelina Kendall (Agnes), Arthur Whybrow (Mr. Craig), Eric Francis (Cooper) ------ the story line Kate Harper and Michael J. Shannon as the quintessential late Victorian couple, living in Wisconsin, they have just come into a huge cash windfall on a stock deal, they retire early to England, buying an antiquated country estate which is supposed to have strange goings on, a visit by a mysterious stranger that the husband seems to recognize but afterward denies it, the wife is left with a growing dread that eventually culminates in tragedy, what dark secret is about to be uncovered? ------ [suspenseful story with an above average cast and performance]
3. "The Maze" (1985) ... Under Peter Hammond (Director), C.H.B. Kitchin (short story), Kenneth Taylor (screenplay) --- the cast includes Francesca Annis (Catherine Frode), James Bolam (Arthur Frode), Sky Macaskill (Daisy Frode), Amanda Boxer (Mrs. Levett), Nellie Hanham (Mrs. Wright), Duncan Preston (Fred Harston), Philip Sayer (Mervyn Barbet), Daniel Selby ------ the story line a slightly repressed housewife during the post-war years in England, with a secret she has kept from her daughter, the house, a large old Victorian place with rambling gardens, has a hedge maze on the grounds, the daughter is drawn to the maze, and we slowly see what secret the mother is hiding ------ [please note, this is the best of the six stories]
4. "Bewitched" (1985) ... Under John Gorrie (Director), Edmund Oboler (Director), Edith Wharton (story), Alan Plater (screenplay) --- the cast includes Eileen Atkins (Mrs. Rutledge), Alfred Burke (Reverend Hibben), Mary Healey (Loretta Bosworth), Martyn Hesford (Andrew), Alfred Lynch (Saul Rutledge), Mary Jo Randle (The Girl), Ray Smith (Sylvester Brand), Gareth Thomas (Owen Bosworth) --- the story line has a young girl who was thought to be a witch dancing around the beach, the funny thing is she's dead ... a minster from the village is looking into her and the villagers past to come up with the answer ... will he find out and let her soul and spirit have a final resting place?
5. "The Intercessor" (1983) ... Under Peter Smith (Director), May Sinclair (story), Alan Plater (script) --- the cast includes Chrissie Cotterill (Rachel), John Duttine (Garvin), Maggie Ford (Mrs. Falshaw), David Hargreaves (Mr. Falshaw), Peter Hughes (MacKinnon), Annette Wilkie-Miller (Child) --- the story line has a writer who needs peace and quiet for his writing ... a room in the country at a local farmhouse is the place or is it, a small child who is a ghost cries in the night and awakens him ... the ghost appears each night trying to tell him something, what dark secrets lay beyond this tale?
6. "The Demon Lover" (1986) ... Under Peter Hammond (Director), Elizabeth Bowen (story), Derek Mahon (screenplay) --- the cast includes Adrienne Corri (Delia Graham), John Fortune (Eric Farnham), Hugh Grant (Robert Drover), Robert Hardy (William Drover), Miranda Richardson (Gina), Angela Thorne (Mary Dash), Dorothy Tutin (Kathleen Drover), Amanda Waring (Young Kathleen), Arabella Weir (Anne Page) --- the story line is set in London during World War II, it revolves around the haunting of a married middle aged woman by the ghost of a sweetheart from her youth, a man presumed to have been killed in the First World War twenty five years earlier, .guest starring a very young Hugh Grant ... there Mrs. Drover discovers a letter, dated the present day, composed by a lover from the past who was presumed to have been killed in the previous world war ... will the past meet the future, only the final scene will tell.
Great job by Koch Vision for releasing "Shades of Darkness" (1983) - PBS Mystery, the digital transfere with a clean, clear and crisp print...looking forward to more high quality releases from the BBC mini-series film market...order your copy now from Amazon or Koch Vision where there are plenty of copies available on DVD, stay tuned once again for top notch drama mixed with an outstanding cast and director --- Six Mysterious Tales of the Paranormal.
Total Time: 318 mins on DVD ~ Koch Vision KOCV6430 ~ (12/05/2006)
Help other customers find the most helpful reviews
Was this review helpful to you? Yes No
Report abuse | Permalink
Comment Comment
12 of 12 people found the following review helpful:
5.0 out of 5 stars Understated Creepiness, May 17, 2007
By
John D. Cofield - See all my reviews
(TOP 500 REVIEWER) (VINE VOICE) (REAL NAME)
Amazon Verified Purchase(What's this?)
This review is from: Shades of Darkness - Six Mysterious Tales of the Paranormal (DVD) Shades of Darkness is a British production which was shown in the US on PBS' "Mystery" about 1984. I enjoyed it then and waited anxiously but fruitlessly for a rerun, so I am glad that at last it is available on DVD.
Each segment of Shades of Darkness is about an hour long and is drawn from short stories by Edith Wharton, Elizabeth Bowen, and other luminaries. The scripts are literate and faithful to the original stories.
The most pleasing thing about these short films is their ability to create an atmosphere of creepiness mounting to horror without having to fall back on the old horror movie standbys of fanged monsters and bloodshed. These are stories of people going about their ordinary lives who gradually become aware of the presence of the supernatural. My favorite episode is "Afterward" by Edith Wharton, where the viewer, like the principal character, doesn't even recognize the ghost is a ghost when it appears.
If you are accustomed to seeing horror delivered through the blows of an axe or by screaming monsters you will find Shades of Darkness just as frightening but far more equivocal and intriguing.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes No
Report abuse | Permalink
Comment Comment
Share your thoughts with other customers: Create your own review
? See all 11 customer reviews...
Most Recent Customer Reviews
1.0 out of 5 stars A let down
All these rave reviews, and I can't fathom why.
Pros:
The sets were nice and creepy. the acting was very solid. Read more
Published 7 months ago by Nathan Christian
5.0 out of 5 stars One of my favorite DVD's
I bought this a year ago and I've watched it many times since then and I enjoy it each time as much as the first. The Lady's Maid's Bell is my favorite on this DVD. Read more
Published on February 3, 2009 by L Flores
5.0 out of 5 stars LOVE THE BRITISH
I bought this DVD because I was scrambling for any British production to watch on television. British productions always have excellent writing and production values. Read more
Published on January 15, 2008 by P. Harvey
3.0 out of 5 stars disappointed
I ordered this DVD because I saw it described in a PBS catalog. Some of the stories are suspenseful but most are not. It was a huge letdown. Read more
Published on December 9, 2007 by P. Harwell
5.0 out of 5 stars Very spooky
Just the thing for a cold winter night in front of the fire. The acting is superb and it's fun to see some well-known names when they were younger.
Published on November 21, 2007 by N. King
1.0 out of 5 stars Yuk
We ordered this DVD because we saw it described in a PBS catalog as having ghost stores with intricate, twisted plots. Read more
Published on October 24, 2007 by I. Kenney
5.0 out of 5 stars A great collection of wierd tales
We bought two copies, one for someone who had seen "The Maze" long ago and is still talking about it, and one for ourselves. I had never seen any of these before. Read more
Published on April 2, 2007 by Allen Windhorn
5.0 out of 5 stars I searched for this for years - and it was worth the search.
If this set contained only May Sinclair's "The Intercessor" it would still be worth quadruple the amount. Based on one of the best ghost stories ever written, an M.R. Read more
Published on February 23, 2007 by Jonathan Allen
Search Customer Reviews
Only search this product's reviews
? See all 11 customer reviews...
Customers Who Bought This Item Also Bought
Page of (Start over)
Back
The Innocents DVD ~ Deborah Kerr
4.5 out of 5 stars (156)
$10.49
A Hazard of Hearts / Lady Hamilton
3.9 out of 5 stars (28)
Ghost Stories of Edith Wharton (Tales of Mystery... by Edith Wharton
4.5 out of 5 stars (12)
$6.99
Raffles: Complete Collection DVD ~ Anthony Valentine
4.3 out of 5 stars (10)
$29.99
Thriller: The Complete Series DVD ~ Boris Karloff
4.6 out of 5 stars (111)
$99.99
The Phantom Carriage (Criterion Collection) DVD ~ Victor Sj?strom
4.3 out of 5 stars (7)
$21.99
Next
Tags Customers Associate with This Product (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
ghost story(4)
bbc murder mysteries(3)
british mysteries(2)
mysterious(2)
bbc(1)
fantasy(1)
movie(1)
tv-british(1)
Agree with these tags?
See all 9 tags...
Your tags: Add your first tag
Search Products Tagged with
See most popular tags
Like 1321630968 false 0 0 0 0 (0)
Customer Discussions
This product's forum
Discussion
Replies
Latest Post
No discussions yet
Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Receive e-mail when new posts are made
Prompts for sign-in
Guidelines
Active discussions in related forums
Discussion
Replies
Latest Post
Movie forum What is the best acting performance ever?
654
4 minutes ago
Horror forum The Horror Thread For Horror BOOKS
6235
8 minutes ago
Horror forum {{{The Great Horror Novel Battle Royale Game}}}
522
33 minutes ago
Movie forum What do you consider the single greatest film ever made, and why?
2556
39 minutes ago
Movie forum Most Overrated Movie - The Short List
719
48 minutes ago
Movie forum What movies SHOULD be remade/rebooted?
78
54 minutes ago
TV Series forum Chain Reaction
5154
17 hours ago
TV Series forum One for the road
3284
18 hours ago
Search Customer Discussions
Search all Amazon discussions
Related forums
Horror forum (1023 discussions)
merelina kendall forum (start the discussion)
michael j shannon forum (start the discussion)
Movie forum (1023 discussions)
peter hammond forum (start the discussion)
TV Series forum (1023 discussions)
Look for Similar Items by Category
Movies & TV > TV
Look for Similar Items by Subject
Search Movies & TV by subject:
Drama
Horror
Movie
Mystery / Suspense / Thriller
Paranormal/Supernatural
TV Shows / TV Movie
Television
i.e., each product must be in subject 1 AND subject 2 AND ...
Feedback
If you need help or have a question for Customer Service, contact us.
Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?
Your comments can help make our site better for everyone. Please note that we are unable to respond directly to all feedback submitted via this form, but we'll ask you to sign in so we can contact you if needed. Feedback is limited to 1000 characters.
Your Recent History (What's this?)
After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.
? View and edit your browsing history
Get to Know Us
Careers
Investor Relations
Press Releases
Amazon and Our Planet
Amazon in the Community
Make Money with Us
Sell on Amazon
Become an Affiliate
Advertise Your Products
Independently Publish with Us
? See all
Let Us Help You
Shipping Rates & Policies
Amazon Prime
Returns Are Easy
Manage Your Kindle
Help
Canada China France Germany Italy Japan Spain United Kingdom
AbeBooks
Rare Books
& Textbooks
AmazonLocal
Great Local Deals
in Your City
AmazonWireless
Cellphones &
Wireless Plans
Askville
Community
Answers
Audible
Download
Audio Books
Diapers.com
Everything
But The Baby
DPReview
Digital
Photography
Endless
Shoes
& More
Fabric
Sewing, Quilting
& Knitting
IMDb
Movies, TV
& Celebrities
MYHABIT
Private Fashion
Designer Sales
Shopbop
Designer
Fashion Brands
Small Parts
Industrial
Supplies
Soap.com
Health, Beauty &
Home Essentials
Warehouse Deals
Open-Box
Discounts
Woot
Never Gonna
Give You Up
Zappos
Shoes &
Clothing
Conditions of Use Privacy Notice ? 1996-2011, Amazon.com, Inc. or its affiliates
