Arrrg! I just tried PodNova, and I get the same exact error CastPodder spits out!
Code: Select all
Traceback (most recent call last):
File "iPodderGui.py", line 17, in ?
import wx
ImportError: No module named wxModerators: snarkout, Patrick, dann
Code: Select all
Traceback (most recent call last):
File "iPodderGui.py", line 17, in ?
import wx
ImportError: No module named wxI did that on my Debian system. I apt-getted every single Python, and WxWidgets package that was available, and it didn't help. Still barfed on that error.TankCatNinjaFish wrote:well that "wx" is for the wxWidgets gui library; so get the latest version from wxWidgets.org and also wxpython. But yea, bashpodder or firefoxfor me.
Does Kpodder have the ability to select individual files from a feed? Thats my biggest problem with BashPodder, is that it attempts pull down every single episode on the feed, and when I have something like DL.TV in there, with 15 episodes at 200MB each, I end up filling my hard disk up before it finishes all the feeds. It's also handy when I run a client on a different computer, and I can skip an episode if I've already listened to it.Patrick wrote:You could try Kpodder:
http://www.leonscape.co.uk/linux/kpodder/index.html
Some of the user-contributed versions of Bashpodder solve this problem in various ways. One of them, I forget which one, adds a switch that will do a "dry run" and add a list of all the episodes in a text file that it references before downloading (to avoid re-downloading an episode). You can get all the episode filenames into this text file, then remove the ones you want bashpodder to actually download, and then rerun it without the switch. It works well.Wally Balljacker wrote:Thats my biggest problem with BashPodder, is that it attempts pull down every single episode on the feed, and when I have something like DL.TV in there, with 15 episodes at 200MB each, I end up filling my hard disk up before it finishes all the feeds. It's also handy when I run a client on a different computer, and I can skip an episode if I've already listened to it.
Yeah, I took Pat's suggestion and tried Kpodder, which is based on BashPodder, and I'm pleased to find out that it has checkboxes next to all the episodes. Now when I add a new feed, I can skip all the old episodes.Chess wrote:Some of the user-contributed versions of Bashpodder solve this problem in various ways. One of them, I forget which one, adds a switch that will do a "dry run" and add a list of all the episodes in a text file that it references before downloading (to avoid re-downloading an episode). You can get all the episode filenames into this text file, then remove the ones you want bashpodder to actually download, and then rerun it without the switch. It works well.Wally Balljacker wrote:Thats my biggest problem with BashPodder, is that it attempts pull down every single episode on the feed, and when I have something like DL.TV in there, with 15 episodes at 200MB each, I end up filling my hard disk up before it finishes all the feeds. It's also handy when I run a client on a different computer, and I can skip an episode if I've already listened to it.
Try peapod, I have never not had a feed work with it. Also KTorrent just got RSS support in the SVN, right now it is buggy but it seems like a nice interface for podcasts.gorkon wrote:I have the same beef about Bashpodder too. Back in the beginning, it wasn't so bad but when some people have 100's of shows in the feed it automatically grabs all of them. I haven't had the time to hack around and find the right combo of scripts on that side to give me what I want.
I used Rythmbox for a while, but it would not pick up some shows sometimes. I think the problem it has is something to do with some of the recent iTunes changes that people have been making in thier feeds.
iPodder on Ubuntu and Juice on windows both had the same problem....trying to import a OPML feed did nto work properly.
I have not tried Kpodder yet. Gpodder is strange and doesn't work right either. I guess it isn't cool to work on podcatchers any more.
This isn't really a bashpodder problem. It's a problem with people being too stupid to properly manage their RSS feeds.gorkon wrote:I have the same beef about Bashpodder too. Back in the beginning, it wasn't so bad but when some people have 100's of shows in the feed it automatically grabs all of them. I haven't had the time to hack around and find the right combo of scripts on that side to give me what I want.
How is this a problem with people managing their feeds? I disagree with that point. Actually, this is where Bashpodder's behavior can be good. For example, if one wanted to grab every show that has ever been done and they have every show in a ever growing RSS feed...in this cash, bashpodder is good. However, in normal every day use where you usually get rid of the files you have already listened to, then it fails miserably.Gomer_X wrote:This isn't really a bashpodder problem. It's a problem with people being too stupid to properly manage their RSS feeds.gorkon wrote:I have the same beef about Bashpodder too. Back in the beginning, it wasn't so bad but when some people have 100's of shows in the feed it automatically grabs all of them. I haven't had the time to hack around and find the right combo of scripts on that side to give me what I want.
Since bashpodder's purpose is to be simple and reliable, it's OK with me that it doesn't have any more features than necessary. Not everyone wants to hack a bash script to get what they want, but for me it works perfectly.
Bashpodder will not re-download a file that has already been downloaded - *unless* the URL of the feed changes. The difference between BashPodder and the rest is that BashPodder is a PodCatcher, meaning that it does just that - downloads them or whatever is included in the enclosure of an RSS feed. It does this automatically.gorkon wrote: How is this a problem with people managing their feeds? I disagree with that point. Actually, this is where Bashpodder's behavior can be good. For example, if one wanted to grab every show that has ever been done and they have every show in a ever growing RSS feed...in this cash, bashpodder is good. However, in normal every day use where you usually get rid of the files you have already listened to, then it fails miserably.
One other point which is related to the way you manage a feed is when you move your media file to another server. Libsyn does this and the URL never changes in the feed, but sometimes others change the URL because the server where the file resides changes. In this case, Bashpodder will grab a old show (or it did in the past). Granted, I could hack at it and probably should do that, but hell with all the crap happening at work and in my personal life it's difficult at best to get the time I would need to do this. Plus I would rather be producing podcasts then hacking on bash code.