vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   [ Audio / Visual ] - VB Mega Jukebox - Now with permissions to save bandwith (https://vborg.vbsupport.ru/showthread.php?t=74170)

yoyoyoyo 01-24-2005 01:42 PM

Quote:

Originally Posted by NuclioN
Trafix i can't make it up out of your reply...is the link to external mp3/midi files in there already???

just enter the full URL with no final backslash via the ACP, it should work.

ProDjForums.com 01-24-2005 04:05 PM

I want to post a poll on my site to see if my member base would like this on the site. Would it be ok for me to post your screen shots (of the user side) in the body of the post?

NuclioN 01-24-2005 04:14 PM

Quote:

Originally Posted by yoyoyoyo
just enter the full URL with no final backslash via the ACP, it should work.

----but it doesn't :) I linked it to a mp3 file on our server but no succes.

yoyoyoyo 01-24-2005 04:20 PM

Quote:

Originally Posted by NuclioN
----but it doesn't :) I linked it to a mp3 file on our server but no succes.

I know it's not quite the same thing as version 1. I think what he is referring to is when you specify the folder, instead of "midi" as per the instructions you can enter a remote server to upload to (example: h*tp://anothersite.com/songs). This does not support the adding of songs via URL, as in version 1, and for that reason I prefer version 1 at this point since I prefer not to host any of the songs, so these are really 2 different hacks in that sense.

trafix 01-24-2005 10:30 PM

Quote:

Originally Posted by The Realist
Anyone?

i am willing to help you, I have requested a link to you jukebox on 3 occasions now ... for me to assist what is is going on i need to see it, you can mp the url if you like

trafix 01-24-2005 10:32 PM

Quote:

Originally Posted by NuclioN
Trafix i can't make it up out of your reply...is the link to external mp3/midi files in there already???

Did yoyoyoyo anser your question? ... i have included remote hosting instruction in the first post

mekro 01-25-2005 09:09 AM

Hi

Ok i am trying link to an external source for the music, however nothing i do works for example in the options i leave it blank for where the folder is and in the add track i enter the full path but it just just keeps linking to for example:

h**p://www.mysite.com/forum//www.othersite.com/mike/AheadOfTheGame.mp3

No matter what i do i can not get it to link to an off site link.

Please help.

Kirk

trafix 01-25-2005 09:21 AM

in the options "folder" put
HTML Code:

h**p://www.othersite.com/mike
and just the file name the song filename

NuclioN 01-25-2005 09:39 AM

Now i'm confused to. I can't find the field where members can put an url. :)

mekro 01-25-2005 01:36 PM

Hi

Thaks for the response but that does not help i did as you said and did the following:

In the jukebox options under the vbulletin options i placed the following link in the folder box: h**p://www.othersite.com/mike

Then in the add a song section i just placed the song name: AheadOfTheGame.mp3

Now the link looks like this: http://mysite.com/forum/http://www.g...dOfTheGame.mp3

Any help please as it keeps adding the http://mysite.com/forum/ part to the beginning of every song.

Thanks
Kirk

trafix 01-26-2005 04:09 AM

hmmm, i just tested it on my forum and it does work

I changed the vb options "Media Folder" to "h**p://srv01.orpbus.com/~admin152/upload/midi"

mekro 01-26-2005 06:03 AM

Sorry for the trouble and yes it does work i was just impatinat for the song to load.

My bad and thanks for the hack it brilliant.

By the way anyway of letting the user know how much of the song is loadded as it can take up to 5 minutes for a song to load and many members think its not loading.

Kirk

trafix 01-26-2005 06:13 AM

ummm i did post a code alteration that would show just the meadia player tool bar ... bun in not sure what page its on

yoyoyoyo 01-26-2005 07:10 AM

Quote:

Originally Posted by trafix
ummm i did post a code alteration that would show just the meadia player tool bar ... bun in not sure what page its on

People can always play with the PARAM name "uiMode" settings.

