voor de backup ook maar comitten
This commit is contained in:
parent
b45fd6ed8d
commit
fbeddcff5a
1 changed files with 30 additions and 16 deletions
|
|
@ -30,6 +30,7 @@
|
|||
"password" => "#{File.open("#{ENV['HOME']}/.dvpass").readline}",
|
||||
# where should enclosures be saved
|
||||
"savedir" => '/Users/ward/Private/mp3/[books]/Distorted View',
|
||||
#"savedir" => '/Users/ward/ipod_sync/[books]/Distorted View',
|
||||
# rename magic, this is used on the file name with sub!
|
||||
"rename" => [ /_(\d\d\d\d)(\d\d)/, '\2\1' ],
|
||||
# directory to put symlinks to the new files
|
||||
|
|
@ -51,29 +52,42 @@
|
|||
# "savedir" => '/Users/ward/Private/mp3/[books]/PennRadio',
|
||||
# "linkdir" => '/Users/ward/ipod_sync/[books]/PennRadio',
|
||||
# },
|
||||
"bsdtalk" => {
|
||||
"rss" => 'http://feeds.feedburner.com/Bsdtalk',
|
||||
"savedir" => '/Users/ward/Private/mp3/[books]/BSDTalk',
|
||||
"linkdir" => '/Users/ward/ipod_sync/[books]/BSDTalk',
|
||||
},
|
||||
# "bsdtalk" => {
|
||||
# "rss" => 'http://feeds.feedburner.com/Bsdtalk',
|
||||
# "savedir" => '/Users/ward/Private/mp3/[books]/BSDTalk',
|
||||
# "linkdir" => '/Users/ward/ipod_sync/[books]/BSDTalk',
|
||||
# },
|
||||
# "radio_rtfm" => {
|
||||
# "rss" => 'http://www.theregister.co.uk/odds/rtfm/headlines.rss',
|
||||
# "rename" => [ /^/, '%%DATE%%-' ],
|
||||
# "savedir" => '/Users/ward/Private/mp3/[books]/Radio RTFM',
|
||||
# "linkdir" => '/Users/ward/ipod_sync/[books]/Radio RTFM',
|
||||
# },
|
||||
"luke_burrage" => {
|
||||
"rss" => 'http://www.lukeburrage.com/audio/jugglingpodcast.rss.xml',
|
||||
"savedir" => '/Users/ward/Private/mp3/[books]/Luke Burrage',
|
||||
"linkdir" => '/Users/ward/ipod_sync/[books]/Luke Burrage',
|
||||
"rename" => [ /%20/, ' ' ],
|
||||
}
|
||||
# "the_skeptics_guide_to_the_universe" => {
|
||||
# "rss" => 'http://www.theskepticsguide.org/rss.xml',
|
||||
# "rename" => [ /(?i)(skepticast)/, 'sk ' ],
|
||||
# "savedir" => '/Users/ward/Private/mp3/[books]/The Skeptics Guide',
|
||||
# "linkdir" => '/Users/ward/ipod_sync/[books]/The Skeptics Guide'
|
||||
# "luke_burrage" => {
|
||||
# "rss" => 'http://www.lukeburrage.com/audio/jugglingpodcast.rss.xml',
|
||||
# "savedir" => '/Users/ward/Private/mp3/[books]/Luke Burrage',
|
||||
# "linkdir" => '/Users/ward/ipod_sync/[books]/Luke Burrage',
|
||||
# "rename" => [ /%20/, ' ' ],
|
||||
# }
|
||||
"the_skeptics_guide_to_the_universe" => {
|
||||
"rss" => 'http://www.theskepticsguide.org/rss.xml',
|
||||
"rename" => [ /(?i)(skepticast)/, 'sk ' ],
|
||||
"savedir" => '/Users/ward/Private/mp3/[books]/The Skeptics Guide To The Universe',
|
||||
"linkdir" => '/Users/ward/ipod_sync/[books]/The Skeptics Guide To The Universe'
|
||||
},
|
||||
"pat_condell" => {
|
||||
"rss" => 'http://patcondell.libsyn.com/rss',
|
||||
# "rename" => [ /(?i)(skepticast)/, 'sk ' ],
|
||||
"savedir" => '/Users/ward/Private/mp3/[books]/Pat Condell',
|
||||
"linkdir" => '/Users/ward/ipod_sync/[books]/Pat Condell'
|
||||
},
|
||||
"skeptoid" => {
|
||||
"rss" => 'http://skeptoid.com/podcast.xml',
|
||||
"rename" => [ /^/, '%%DATE%%-', /(?i)(-\d*.mp3)/, '.mp3' ],
|
||||
# "rename" => [ /(?i)(skepticast)/, 'sk ' ],
|
||||
"savedir" => '/Users/ward/Private/mp3/[books]/Skeptoid',
|
||||
"linkdir" => '/Users/ward/ipod_sync/[books]/Skeptoid'
|
||||
}
|
||||
}
|
||||
|
||||
# vi: filetype=ruby
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue