Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vJukebox - Song and Video Management System Details »»
vJukebox - Song and Video Management System
Version: 0.9.0, by Cole2026 Cole2026 is offline
Developer Last Online: Jul 2020 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 12-08-2005 Last Update: 01-30-2006 Installs: 119
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

vJukebox v 0.9.0 Alpha

What does this do?
This is a Jukebox system, you can add and listen to/play videos/songs, users can rate the media, comment it, and much more!
Updates:

0.9.0 - Total Rewrite, several new features, template overhall.
0.8.1 - Fixed several bugs that I overlooked at first distribution.

Known Bugs:

File Writing Error - Fix by Replicators, See this post.

To Install:
1. Import the product xml file in this folder.
2. Upload all files in the upload folder.
3. Create a folder named media in your forumroot (or another name, you can edit the name of the folder you want to upload media in, in the ACP settings. CHMOD 777
3. Enjoy.

Please note:
I will not officially support this until we get into the beta phases.

If you want to add a link to this in the navbar:
In the template: navbar
=============================
FIND:
=============================
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
=============================
BELOW THIS, ADD:
=============================
<td class="vbmenu_control"><a href="jukebox.php?$session[sessionurl_q]">Jukebox</a></td>
=============================

Bug Reporting:
Please report all bugs to:
http://www.digitalsupremacy.com/forums/vbugs.php


Please Donate if you want the product to grow. I'll donate 15% of all donations I get for this project to Unicef as well.

Supporters / CoAuthors

Show Your Support

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

Comments
  #172  
Old 01-16-2006, 06:26 PM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Welp, I tried to submit a bug report but wasn't able, so I'll do it here.

I'm on mac os x 10.4.4, using safari 2.0.3 and firefox. I recognize firefox isn't working, and I'm assuming the problem with firefox is going to be the same with safari since they're using similar browser engines.

The bug: mp3 media does not play in Safari. (it does play on windows IE, I checked). Basically the page opens, the player is visible, but an error message comes up:

"The playlist format is not recognized".

Nothing plays.

it MAY be a problem with windows media player on mac. I may write a js detect that forces quicktime instead of wmp if platform is mac.
Reply With Quote
  #173  
Old 01-16-2006, 11:45 PM
ReadOrDie ReadOrDie is offline
 
Join Date: Sep 2005
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When is this hack going to be updated?
Reply With Quote
  #174  
Old 01-17-2006, 01:16 AM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I made a couple of improvements to this.

First off, to get around the #$%^ browser media player problems (I'm on a mac, as are many of my users, and the player straight doesn't work on the mac), I swapped it out for a flash mp3 player. So no video there.

I also commented out the code that forces the forum url into the path to the audio file. My audio file sits on my root site folder and is linked to already all over the web. forcing the folder to be in the forum just plain sucked for me. I hope that that is something that can be changed in a final release -- give us the option to set our path to /forum/audio/ rather than forcing the forum url before the media/audio folder.

http://www.staytunedtheband.com/forum/jukebox.php
Reply With Quote
  #175  
Old 01-17-2006, 03:45 PM
natralis natralis is offline
 
Join Date: Mar 2002
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay i did all the fixes that were posted
I edited the template and removed the >>
Added the field in phpmyadmin on the jukebox_media table
Was no need for me to add sql tables as they were allready there

Everything seems to be working except:

Add Media:
It uploads fine..tells me that it is there
But it is not
Checked 3 times to make sure that it was chmodded to 777 and it was
So dunno there
Also..
The listing and the most accessed media links tell me that there are no more entries to view
In Highest Rated column i get the direct link that makes me download the songs
Thought it would stream but either way
it's the same amount of bandwith right?
Also....the files that i manually uploaded into my media folder
One has spaces and one doesn't
They both work for downloadlinks but neither of em work otherwise
I have the latest version of Media Player installed
IE nor Firefox seem to work at all (except to download)


Is there a fix out there for it?
I love the jukebox..but would prefer for it to stream so no trouble will come my way due to copyright issues
Cheers,
Reply With Quote
  #176  
Old 01-17-2006, 04:02 PM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You missed the file edit to Jukebox.php in this thread... and if your tables were already there... they more than likely are not correct... (missing the album field...)

STEP 6. In the jukebox.php file, find:

if ( $mid > $count['media'] ) :
eval(standard_error(fetch_error('jukebox_nonewer') ));
endif;

and DELETE IT. (This corrects the fact that you continuously get the NoNewer error phrase when clicking the media name to be viewed.)

if you have problems afterwards, I'd be happy to take a look...

Mark
Reply With Quote
  #177  
Old 01-17-2006, 05:07 PM
natralis natralis is offline
 
Join Date: Mar 2002
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i did do that
but will check to see if i didn't upload wrong file
jukebox.php now gives me an error on line 558
PHP Code:
558 endif; 
EDIT: Didn't make a difference... :-)
EDIT2:What album field? .. if that's the one mentioned to edit in phpmyadmin on jukebox_media table
I did that

album Varchar 100 and didn't touch anything else..just like you said :-)
Reply With Quote
  #178  
Old 01-17-2006, 07:34 PM
ReadOrDie ReadOrDie is offline
 
Join Date: Sep 2005
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Someone Update This Hack!!!
Reply With Quote
  #179  
Old 01-18-2006, 03:00 PM
phenomenon phenomenon is offline
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone know if it's possible to ignore a certain user's posts in vbulletin?
Reply With Quote
  #180  
Old 01-18-2006, 03:05 PM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Natralis,

If you want me to look at it, just PM me. I'm not sure what all you have / haven't done, but it works just fine.
Reply With Quote
  #181  
Old 01-18-2006, 04:10 PM
drumforum's Avatar
drumforum drumforum is offline
 
Join Date: Apr 2005
Location: Dundee, Scotland
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm SoooooOOOoooOOoooOoooOooo glad I found this hack!!
My forum couldn't get enough of the old jukebox by Trafix and I was pleased to see this one.

It looks good, but, I can't get her to work on my forum as anything to do with the Jukebox creates an error like this:

Quote:
Originally Posted by Database error in vBulletin 3.5.0:

Invalid SQL:
SELECT * FROM vb_jukebox_media
WHERE active = 1 ORDER BY plays DESC LIMIT 5;

MySQL Error : Table 'drumforum.vb_jukebox_media' doesn't exist
Error Number : 1146
Date : Wednesday, January 18th 2006 @ 05:56:45 PM
Script : http://www.drumforum.co.uk/forum/jukebox.php
Referrer :
IP Address :
Username :
Classname : vb_database
on further investigation I discovered that no new database tables had been added.

How do I do this manually??

Any help would be very much appreciated

It's my birthday today- make this my treat!!

Adam
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 04:36 PM.


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.04750 seconds
  • Memory Usage 2,319KB
  • Queries Executed 26 (?)
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)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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