I am using the importfeed [1] functionality.
How am I supposed to update the feed/feeds?
I understand that running
cd annex; git annex importfeed http://url/to/podcast
a second time will 'do the right thing'. But that is cumbersome as I have to know the url again. Is there sth like git annex updatefeeds?
[1] http://joeyh.name/blog/entry/git-annex_as_a_podcatcher/
feeds
file, which I check into git. Then a cron job runs:xargs git-annex importfeed < feeds
One thing I do slightly differently is put comments in my
feeds
file so I know what feed is what...Then I use
I reckon that makes maintenance easier.
Yet another solution, keeping it all in one script