You are here

Portable Podcatcher

7 posts / 0 new
Last post
ASKRRA
Offline
Last seen: 17 years 6 months ago
Joined: 2005-12-11 08:01
Portable Podcatcher

Hi all,
My request is a bit complex, I'm looking for a no-install Podcatcher, that can be run from my network drive but save to my mp3 player or run and save to the mp3 player. The only software I found like this is the podcatcher-on-a-stick: http://www.rotzoll.de/podblogger/mp3stick/ which I didn't like.
Thank you
A

jkbeeline (not verified)
I totally agree

Podcatcher on a Stick stinks. What I would really like to have is the app called Juice modified to save settings and podcasts to a portable drive. The program runs on a portable drive but settings and feeds are not retained.

Thox
Offline
Last seen: 17 years 8 months ago
Joined: 2006-02-09 06:46
Command line

First, here's a link to Wikipedia: Lost of Podcatchers

BashPodder is a good command line podcatcher for Linux, simply running in the shell - which makes it work instantly and easily on Cygwin. Since wget is available on windows, all you need is a tool to analyze a feed correctly and download the enclosures.

Is anyone able to convert bashpodder.shell into something that runs on windows?

Thox
Offline
Last seen: 17 years 8 months ago
Joined: 2006-02-09 06:46
Got bored and made this

I got bored and looked into gnu utilities a bit more. It turns out that bash is available for windows. So basically all I had to do was gather a load of unix utilities into one spot, and edit the shell script to point to those.

So I've now got a 782Kb portable command line podcatcher if you're interested.

On that note - whats the best way to organise these gnu utils on my USB drive in order to make them usable by a number of apps?

John T. Haller
John T. Haller's picture
Online
Last seen: 3 min 41 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Directory Structure

I've been trying to work on a more formalized directory structure for use portably. The first step of that is evident in the suite. Incorporating GNU utilities would make sense in that structure. As the current apps are in PortableApps\Apps\AppName... perhaps PortableApps\Apps\GNU\UtilName would make sense... no?

Sometimes, the impossible can become possible, if you're awesome!

Thox
Offline
Last seen: 17 years 8 months ago
Joined: 2006-02-09 06:46
Paths

That makes sense. I'm not all that familiar with the gnu utilities / bash. My main concern is simply referencing those utilities from a bash script.

For example, in my converted bashpodder.sh [pastebin.com] I've got "bin/util.exe" all over the place, replacing the existing "util" on it's own. I certainly wouldn't want to fill my script with long path names.

I assume there's an easy workaround for this that I don't know about.

cyberf
Offline
Last seen: 17 years 9 months ago
Joined: 2006-07-07 04:14
Would you be so kind to

Thox, would you be so kind to email me your podcatcher dir so I can use it?. I've tried downloading it and bash for windows but couldn't make it work.
franpt a.t gmail d.o.t c.o.m
Thanks

Topic locked