Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)

Reply
 
Thread Tools Display Modes
  #1  
Old 10-06-2005, 02:06 PM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Request: Podcasting

I would like to request a podcasting add-on for vB 3.5. I just mentioned it in the vBRadio 1.0 for 3.5 thread.
Reply With Quote
  #2  
Old 10-06-2005, 02:23 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can help with this, but I'll need some leg work done.

Links to software to host your own server software (if any).
Links to client software.

What do you want the hack to do?

I have not read up on podcasting yet, but more info would help push your request.
Reply With Quote
  #3  
Old 10-06-2005, 03:27 PM
NxTek NxTek is offline
 
Join Date: Jun 2003
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd like to request this too. I think this can be used somehow inconjuction with vB's RSS/XML functionality. If a [private] forum is created for the feed, the url would be http://www.domain.com/forums/externa...rss&forumids=8.

The only difference between a blog and a podcast as far as the RSS is that Podcasts are linked through <enclosure> tags, such as
Code:
<enclosure url="http://domain.com/path/to/file.mp3" length="37963779" type="audio/mpeg"/>
Length is the file size in bytes.

I would think the files can optionally be attached within the post, but they can be upwards of 40MB, so FTP might be a better option.

A good tutorial on creating RSS (includes info on the enclosure tag) is at http://www.podcast411.com/howto_1.html

And as a side-note, I always run RSS feeds like http://www.domain.com/forums/externa...rss&forumids=8 through FeedBurner and advertise that output. vB's output isn't the greatest.
Reply With Quote
  #4  
Old 10-06-2005, 06:10 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll read up on it and see what I can do.


Quote:
Originally Posted by NxTek
I'd like to request this too. I think this can be used somehow inconjuction with vB's RSS/XML functionality. If a [private] forum is created for the feed, the url would be http://www.domain.com/forums/externa...rss&forumids=8.

The only difference between a blog and a podcast as far as the RSS is that Podcasts are linked through <enclosure> tags, such as
Code:
<enclosure url="http://domain.com/path/to/file.mp3" length="37963779" type="audio/mpeg"/>
Length is the file size in bytes.

I would think the files can optionally be attached within the post, but they can be upwards of 40MB, so FTP might be a better option.

A good tutorial on creating RSS (includes info on the enclosure tag) is at http://www.podcast411.com/howto_1.html

And as a side-note, I always run RSS feeds like http://www.domain.com/forums/externa...rss&forumids=8 through FeedBurner and advertise that output. vB's output isn't the greatest.
Reply With Quote
  #5  
Old 10-06-2005, 06:36 PM
pcoskat pcoskat is offline
 
Join Date: Apr 2002
Location: atlanta
Posts: 423
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will be following the progress on this VERY closely! Good request!
Reply With Quote
  #6  
Old 10-06-2005, 08:49 PM
NxTek NxTek is offline
 
Join Date: Jun 2003
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachariah
I'll read up on it and see what I can do.
Cool. The more I think about it, the more I think that this should be more of a blog tool than a podcast tool, since the only addition for a podcast is the enclosure tag. I would think this would be easy to add once the framework is there.

I would encourage you to check out WordPress (www.wordpress.org). I think it's the best blogging software.

Developing a true blogging system for vB would be very cool indeed. The framework is already there as far as exporting forum posts as an RSS feed.

Lemme know if I can help in any way.
Reply With Quote
  #7  
Old 10-06-2005, 09:52 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a GPL script that I think keeps tracks and auto blogs .... I'll have to look @ it ... Give me some time, I have a few hacks I am worken on @ the moment. If I pass by more info I'll post it here to add to the collaboration of the project.

Quote:
Originally Posted by NxTek
Cool. The more I think about it, the more I think that this should be more of a blog tool than a podcast tool, since the only addition for a podcast is the enclosure tag. I would think this would be easy to add once the framework is there.

I would encourage you to check out WordPress (www.wordpress.org). I think it's the best blogging software.

Developing a true blogging system for vB would be very cool indeed. The framework is already there as far as exporting forum posts as an RSS feed.

Lemme know if I can help in any way.
Reply With Quote
  #8  
Old 10-07-2005, 12:43 AM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks to everyone for outlining some of my requirements for me. Zachariah had a very legitimate question , sorry about that. When I posted the above I was envisioning a navbar dropdown or popup a la VBRadio, but I really like the idea of feeding forums, too. Feeding events would be interesting as well, especially if the cast were a scheduled one.

Since we're still working out the whats and hows, thought I may as well link to the full-blown Wikipedia article, which introduces a few other possibilities into the mix (including VODCasting). Don't want to blow the scope of this request out of proportion or anything.
Reply With Quote
  #9  
Old 10-07-2005, 12:41 PM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd be interested in seeing where this idea goes as well......

NxTek, the link you gave for Podcast411 proved informative, thanks. Now I've got a few ideas brewing in my head as a result.
Reply With Quote
  #10  
Old 10-07-2005, 01:56 PM
NxTek NxTek is offline
 
Join Date: Jun 2003
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KW802
NxTek, the link you gave for Podcast411 proved informative, thanks. Now I've got a few ideas brewing in my head as a result.
Such as?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:44 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04794 seconds
  • Memory Usage 2,259KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete