Hi Ralph
The versions field is telling you the available versions, and the end of
the filename is telling you the version you downloaded. I can't see
anything in what you have shown which suggests you got the
audiodescribed version when you didn't want it. That is not to say you
won't get the audiodescribed or signed version if it is the only one
available, just that your download_history doesn't seem to show it.
download_history is written incrementally (append mode), so if you have
downloaded the last episode twice there ought to be two records.
Best wishes
Richard
On 25/12/2019 07:21, Ralph Corderoy wrote:
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?
_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer