Hi Richard,

> Am I doing something stupid, or is there a problem refreshing the cache?
...
> get_player .* --since 70
> shows 67 programmes

If you are typing `get_player .* --since 70' into a Linux shell then it
will glob the `.*' and replace it with the expansion, e.g. `. ..',
unless it's quoted.  I don't see how that will be affecting your lack of
additions in the last 60 hours, but it clouds the problem.  If you are
quoting it, then paste what you run to stop wasting our time.  :-)

This will show when PIDs were added to your cache, in order.

    sort -t\| -k16,16n -k1,1 ~/.get_iplayer/tv.cache |
    gawk -F\| '
        !/^#/ {
            print strftime("%Y-%m-%d %T %z %a", $16, 1) "  " $4 "  " $3
        }
    '

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

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

Reply via email to