What in your bp.conf file?
Moderators: snarkout, Patrick, dann
-
maddgoose
What in your bp.conf file?
Post the contents of your bp.conf file and see what other people are listening to and find out about new podcasts.
http://thelinuxlink.net/tllts/tllts.rss
http://feeds.feedburner.com/twit
http://www.makezine.com/blog/index.xml
http://www.lugradio.org/episodes.rss
http://kevindevin.com/wp-rss2.php
http://thelinuxbox.org/show/tlbs.rss
http://radio.linuxquestions.org/syndicate/lqradio.php
http://www.evilgeniuschronicles.org/audio/directmp3.xml
http://escpodcast.com/subscribe
http://www.binrev.com/radio/podcast/
BashPodder Rocks!
http://thelinuxlink.net/tllts/tllts.rss
http://feeds.feedburner.com/twit
http://www.makezine.com/blog/index.xml
http://www.lugradio.org/episodes.rss
http://kevindevin.com/wp-rss2.php
http://thelinuxbox.org/show/tlbs.rss
http://radio.linuxquestions.org/syndicate/lqradio.php
http://www.evilgeniuschronicles.org/audio/directmp3.xml
http://escpodcast.com/subscribe
http://www.binrev.com/radio/podcast/
BashPodder Rocks!
-
Guest
http://www.2600.com/rss.xml
http://radio.weblogs.com/0001014/catego ... de/rss.xml
http://www.boredally.com/podcast/index.xml
http://feeds.feedburner.com/escradio?ca ... &feed=feed
http://www.evilgeniuschronicles.org/static/index.rss
http://www.freaknbitches.com/rss.xml
http://gamephiles.com/blogs/xmlsrv/rss2.php?blog=5
http://feeds.feedburner.com/GamersRadio
http://radio.linuxquestions.org/syndicate/lq.php
http://www.lugradio.org/episodes.rss
http://www.rpgmp3.com/downloads/data/wld/rss.xml
http://theavidgamer.com/wp-rss2.php
http://thelinuxlink.net/tllts/tllts.rss
http://www.thelinuxlink.net/tllts/tllts_bits.rss
http://ariel.homeunix.net/podcast/wp-rss2.php
http://feeds.feedburner.com/woapodcast
http://feeds.feedburner.com/twit
http://thelinuxbox.org/show/tlbs.rss
http://radio.weblogs.com/0001014/catego ... de/rss.xml
http://www.boredally.com/podcast/index.xml
http://feeds.feedburner.com/escradio?ca ... &feed=feed
http://www.evilgeniuschronicles.org/static/index.rss
http://www.freaknbitches.com/rss.xml
http://gamephiles.com/blogs/xmlsrv/rss2.php?blog=5
http://feeds.feedburner.com/GamersRadio
http://radio.linuxquestions.org/syndicate/lq.php
http://www.lugradio.org/episodes.rss
http://www.rpgmp3.com/downloads/data/wld/rss.xml
http://theavidgamer.com/wp-rss2.php
http://thelinuxlink.net/tllts/tllts.rss
http://www.thelinuxlink.net/tllts/tllts_bits.rss
http://ariel.homeunix.net/podcast/wp-rss2.php
http://feeds.feedburner.com/woapodcast
http://feeds.feedburner.com/twit
http://thelinuxbox.org/show/tlbs.rss
I'm pretty new to this so I've got mostly a stock bp.conf. I've removed LUGRadio (I mirror for them and don't need Bashpodder to get the file) and TLLTS (I grab it manually as soon as it comes out).
Here are a few I've added:
History accoring to Bob - a short history lesson every day
http://www.summahistorica.com/podcast/rss.xml
Laid-back - some funky music
http://www.laid-back.be/laidback.xml
Learn a Song a day! - old, boring folk songs
http://www.manythings.org/songs/rss.xml
Tokyo Calling - a teacher in Japan talks about living in Japan
http://tokyocalling.org/index.xml
Hope this helps someone. I'm looking forward to checking out links from other people.
Here are a few I've added:
History accoring to Bob - a short history lesson every day
http://www.summahistorica.com/podcast/rss.xml
Laid-back - some funky music
http://www.laid-back.be/laidback.xml
Learn a Song a day! - old, boring folk songs
http://www.manythings.org/songs/rss.xml
Tokyo Calling - a teacher in Japan talks about living in Japan
http://tokyocalling.org/index.xml
Hope this helps someone. I'm looking forward to checking out links from other people.
-
danheneise
- Posts: 7
- Joined: Tue Jul 05, 2005 2:28 am
- Location: Southern California
- Contact:
It seems kinda spotty. I wish he would do more on Japan and Japanese culture, but it's definitely worth a listen.Ryochan7 wrote:Thanks for recommending Tokyo Calling, Gomer_X. I like hearing almost anything about Japan, especially when it is from someone who is currently living in Japan. I have only listened to episode 16, so far, but I will keep this in my bp.conf file for a while.
The last one (episode 18 ) was kinda odd, but it seems he's got some new things coming up.
It's not too hard. Helps if you know a little BASH scripting. You should have bashpodder.shell and bp.conf in the same directory.danheneise wrote:i recently downloaded bash podder, now i gotta learn how to use it
If you just run it (type ./bashpodder.shell), it should take off and download everything. You may want to copy bp.conf to bp.conf.old or something and edit bp.conf. You'll see that the conf file is just a list of URLs to the RSS feed of the podcast. I delted the URLs for LUGRadio and TLLTS because I already had the files and didn't want to download them again.
It might be wise to narrow your list at first and then build it back up unless you want to download 100s of megs at once. There are a lot of podcasts in the defualt bp.conf.
Once I got it working, I put it in my crontab, and it just runs every night.
I just did 'crontab -e' and added the line
Code: Select all
10 23 * * * /home/jeff/audio/pod/bashpodder.shellHolla back if you need more help.
