Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Podcast (Read 22055 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Podcast

just an overview, podcasts are basically audio fed over RSS feeds, so you can have radio like shows streamed to you to listen to at your leisure.

see www.ipodder.org for more.

I've seen one user who wanted link his podcast downloads into foobar automatically, but surely, it would be possibly to implement a plugin as part of foobar that would do this? Scan the RSS feeds, download the track, and place it in a directory, and set up playlists.  I'm unfortunately really poor at code, and would make a mess of anything i put my hand to.

foobar attracted me because the plugin community seemed to be cutting edge (as far as media players go) and I think this would be a useful addition to the fine collection of plugins available.

Podcast

Reply #1
That seems like a feature/plugin request to me.

Moved to General forum.

Podcast

Reply #2
Quote
just an overview, podcasts are basically audio fed over RSS feeds, so you can have radio like shows streamed to you to listen to at your leisure.

see www.ipodder.org for more.

I've seen one user who wanted link his podcast downloads into foobar automatically, but surely, it would be possibly to implement a plugin as part of foobar that would do this? Scan the RSS feeds, download the track, and place it in a directory, and set up playlists.  I'm unfortunately really poor at code, and would make a mess of anything i put my hand to.

foobar attracted me because the plugin community seemed to be cutting edge (as far as media players go) and I think this would be a useful addition to the fine collection of plugins available.
[{POST_SNAPBACK}][/a]


What I've been doing so far is using [a href="http://www.dopplerradio.net/doppler/log.pma/Home?OpenPage&D=&C=Download]Doppler[/url] (I use the RC, I'm a beta whore) to download from the feeds, and use it's option to use an external player (defaults are WMP and iTunes) and point it at foobar.  Then, when a file from a feed is downloaded, it will open it with foobar.  Until/If ever there is an option in foobar for this, at least this might help a little bit.

Happy podcasting.

Podcast

Reply #3
UP ! I'm really interested too...

Podcast

Reply #4
So am I, a cleaner way to play podcasts within Foobar would greatly appreciated!

Podcast

Reply #5
Quote
So am I, a cleaner way to play podcasts within Foobar would greatly appreciated!
[{POST_SNAPBACK}][/a]


Not exactly cleaner but I use foosion's [a href="http://foosion.foobar2000.org/beta/]podcast parser[/url] with the following copy command.

Code: [Select]
wget %_path_raw% -O"'%userprofile%'\My Documents\My Received Podcasts\%_filename_ext%"$char(13)$char(10)


Then just paste into a dos prompt (Assuming you have wget.exe in your path.)

Obviously this doesn't replace your regular podcasting client but I find it useful for feeds I want to preview on the server before deciding to download.

Podcast

Reply #6
i wouldn't mind working on something like this. i know enough about rss/xml and i know how podcasting works, but i know very little about programming outside of simple php/javascript stuff. what should i look into to learn how to program foobar2000 plugins? thanx.
--
[eric]dfields.net
Quote
workItHarder makeItBetter doItFaster makesUsStronger moreThanEver hourAfterOur workIsNever over

Podcast

Reply #7
First you'll need to learn C++ to implement a foobar2000 component. Then some knowledge on the Win32 API would be good, especially if your component will need a GUI. Finally, you'll need to learn a few things about the foobar2000 SDK.

If you search the dev forum, you should find a few threads about getting started with C++ and Win32. There is also a sticky with a tutorial that covers the basics of the foobar2000 SDK.

Podcast

Reply #8
Hello,

I would like to add a vote to have a new podcast plugin in fb2k.  I'm using foobar for about 2 years now, but i had to dwl itunes to listen to podcast  .

Nothing would more please me than to uninstall iTunes from my pc.  I guess I'll have to wait until fb2k provide a powerful podcast management (and chapters support for m4a files). 

Podcast

Reply #9
Quote
... (and chapters support for m4a files).  
[a href="index.php?act=findpost&pid=342611"][{POST_SNAPBACK}][/a]

Besides the fact that I never really understood the purpose of podcasts (whats the difference to normal internet radio or just simply downloading an audio file?) I want to mention that there already is chapter support for mp4/m4a/whatever files in foobar2000.

Regards,
The Link

Podcast

Reply #10
Quote
Besides the fact that I never really understood the purpose of podcasts (whats the difference to normal internet radio or just simply downloading an audio file?)...
[a href="index.php?act=findpost&pid=342613"][{POST_SNAPBACK}][/a]

