Podcast, it's new it's hip :) |
![]() ![]() |
Podcast, it's new it's hip :) |
Jan 19 2005, 15:49
Post
#1
|
|
|
Group: Members Posts: 26 Joined: 22-November 04 From: Adelaide Member No.: 18257 |
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. |
|
|
|
Jan 19 2005, 17:44
Post
#2
|
|
![]() Group: FB2K Moderator (Donating) Posts: 3809 Joined: 24-February 03 Member No.: 5153 |
That seems like a feature/plugin request to me.
Moved to General forum. -------------------- http://foosion.foobar2000.org/ - my components for foobar2000
|
|
|
|
Jan 21 2005, 19:25
Post
#3
|
|
![]() Group: Members Posts: 35 Joined: 19-March 04 Member No.: 12849 |
QUOTE (salmonmoose @ Jan 19 2005, 06:49 AM) 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. What I've been doing so far is using Doppler (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. |
|
|
|
Jul 3 2005, 15:07
Post
#4
|
|
![]() Group: Members Posts: 11 Joined: 19-May 04 Member No.: 14190 |
UP ! I'm really interested too...
|
|
|
|
Sep 19 2005, 05:04
Post
#5
|
|
|
Group: Members Posts: 48 Joined: 4-October 04 Member No.: 17477 |
So am I, a cleaner way to play podcasts within Foobar would greatly appreciated!
|
|
|
|
Sep 19 2005, 21:32
Post
#6
|
|
|
Group: Members Posts: 8 Joined: 20-October 04 Member No.: 17751 |
QUOTE (Benji99 @ Sep 19 2005, 05:04 AM) Not exactly cleaner but I use foosion's podcast parser with the following copy command. CODE 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. |
|
|
|
Nov 14 2005, 20:23
Post
#7
|
|
|
Group: Members Posts: 2 Joined: 16-April 05 From: Boston|Scotch Plains Member No.: 21492 |
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[/QUOTE] |
|
|
|
Nov 15 2005, 02:01
Post
#8
|
|
![]() Group: FB2K Moderator (Donating) Posts: 3809 Joined: 24-February 03 Member No.: 5153 |
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. -------------------- http://foosion.foobar2000.org/ - my components for foobar2000
|
|
|
|
Nov 17 2005, 19:29
Post
#9
|
|
|
Group: Members Posts: 36 Joined: 22-June 04 From: Montréal Member No.: 14830 |
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). |
|
|
|
Nov 17 2005, 19:41
Post
#10
|
|
![]() Group: Members Posts: 615 Joined: 27-November 02 Member No.: 3911 |
QUOTE (be020261 @ Nov 17 2005, 07:29 PM) 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 |
|
|
|
Nov 18 2005, 02:46
Post
#11
|
|
![]() Group: Members Posts: 294 Joined: 27-March 04 Member No.: 13034 |
QUOTE (The Link @ Nov 17 2005, 10:41 AM) 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?)... 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. |
|
|
|
Nov 18 2005, 18:25
Post
#12
|
|
![]() Group: Members Posts: 469 Joined: 22-October 04 From: Southern NJ Member No.: 17776 |
QUOTE (The Link @ Nov 17 2005, 02:41 PM) QUOTE (be020261 @ Nov 17 2005, 07:29 PM) 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 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" |
|
|
|
Nov 18 2005, 18:39
Post
#13
|
|
![]() Group: Members Posts: 615 Joined: 27-November 02 Member No.: 3911 |
How did you obtain that file? Could it be that there's some DRM on that file? Foobar2000 cannot read files with DRM.
|
|
|
|
Nov 18 2005, 19:02
Post
#14
|
|
![]() Group: Members Posts: 469 Joined: 22-October 04 From: Southern NJ Member No.: 17776 |
QUOTE (The Link @ Nov 18 2005, 01:39 PM) How did you obtain that file? Could it be that there's some DRM on that file? Foobar2000 cannot read files with DRM. 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" |
|
|
|
Nov 19 2005, 16:31
Post
#15
|
|
![]() Group: FB2K Moderator (Donating) Posts: 3809 Joined: 24-February 03 Member No.: 5153 |
.m4a and .m4b are the same format as .mp4. It's just that Apple chose to use a different file extension in different cases.
-------------------- http://foosion.foobar2000.org/ - my components for foobar2000
|
|
|
|
Nov 19 2005, 17:57
Post
#16
|
|
![]() Group: Members Posts: 469 Joined: 22-October 04 From: Southern NJ Member No.: 17776 |
QUOTE (foosion @ Nov 19 2005, 11:31 AM) .m4a and .m4b are the same format as .mp4. It's just that Apple chose to use a different file extension in different cases. 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" |
|
|
|
Apr 26 2006, 16:00
Post
#17
|
|
|
Group: Members Posts: 238 Joined: 22-February 04 Member No.: 12193 |
Bump for a podcast support in foobar
|
|
|
|
May 5 2006, 23:58
Post
#18
|
|
![]() Group: Members Posts: 90 Joined: 12-January 04 From: Stuttgart, DE. Member No.: 11157 |
|
|
|
|
Jun 4 2006, 17:23
Post
#19
|
|
|
Group: Members Posts: 525 Joined: 1-January 05 From: Boston Member No.: 18762 |
Just wanted to put in my vote for a podcast component. Is anybody considering doing this?
|
|
|
|
Jun 4 2006, 18:11
Post
#20
|
|
|
Group: Members Posts: 29 Joined: 24-April 05 Member No.: 21655 |
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 |
|
|
|
Jun 18 2006, 03:12
Post
#21
|
|
|
Group: Members Posts: 10 Joined: 18-April 06 Member No.: 29710 |
This would be an excellent component (or built into Foobar) that would help bring iTunes users over to Foobar (like me).
|
|
|
|
Jun 29 2006, 08:41
Post
#22
|
|
![]() Group: Members Posts: 953 Joined: 27-May 05 Member No.: 22329 |
Yeah, the regular updating/episodic format of podcasts (like the Lost podcast) is really good, I wish foobar had something of the sort.
-------------------- hi
|
|
|
|
Apr 8 2007, 10:03
Post
#23
|
|
|
Group: Members Posts: 43 Joined: 17-September 06 Member No.: 35284 |
The question is.... has anything like this been developed within the last 10 months since your post?
|
|
|
|
Apr 18 2007, 00:53
Post
#24
|
|
|
Group: Members Posts: 11 Joined: 15-March 07 Member No.: 41493 |
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.
|
|
|
|
Jun 18 2007, 09:17
Post
#25
|
|
|
Group: Members Posts: 27 Joined: 18-June 07 Member No.: 44478 |
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. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd November 2009 - 03:31 |