Hi Don,

> I've got episode 1 as hvfhd2, the rest as hvfhd1
> Episodes 1, 5 and 7 are original, the rest technical.

Oh, download_history, good idea.  I add each manually to the PVR.
Here's my episodenum, mode, versions, and the end of the filename.

    $ awk -F\| '$2 ~ /^His Dark/ {sub(/.*_/, "", $7); print $(NF-2), $6, $8, 
$7}' \
    >     ~/.get_iplayer/download_history 
    1 hvfhd1 audiodescribed,original original.mp4
    2 hvfhd1 audiodescribed,technical technical.mp4
    3 hvfhd1 audiodescribed,technical technical.mp4
    4 hvfhd1 audiodescribed,technical technical.mp4
    5 dvfhd2 audiodescribed,original original.mp4
    6 dvfhd2 audiodescribed,technical technical.mp4
    7 dvfhd2 audiodescribed,original original.mp4
    8 dvfhd1 audiodescribed,technical technical.mp4
    $

> All are audiodescribed.

As in a voice describes the picture?  Because that's what you wanted?

-- 
Cheers, Ralph.

_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to