With the following setting Windows Media Player is embedded with the status window, seek bar, play/pause, stop, mute, next, previous, fast forward, fast reverse, and volume controls in addition to the video or visualization window:
HTML Code:

<PARAM Name = "uiMode" Value = "full">
With the following example Windows Media Player is embedded without any visible user interface (controls, video or visualization window):
HTML Code:

<PARAM
NAME="uiMode" VALUE="invisible">

With this example Windows Media Player is embedded with the status window, play/pause, stop, mute, and volume controls shown in addition to the video or visualization window:
HTML Code:

<PARAM NAME="uiMode" VALUE="mini">
With this mode Windows Media Player is embedded without controls, and with only the video or visualization window displayed:
HTML Code:

<PARAM NAME="uiMode" VALUE="none">
you can also make sure that these are set:
HTML Code:

<param name="ShowControls" value="true">
<param name="ShowDisplay" value="true">

If you want to be nice you can let your users choose. The following example creates an HTML SELECT element that allows the user to change the user interface for an embedded Player object (The Player object was created with ID = "Player"):
HTML Code:

<!-- Create an HTML SELECT element. -->
<SELECT  ID = UI  LANGUAGE="JScript"

        /* Specify the UI mode the user selects. */
        onChange = "Player.uiMode = UI.value">


/* These are the four UI mode options. */
<OPTION VALUE="invisible">Invisible
<OPTION VALUE="none">No Controls

<OPTION VALUE="mini">Mini Player
<OPTION VALUE="full">Full Player
</SELECT>


trafix 01-26-2005 08:02 AM

hmm, i was aware of being able to edit the paramaters but as i dont know enough about it i wasnt willing to quote .... tnx for the input yoyoyoyo .... do i have too many yo's ??? lol

yoyoyoyo 01-26-2005 08:08 AM

Quote:

Originally Posted by trafix
hmm, i was aware of being able to edit the paramaters but as i dont know enough about it i wasnt willing to quote .... tnx for the input yoyoyoyo .... do i have too many yo's ??? lol

no .. I do.. my son is the one who actually signed up me up at the forum here and that is the name he chose.. lucky, eh? I was thinking of joining the "Please change my nick" thread, soon! :D

glad to help! I can't do much original with php at this point, but I do know a bit of html ;D

WiseOwl 01-27-2005 12:38 AM

<a href="http://digitalmental.com/bb/vb_jukebox.php" target="_blank">http://digitalmental.com/bb/vb_jukebox.php</a> why are the TOTALS going negative, ie: "-140" for the 50 Cent song... ?

indie 01-27-2005 03:00 AM

Can this be used as a video gallery?

I need something where memebers can upload video clips, and tother members can watch them. Will they play in the browser, or have to be downloaded? Also, if it can be dome, then can "jukebox" be change in the phreases since it would be used for video?

Also can file types be specified? .mov ,etc.

Thanks.

mekro 01-27-2005 05:33 AM

Quote:

Originally Posted by yoyoyoyo
People can always play with the PARAM name "uiMode" settings.

With the following setting Windows Media Player is embedded with the status window, seek bar, play/pause, stop, mute, next, previous, fast forward, fast reverse, and volume controls in addition to the video or visualization window:
HTML Code:

<PARAM Name = "uiMode" Value = "full">
With the following example Windows Media Player is embedded without any visible user interface (controls, video or visualization window):
HTML Code:

<PARAM
NAME="uiMode" VALUE="invisible">

With this example Windows Media Player is embedded with the status window, play/pause, stop, mute, and volume controls shown in addition to the video or visualization window:
HTML Code:

<PARAM NAME="uiMode" VALUE="mini">
With this mode Windows Media Player is embedded without controls, and with only the video or visualization window displayed:
HTML Code:

<PARAM NAME="uiMode" VALUE="none">
you can also make sure that these are set:
HTML Code:

<param name="ShowControls" value="true">
<param name="ShowDisplay" value="true">

