Christophe Weblog Wiki Code Publications Music
iplayer-el.git
12 years agoremove debugging call to message in iplayer-preset
Christophe Rhodes [Tue, 24 Apr 2012 11:33:03 +0000 (12:33 +0100)]
remove debugging call to message in iplayer-preset

12 years agofirst cut of iPlayer interface for Emacs
Christophe Rhodes [Mon, 23 Apr 2012 20:19:36 +0000 (21:19 +0100)]
first cut of iPlayer interface for Emacs

Very raw.  Uses get_iplayer (spelled "get-iplayer" on my system); "parses"
the tree output; uses Orgstruct for presentation, and text properties for
user interface.  Uncached calls to get-iplayer (the first in any four hours,
unless the user has a cron job) blocks the whole of emacs for a good little
while as get-iplayer spends its time pulling down metadata, and there is
almost no useful feedback when downloading.

On the other hand, it's easier for me than the command-line interface.