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
  #62  
Old 01-24-2008, 07:56 AM
nerofix nerofix is offline
 
Join Date: Mar 2006
Location: Saarland
Posts: 219
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found out that the Microsoft Windows Media Plugin for Firefox causes the crashes and freezes with the mod and that's why the "illegal operation" messages appears.

Sometimes it doesnt crashs or freezes, but most times which is very annoying. I don't remember it happened with the vb 3.6 mod of radio & tv.

I can't tell you how to solve this, perhaps there's a new media player plugin for firefox out, let's see.

By the way, I can report two things related to this mod:

1) Last played option is always none
2) When I try to click on radiostation in profile, it says: openRadioAndTV is not defined

Did I miss something? :erm:
Reply With Quote
  #63  
Old 01-24-2008, 08:00 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you import the new product file?

Did you add the openRadioAndTV() javascript function to the navbar template?

When I open Ministry of Sound default station here my Firefox crash. I think theres a problem with this stream, it happened on the 3.6 version as well. I think some of the default streams are outdated. KNAC does the same. Then again I'm on Windows Vista using a special WMP plugin for Firefox.
Reply With Quote
  #64  
Old 01-24-2008, 08:21 AM
nerofix nerofix is offline
 
Join Date: Mar 2006
Location: Saarland
Posts: 219
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
Did you import the new product file?

Did you add the openRadioAndTV() javascript function to the navbar template?
1) Yes I did import

2) Solved, but how can prevent it from doing it in a popup?


3) How about the last played feature, why it says always "none" ?
Reply With Quote
  #65  
Old 01-24-2008, 08:23 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Read install.txt and redo your template edits, and you should be fine.

Last played option should appear after people play a station.

To change the profile links you need to edit the plugin "Favorite Stations in Profile".
Reply With Quote
  #66  
Old 01-24-2008, 08:40 AM
nerofix nerofix is offline
 
Join Date: Mar 2006
Location: Saarland
Posts: 219
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I can't get the "last played" info working. Can you perhaps give me a hint where I can take a look to get it working?

And I still like to open the link in profile in the same window, not as popup. Could you help me with it to change the function to open in same window (it should also do the same with the navbarlink) ?
Reply With Quote
  #67  
Old 01-24-2008, 08:44 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in the plugin Favorite Stations in Profile change this

Code:
'<a href="javascript:openRadioAndTV('. $station['stationid'] .')">'
for this

Code:
'<a href="radioandtv.php?station='. $station['stationid'] .'">'
and this

Code:
'<a href="javascript:openRadioAndTV('. $lastplayed['stationid'] .')">'
for this

Code:
'<a href="radioandtv.php?station='. $lastplayed['stationid'] .'">'
The last played isn't appearing in your profile I'll assume. Did you play any station?
Reply With Quote
  #68  
Old 01-24-2008, 08:49 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There's a bug with the last played, I'm looking into it now. It's strange that it was working before.
Reply With Quote
  #69  
Old 01-24-2008, 09:01 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I updated radioandtv.php, upload it again. It should fix the last played problem.
Reply With Quote
  #70  
Old 01-24-2008, 09:06 AM
nerofix nerofix is offline
 
Join Date: Mar 2006
Location: Saarland
Posts: 219
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Dream you are the best
Last played option works fine now !!

.. and now it should open in same window .. ;p
Reply With Quote
  #71  
Old 01-24-2008, 09:17 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
I updated radioandtv.php, upload it again. It should fix the last played problem.
so we must change only the radioandtv.php file?
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 05:48 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.05382 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
  • (4)bbcode_code
  • (2)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
  • (2)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