If you want to be nice you can let your users choose. The following example creates an HTML SELECT element that allows the user to change the user interface for an embedded Player object (The Player object was created with ID = "Player"):
HTML Code:

<!-- Create an HTML SELECT element. -->
<SELECT  ID = UI  LANGUAGE="JScript"

        /* Specify the UI mode the user selects. */
        onChange = "Player.uiMode = UI.value">


/* These are the four UI mode options. */
<OPTION VALUE="invisible">Invisible
<OPTION VALUE="none">No Controls

<OPTION VALUE="mini">Mini Player
<OPTION VALUE="full">Full Player
</SELECT>


Hi

yoyoyoyo could you explain more as i would like to show the buffering bar etc etc to my members as each song loads, and i can not figure out where to place the codes etc.

I have searched this thread but can not find out any info on this.

Thanks
Kirk

spence2 01-28-2005 04:47 AM

Trafix,
Thank you so much! Easy install and so far no glitches.

One question:
Since I anticipate my song list growing I'm a bit concerned about the length of the entry page. Could you tell me if it is possible to load the page with the categories collapsed instead of opened?

Would it be a matter of modding the template? If so, how?

Thanks again for sharing your work with all of us ... and for your support as well.

trafix 01-28-2005 10:22 AM

Your welcome :)

i have been flat out with other client sites and projects (not to mention the thunder storms) that i have been able to provide much support the tast couple of day ;)

As for calapsed categories on page open ... im not sure maybe post the question in the mod discussion forum.

trafix 01-29-2005 08:19 AM

Quote:

Originally Posted by indie
Can this be used as a video gallery?

I need something where memebers can upload video clips, and tother members can watch them. Will they play in the browser, or have to be downloaded? Also, if it can be dome, then can "jukebox" be change in the phreases since it would be used for video?

Also can file types be specified? .mov ,etc.

Thanks.

sorry for not answering sooner ;)

Basicly if the movie file will play in the media player then it will play in the jukebox :)

bluesteel 01-29-2005 08:27 AM

Quote:

Originally Posted by WiseOwl
http://digitalmental.com/bb/vb_jukebox.php why are the TOTALS going negative, ie: "-140" for the 50 Cent song... ?

I'm having the same problem with the total plays giving negative figures,
Any ideas anyone?
Thanx in advance.

trafix 01-29-2005 08:49 AM

Quote:

Originally Posted by bluesteel
I'm having the same problem with the total plays giving negative figures,
Any ideas anyone?
Thanx in advance.

The only possible reason for getting minus plays is if you have the jukebox mode in the admin options set for members only - credits required.

spence2 01-29-2005 10:38 AM

Quote:

Originally Posted by trafix
Basicly if the movie file will play in the media player then it will play in the jukebox :)

I believe you advised earlier that the height and width should be changed in some way to accomodate video ... could you be a little more specific about this?
Is it a change to the template or to the code?

Thank you for your support.

trafix 01-29-2005 03:55 PM

Quote:

Originally Posted by spence2
I believe you advised earlier that the height and width should be changed in some way to accomodate video ... could you be a little more specific about this?
Is it a change to the template or to the code?

Thank you for your support.

In version 2.x + of the jukebox this i done automaticly when the script sees a file with the extension .mpg or .mpeg we can include other file extensions if you need to :)

pelican 01-29-2005 04:40 PM

it is possible to upload/download/manage normal files eg. .zip, .exe, .doc, .txt, etc.

trafix 01-29-2005 05:08 PM

Quote:

Originally Posted by pelican
it is possible to upload/download/manage normal files eg. .zip, .exe, .doc, .txt, etc.

Umm Yes, what do you have in mind?

spence2 01-29-2005 09:46 PM

Quote:

Originally Posted by spence2
One question:
Since I anticipate my song list growing I'm a bit concerned about the length of the entry page. Could you tell me if it is possible to load the page with the categories collapsed instead of opened?

