podcast application for empeg?

Posted by: bjoern

podcast application for empeg? - 03/02/2006 07:33

I've been using podcasts now for quite a while on air travels (together with audiobooks). Yesterday I've used the empeg's auxiliary input for the first time to listen to podcasts in the car. I so loved it! However, it's totally awkward and dangerous to handle the iPod in the car!
Is there a podcast application to download podcasts directly to the empeg, or do I have to copy them there manually? If there isn't one, wouldn't that be a great project?
Posted by: tonyc

Re: podcast application for empeg? - 03/02/2006 14:18

If you use mp3tofid+rsync to sync tunes (instead of emplode/jemplpode) you can just have your podcasts copied to your music directory on the host machine, then synced over to your empeg on a regular basis. But, I don't think the Cygwin port of mp3tofid is ready yet, so you'll have to have all your music on a Unix-like file server for this to work.
Posted by: tfabris

Re: podcast application for empeg? - 03/02/2006 16:54

Isn't a podcast just an MP3 file? Can't you just copy the MP3 file onto the player normally?
Posted by: drakino

Re: podcast application for empeg? - 03/02/2006 18:20

Most are MP3 files, while some are AAC. So yes, the empeg would be able to have the MP3 ones transferred manually to it to listen to them. Though I think the poster was wishing for a more automated way.

I've personally just gotten used to using the iPod for podcasts, since it does niceties like sync shows automatically from iTunes, including the playback position. So I can listen to one partially in the car, then come home, sync, and resume playback via AirTunes to somewhere in the house. Syncs also only take a matter of 30 seconds typically, so it is a lot easier to deal with on a daily basis then the 5-10 minute sync ordeal that is my empeg with 50gigs of music.

I went with an iPod nano for the podcasts, so it's not quite as dangerous in the car to control. The placement of the headphone jack and the small size means I can plug it into the wire I have run in the car to the aux in, and the Nano stays in place simply due to the plug holding it there.
Posted by: Robotic

Re: podcast application for empeg? - 03/02/2006 19:36

What is a Podcast?
Wikipedia says...
Posted by: bjoern

Re: podcast application for empeg? - 04/02/2006 10:49

Quote:
Most are MP3 files, while some are AAC. So yes, the empeg would be able to have the MP3 ones transferred manually to it to listen to them. Though I think the poster was wishing for a more automated way.


Exactly! Something like starting emplode/jemplode (or a specialized app) and then automatically updating the subscribed podcasts on the empeg.
The podcasts would then be in a separate playlist called podcasts and could be played just like any other tune. In my eyes, that would be a significant improvement of the empeg!

Of course I can also update the podcasts with iTunes, then dig through the folders to find the mp3 files, copy them to the empeg, sync and listen to them in the car.
But while that's safer than handling the iPod in the car, I'm sure it's obvious that it's nowhere near as slick!

For example, before podcatss were integrated into iTunes, there was iPodder. IIRC that was an open source project (if not, I'm sure there were more podcast clients). Why not use that technology, include empeg sync capability instead of iPod synching and we're good to go. Doesn't sound too difficult, or is it? Maybe rentacoder.com is the way to go?
Posted by: wfaulk

Re: podcast application for empeg? - 04/02/2006 16:31

None of the process is complicated other than getting the mp3s onto the empeg. There are only three programs that exist that allow you to do that. The first is emplode, and there's not any way to extend that to automatically download podcasts or even to automatically upload specific mp3s without some sort of macro tool. The second is the open-source command-line tool, which could be extended, but currently only works on x86 Linux, and no one's put in any effort to port it to any other platform in the many years since it's been available. The third is jEmplode, which is the most feasible option. As I understand it, it actually has some sort of plugin architecture that would make it reasonably easy to add this feature. Personally, I don't know Java that well, and I don't have much desire for podcast features. But it shouldn't be unreasonable to make it happen if you can find someone who has an interest in both of those things.
Posted by: mcomb

Re: podcast application for empeg? - 04/02/2006 18:02

Quote:
The second is the open-source command-line tool, which could be extended, but currently only works on x86 Linux, and no one's put in any effort to port it to any other platform in the many years since it's been available.

Well, that's not exactly true. I also had it compiling (although unable to connect to the empeg) under OS X at one point and then mscrag released jEmplode and a lot of the incentive for porting emptool went away.

-Mike
Posted by: wfaulk

Re: podcast application for empeg? - 04/02/2006 18:38

Sorry. Let's say that no one's successfully ported it to anything else.
Posted by: FireFox31

Re: podcast application for empeg? - 05/02/2006 21:11

"Podcasts only work on iPods, silly. See, they have 'pod' right in the title."

::sigh:: Some companies hate having their product become a noun or verb, Apple apparently loves it. We really need a less encumbered name for audio blogs. I know, ZenCast!
Posted by: FireFox31

Re: podcast application for empeg? - 18/10/2008 12:04

I've recently gotten into podcasts, so I'm wondering if this automatic podcast sync idea is now possible. I am running Windows and have only slight Linux skill.

I hoped rsync could copy MP3s from the podcast folder on my Windows machine to the empeg, and maybe even remove the MP3s from the empeg which were deleted from the Windows machine (it is "sync" after all, right?). If not rsync, is there any other way to do this automatically?

Thanks.