Internet radio streams whereas dl-ing a file keeps it on your hard drive. As for the specific difference between podcasting and simply dl-ing an audio file someone has posted on their site is that podcasting integrates an RSS feed. Basically I see podcasting as the "Tivo" of web audio blogs.

Podcast

Reply #11
Quote
Quote
... (and chapters support for m4a files).  
[a href="index.php?act=findpost&pid=342611"][{POST_SNAPBACK}][/a]

Besides the fact that I never really understood the purpose of podcasts (whats the difference to normal internet radio or just simply downloading an audio file?) I want to mention that there already is chapter support for mp4/m4a/whatever files in foobar2000.

Regards,
The Link
[a href="index.php?act=findpost&pid=342613"][{POST_SNAPBACK}][/a]

Would you care to elaborate on how Foobar2000 handles chapter support? I've tried dragging ".m4b" files into Foobar2000, and I get an error message that the file cannot be read. Can you chapter a ".m4a" file?

Thanks!
Surf's Up!
"Columnated Ruins Domino"

Podcast

Reply #12
How did you obtain that file? Could it be that there's some DRM on that file? Foobar2000 cannot read files with DRM.

Podcast

Reply #13
Quote
How did you obtain that file? Could it be that there's some DRM on that file? Foobar2000 cannot read files with DRM.
[a href="index.php?act=findpost&pid=342917"][{POST_SNAPBACK}][/a]

I ripped a 43 minutes interview from a CD to AAC (m4a) using Foobar2000's diskwriter, then manually changed it to .m4b. The file plays fine as a "m4a", but not as a "m4b". I use Foobar2000 v 0.8.3, so could that be the problem?
Surf's Up!
"Columnated Ruins Domino"

Podcast

Reply #14
.m4a and .m4b are the same format as .mp4. It's just that Apple chose to use a different file extension in different cases.

Podcast

Reply #15
Quote
.m4a and .m4b are the same format as .mp4. It's just that Apple chose to use a different file extension in different cases.
[a href="index.php?act=findpost&pid=343155"][{POST_SNAPBACK}][/a]

Hi Foosion,

Is there a reason why then, if they are the same, that foobar2000 v 0.8.3 doesn't recognize the m4b extension?
Surf's Up!
"Columnated Ruins Domino"

Podcast

Reply #16
Bump for a podcast support in foobar


Podcast

Reply #18
Just wanted to put in my vote for a podcast component.  Is anybody considering doing this?

Podcast

Reply #19
I put in a vote for a generic XML downloading/parsing plugin that could pass information to other plugins, or just send the data to global tagz.

I've been thinking about this a bit recently and might put the effort into learning some C++ to see if I can code it together. It would allow a lot of possiblities for displaying meta-data for playing files (eg, lyrics, wikipedia biographics, last.fm charts etc) and could work as the backend for a podcasting plugin. Basically I picture a plugin that can handle any XML data, and obviously anything that can be turned into XML by a web script could then be used in foobar.

When I started writing this post it seemed very appropriate, now I realise I'm veering off topic 

Podcast

Reply #20
This would be an excellent component (or built into Foobar) that would help bring iTunes users over to Foobar (like me).

Podcast

Reply #21
Yeah, the regular updating/episodic format of podcasts (like the Lost podcast) is really good, I wish foobar had something of the sort.
hi

Podcast

Reply #22
The question is.... has anything like this been developed within the last 10 months since your post?

Podcast

Reply #23
Foobar really needs podcast support.  I mean, its kind of retarded NOT to have it.  Podcasting is really popular and very useful.  Also, Foobar should have better internet radio support.

Podcast

Reply #24
It's not terribly hard to implement podcast support in Foobar.

What you need:
foo_autoplaylist
Juice (or some other app to download the podcasts)

Use Juice or whatever other app you like to download your podcasts and have it drop them all into the folder of your choosing.  Add that folder to Foobar's library.  Then, make a Podcast playlist.  Go into the Autoplaylist options and give it a very simple query (%genre% HAS podcast).  Once that's added, you're good to go: download your podcasts, have Foobar rescan that folder, and new podcasts show up in your autoplaylist.  If you then want to put them on your iPod, use foo_dop and sync it up.  Make sure you select your autoplaylist and it'll send the files right over.

No iTunes necessary, nor any need to clutter up Foobar with RSS support.