I found this easy to do by changing this line of code in the JUKEBOX template:
Code:

<tbody id="collapseobj_forumbit_$jbgenre" style="$jbcollapse1">
TO:
Code:

<tbody id="collapseobj_forumbit_$jbgenre" style="display:none;">
BTW, I have installed this on two boards. 'Wish I could click the install button twice! :) Thanks, again.

NuclioN 01-29-2005 10:17 PM

Quote:

Originally Posted by trafix
Did yoyoyoyo anser your question? ... i have included remote hosting instruction in the first post

A bit. All we want to have is that a member just give an url to any songfile on different servers. xxx.anywhere.org/test.mp3 or xxx.somewhere-else.com/test2.mp3 for example :)

trafix 01-29-2005 10:36 PM

ok This is what you do .....

in vb_jukebox.php find

PHP Code:

$playsong "$vboptions[jb_media_folder]/$playthisong[url]"

replace with
PHP Code:

$playsong "$playthisong[url]"

Then enter the full url into the song file field for each song :)

let me know how you get on

yoyoyoyo 01-29-2005 10:54 PM

Quote:

Originally Posted by trafix
ok This is what you do .....

in vb_jukebox.php find

PHP Code:

$playsong "$vboptions[jb_media_folder]/$playthisong[url]"

replace with
PHP Code:

$playsong "$playthisong[url]"

Then enter the full url into the song file field for each song :)

let me know how you get on

cool! can you have it as an option, instead of a replacement? perhaps a different entry field fpr URL's?

trafix 01-29-2005 11:07 PM

Quote:

Originally Posted by yoyoyoyo
cool! can you have it as an option, instead of a replacement? perhaps a different entry field fpr URL's?

hmm, i could do that and add a new setting in the options .....

NuclioN 01-30-2005 12:01 AM

Works ok :) Only we have to login in admin or mod cp and can only add an url if choosen 'manual data entry'

Now it would be ideal when members could do this to since there is an aproval by admins or mods to prevent troubles. :)

trafix 01-30-2005 12:36 AM

yeah, i could look at that

skinwalker 01-31-2005 04:00 AM

ok i installed this hack
and no where can i find this part

go to your usergroup manager and set the following for each usergroup

1) who can listen to the jukebox
2) who can upload songs to the jukebox
3) who can rate other songs

can someone help me

trafix 01-31-2005 04:53 AM

the permissions groups are located in the usergroup menu of your admin panel.

Expland the usergroup mane in the admin navigation and click on "Usergroup Manager" from there edit each usergroup setting the jukebox permissions that are listed near the bottom of the list

Done!

yoyoyoyo 01-31-2005 12:06 PM

Quote:

Originally Posted by trafix
hmm, i could do that and add a new setting in the options .....

yippee! :)

WiseOwl 01-31-2005 07:07 PM

Quote:

Originally Posted by trafix
The only possible reason for getting minus plays is if you have the jukebox mode in the admin options set for members only - credits required.


I'm set to members only.. not the "credits required" setting and im still getting minus plays.. it has to be something where they go over a certain ammount of plays, because I get over 200 to 500 plays per song..

spence2 01-31-2005 09:06 PM

Okay, I know we never seemed satisfied ... always asking for more :nervous: ... so, forgive my audacity, Trafix. But would there be any possibility of you adding the capacity for Flash files to be uploaded and played?

I know it's a whole different player. There is a hack by Erwin to display flash movies; however, it does not include an uploader for users. And the file extension must be truncated to drop the .SWF on all file names.

I think it would be a great addition to the Jukebox, so I hope you will consider it.
===========

On different issue regarding current video file extensions ... you said:

Quote:

...we can include other file extensions if you need to.
how about .avi,.asf,.wmv,.mov?

Thanks!


All times are GMT. The time now is 01:18 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01848 seconds
  • Memory Usage 1,863KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (13)bbcode_html_printable
  • (4)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete