Tag Archives: lame

faster: a bashpodder plugin

I’ve been asked to supply the script that I use to speed up podcasts. So here it is: #!/bin/bash # v0.3 20080919 https://kenfallon.com if [ -d “${*}” ]; then cd “${*}” ls -1 2>/dev/null | while read FILE;do FILENAME=${FILE##*/} sox … Continue reading

Posted in Podcasts | Tagged , , , , | 2 Comments