expand
This commit is contained in:
parent
18541bf3fa
commit
9d07b3127d
1 changed files with 10 additions and 0 deletions
|
@ -37,6 +37,16 @@ To add a feed without downloading its contents right now,
|
|||
use `git annex importfeed --fast`. Then you can use `git annex get` as
|
||||
usual to download the content of an item.
|
||||
|
||||
## storing the podcast list in git
|
||||
|
||||
You can check the list of podcast urls into git right next to the
|
||||
files it downloads. Just make a file named feeds and add one podcast url
|
||||
per line.
|
||||
|
||||
Then you can run git-annex on all the feeds:
|
||||
|
||||
`xargs git-annex importfeed < feeds`
|
||||
|
||||
## distributed podcasting
|
||||
|
||||
A nice benefit of using git-annex as a podcatcher is that you can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue