|
@@ -141,7 +141,7 @@ case "$CMD" in
|
|
|
cd $POD_BASE_DIR
|
|
|
cut -f2 ${POD_SUB_DIR}/podcasts-list.txt |\
|
|
|
xargs git annex importfeed \
|
|
|
- --template="${POD_SUB_DIR}/\${feedtitle}/\${itempubdate}-\${itemtitle}\$extension"
|
|
|
+ --template="${POD_SUB_DIR}/\${feedtitle}/\${itempubdate}-\${itemtitle}\${extension}"
|
|
|
git annex add ${POD_SUB_DIR}
|
|
|
git commit -m "Caught podcasts"
|
|
|
git annex find --include='Podcasts/*' --and --not --metadata tag=listened |\
|