Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Radio and TV Player Details »»
Radio and TV Player
Version: 2.0, by Dream Dream is offline
Developer Last Online: Sep 2010 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 01-11-2008 Last Update: 03-03-2008 Installs: 571
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

This mod won't be updated for vB 3.7.x, the new mod thread is on the 3.8.x forum. Mark that thread as installed if you want to receive updates for the 3.8.x version.

This will add a fully featured radio and TV streaming player and stations library to your forum.

Features:
- Users can add / delete / edit own stations
- Favorite stations
- Report broken / duplicate stations
- Full AJAX
- Plays Windows Media Player, Real Player and Quicktime streams
- Shows user's favorites and last played station in profile
- and more...

Nominate this mod for Mod of the Month!

If you like this script don't forget to donate.

Donations so far: U$ 137.65

This mod is "Re-usable Code", meaning you can modify it and release your own version.

You are responsible for the streams you add to your website. The mod author doesn't take responsibility for possible copyright infringements in some countries and with some stations.

Arabic and Chinese don't work with Ajax, so this mod won't work, sorry.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #522  
Old 12-03-2008, 10:53 PM
soundbarrierpro soundbarrierpro is offline
 
Join Date: Nov 2007
Posts: 767
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
edit the radiostation_ templates
I went through every template in the template list in style manager>Radio And TV Templates

I don't see any of those edits in the code, do you know specifically which templates? Maybe I'm missing something?
Reply With Quote
  #523  
Old 12-04-2008, 12:50 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hm not sure now if it is in radioandtv.php hardcoded... as website only appears when there is a website, so a code must do it
Reply With Quote
  #524  
Old 12-04-2008, 01:38 PM
soundbarrierpro soundbarrierpro is offline
 
Join Date: Nov 2007
Posts: 767
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi all, does anybody know if it's possible to add additional "players" to the player templates, which require a player plugin install in order to work?

I am able to successfully embed sopcast, tvants, and tvu broadcasts on non-vb pages with no problems. The end user just has to install the specific plugin for the video to play without the full player requirement.

I'd like to scrap all of my non-vb pages and use only radiotv for playing video streams.
Reply With Quote
  #525  
Old 12-04-2008, 01:49 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that's a nice idea for a update actually, let users add aditional players. not sure how hard would it be to do, also not much time right now for me to do it, maybe next year when I come back from vacation in february.
Reply With Quote
  #526  
Old 12-04-2008, 01:50 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GreasySpoon View Post
No problem, maybe it will be done in the next version ;-)

Greetz
I'll keep a list of ideas to implement on next versions on the third post of this thread, I'll add this one to it.
Reply With Quote
  #527  
Old 12-04-2008, 02:11 PM
GreasySpoon GreasySpoon is offline
 
Join Date: Dec 2007
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
I'll keep a list of ideas to implement on next versions on the third post of this thread, I'll add this one to it.
Thanks for this.

I have modified it yesterday in our forum. If you need some information or if i can help you, just let me know.

Here you can take a look at my modifications: Radio und TV

I have added the station title in the META title-tag and the station description in the META description-tag. I have also modified the navigation in the plugin, so that user without js and the google bot can browse it.

If someone need the rewrite rules for vbseo, here you got:
Quote:
// Radio and TV
'radioandtv\.php$' => 'radio-and-tv/'
'radioandtv\.php\?station=(\d+)$' => 'radio-and-tv/station/$1.html'
This rewrite rules only make sense if you modified this plugin like me, for user without JS.
Quote:
// Radio and TV
'radioandtv\.php\?letter=(\w+)$' => 'radio-and-tv/a-to-z/$1.html'
'radioandtv\.php\?letter=(\w+)&page=(\d+)$' => 'radio-and-tv/a-to-z/$1/page/$2.html'
'radioandtv\.php\?letter=(\w+)&category=(\d+)$' => 'radio-and-tv/a-to-z/$1/category/$2.html'
'radioandtv\.php\?letter=(\w+)&search=(\w+)$' => 'radio-and-tv/a-to-z/$1/search/$2.html'
'radioandtv\.php\?page=(\d+)$' => 'radio-and-tv/page/$1.html'
'radioandtv\.php\?category=(\w+)$' => 'radio-and-tv/category/$1.html'
'radioandtv\.php\?search=(\w+)$' => 'radio-and-tv/search/$1.html'
'radioandtv\.php\?letter=(\w+)&search=(\w+)$' => 'radio-and-tv/a-to-z/$1/search/$2.html'
Greetz
Reply With Quote
  #528  
Old 12-04-2008, 02:21 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you just want the station title on the meta and the description on the meta description? anything else?
Reply With Quote
  #529  
Old 12-04-2008, 02:29 PM
GreasySpoon GreasySpoon is offline
 
Join Date: Dec 2007
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, filled meta title, description and keyword tags.

It would be also great if this plugin would use urls like:
"/forum/radio-and-tv/1-powerhitz-radio-xyz.html"
"/forum/radio-and-tv/category/1-jazz.html"
"/forum/radio-and-tv/letter/I.html"
and so on. Just SEO friendly.

And also dual browsing. For people with turned on js, AJAX and for people with turned off JS the normal way of browsing. Something like: <a href="/forum/radio-and-tv/1-powerhitz-radio-xyz.html" onclick="openStation(1); return false;" title="Powerhitz Radio xyz">Powerhitz Radio xyz</a>

Greetz

EDIT:
And could you please put the JS in an external .js file in the next version? Just to keep the sourcecode clean.
Reply With Quote
  #530  
Old 12-04-2008, 02:45 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

some of the .js is created dinamically I think, if not I will
Reply With Quote
  #531  
Old 12-04-2008, 02:46 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what did you put on keywords
Reply With Quote
Reply


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:16 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.13586 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
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
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_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