Slashdot Mirror


Adams' Dirk Gently Serialized on BBC Radio

happy monday writes "Douglas Adams' 'Dirk Gently's Holistic Detective Agency' is being serialised by BBC Radio, starring Harry Enfield. The first episode can be listened to on Radio 4's website now." The Times has a fairly glowing review of the program, and (for US folks like myself) some incomprehensible British-isms to boot.

4 of 144 comments (clear)

  1. For those who want MP3s... by tajmorton · · Score: 5, Informative

    Use mplayer to decode it and lame to encode it:

    $ mkfifo inandout
    $ lame inandout --tt "Episode 1" --ta "BBC Radio 4" --tl "Dirk Gently's Holistic Detective Agency" --ty 2007 --tn 1 --tg "Speech" Episode1.mp3 &
    $ mplayer -prefer-ipv4 rtsp://rmv8.bbc.net.uk/radio4/comedy/wed1830.ra -ao pcm:file=inandout pcm:fast -vc dummy -vo null

    Or, if you want a script that cron can run: http://www.wildgardenseed.com/Taj/record-dirk-gently.txt

    --
    Tell the truth and you won't have so much to remember.
  2. Real player by Neon+Aardvark · · Score: 5, Informative

    I hate real player too, but installed it a while ago to listen to BBC radio programs (some of which are worth it).

    In case anyone cares, this is apparently why they persist in using this abomination: http://www.bbc.co.uk/feedback/broadband_faq.shtml#latelyFAQ8

    --
    Azural - instrumentals
  3. I'm glad that this was serialized... by Smerity · · Score: 4, Informative

    I'm glad that this is being serialized, Douglas Adams' work lives well in an audio form, and I'm sure the BBC will do it justice as they have his works in the past. I read Dirk Gently's Holistic Detective Agency some time ago and it held up to all the expectations I had from Douglas Adams. If you've enjoyed any of his past works, or enjoy the kind of humour found in Terry Pratchett you'd find this fun.

    This is honestly quite tailored to the scientific individual - the story focuses around a computer programmer (Richard MacDuff), an ongoing dilemma of Dirk Gently's great difficulty trying to track down a missing cat (Schrödinger's cat), an issue with the moving sofa problem (and how it was impossible for the sofa to actually become stuck in the first place) and for those who know of Coleridge's poetry (specifically The Rime of the Ancient Mariner and Kubla Khan) you'll be in for quite a few twisting and entertaining surprises. There's also a time machine in there for kicks =]

    Honestly, if the concept of a "thumping good detective-ghost-horror-whodunnit-time-travel-romantic-musical-comedy-epic" interests you in any way, do yourself a favour and either listen in or buy the book - you won't be disappointed =] PS. I'm Australian (but with a strong grounding in American culture) and I didn't find too many 'Britishisms' in Dirk Gently... Maybe you're looking too hard? ^_^

  4. Re:Oh good, RealPlayer by martin-boundary · · Score: 5, Informative
    The Realplayer format is actually pretty decent compression wise. Of course, you should never use the standard realplayer viewing software for this. The best method I know uses MPlayer:

    1) Open a terminal and type the following:
    mplayer -dumpstream -dumpfile dirk.ra rtsp://rmv8.bbc.net.uk/radio4/comedy/wed1830.ra

    2) Wait about 30 seconds, then open another terminal and play the file dirk.ra from disk while it's still downloading:
    mplayer dirk.ra

    This has two benefits: you can put the stream in your collection (maybe convert to ogg later etc), and you won't get the annoying buffering pauses.

    This method also works with realvideo files, and wmv urls (mms://) if you want to save those types of movies. Finally, note that MPlayer lets you skip around an audio or video file, even if the file says you can't fast forward in other GUI oriented video players.