The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vbMp3 & XEON vbMp3 Player Details »» | |||||||||||||||||||||||||
vbMp3 Player + XEON vbMp3 Player See second Message for CMPS Block version for vbMp3 Player. XEON vBa CMPS install instructions are in the XEON package. ---- vbMp3 Player designed by Syrus XL http://www.digitalport.co.uk IMPORTANT: No longer supported on here - if you require advice or support then this is only available from www.digitalport.co.uk Requirements: Any vBulletin forum (requires no database to function) XEON Update: The Xeon vBmp3 player will be released soon to full vBulletin integration, this means you will able to add tracks to the 5 playlists from the AdminCP, all urls,track titles and playlists are stored in the database. [high]Supporters:[/high] If you would like to support my work with this modification please contact me via PM regarding donations, and I will add you to the supporters list. You will receive advanced notice of future beta releases, and also permission to beta test them. Support: Only given to members that have clicked 'Installed'. [high]The 'mighty' XEON vbMp3 player now available for download.[/high] Note: XEON is a beta release, replacing the 'Black Gloss' version. There are a few bugs with playlist switching, these will be 'fixed' in an update, hopefully within the next few days. This is a high-quality designed mp3 player and has many new features that the iPod 'lookalike' lacks. If you have the space, I would recommend you update to the Xeon version. The vBa CMPS XEON version is also demonstrated at this address, [high]Click HERE for Xeon vbMp3 Demo[/high], this demo is using the full vBulletin integrated beta version all populated from the vb database. XML Editing: To change track data, edit the XML files with Notepad or Wordpad, and enter your own urls and tracks. XEON Facts & Features:
*XEON Known issues: 1. A bug on XEON means I had to currently release it only in a beta stage. The issue relates to playlist switching, this has been currently set to only 5 playlists, the bug relates to when you click to load a new playlist, you may recieve no autostart upon new playlist load. This 'issue' I am working on, and hopefully have an updated version with unlimited playlists, by deleting the 5-button bank and replacing it with forward and back buttons to skip through playlists. Please note you may experience strange behaviour if you only populate a XML playlist with less than 5 tracks. 2. A sizing problem in the vBa CMPS block requires reversed dimensions. 3. Problem with populating any playlist with over 100 tracks, will cause the player to go into an infinite loop, and become unstable. [high]This was not caught during the 1,000 'dummy' track environment test.[/high] XEON Fixed Issues: An issue with the popup window displaying the height and width the wrong size is now fixed. XEON vbMp3 Player Installation: The Xeon uses very similar installation code to the vbMp3 Player, full instructions are included in the XEON download package. This player has been tested with the forthcoming vBulletin full integration Pro Mp3 player, soon to be released. For Pro Player details see towards the end of this post. XEON vbMp3 Player in CMPS: This is now been added to the XEON package. Full instructions on how to change the background color to match your style is also documented. vbMp3 Player This mp3 player is designed as a popup for your members to listen to, while browsing your website. The actual flash mp3 player is designed to read data from mp3 ID tags, or you can enter the artist and tracks manually using the XML file included. The flash player is designed not to auto-start, so you may scroll through all available tracks. All buttons function and you can also select tracks by using the scroll controls and double-clicking a track. 2 sample tracks are already included the playlist XML file {Note: The urls in the example tracks are void, you must replace these urls with your own}. This modification should function on any vBulletin board from version 3.0 upwards, since only a small piece of javascript is used to create the popup mp3 player window, from the navbar. However, the CMPS block version has only beem tested on vBulletin 3.6 and vBadvanced CMPS 2.2. The planned major addon version will be developed for vBulletin 3.6.1 and higher, since it will require changes to database. Configuring of tracks is all done in the XML file, do not rename this file because the flash file will fail. Mp3?s can be uploaded to the same server as your site or an external site (just change the complete URL in the XML file). So to add tracks all you need to do is edit the plylist.xml file, and enter the urls and track data (if needed). NOTE: Using external servers may cause the player to run slower, this can be changed by altering the soundbuffer value of the song/track, in the XML file, which will override the value in the flash file. Streaming & Sound Buffer parameters in the XML file There are 2 parameters they may confuse some people so heres an explanation on how they work. Both can be set in the XML file and set per mp3 track. Streaming: If set to 'False' will cause the player to download an entire mp3 before playing. If set to 'True' will play the mp3 track as soon as the 'soundbuffer' value is reached. Sound Buffer: This parameter controls the number of seconds before the mp3 will start to play, obviously it will only work if 'streaming' is set to 'True'. Using other mp3 Players: The coding used on this modification can be used with many other free or commercial based mp3 players around the internet, with slight alterations. Please note that the other full integrated version will only work with the players we release, due to the call routines used within the player. UPDATES: [high]06/10/06:[/high] + XEON vbMp3 Player released This is a high-quality design, all graphics are vectors, and created in Flash 8.0, all embedding code has been updated for this player. The package contains various versions of the player, and 5 example populated playlists. [high]01/10/06:[/high] + vbPlayer 1.01 added: Player with AutoStart and Shuffle(randomize tracks) disabled. Some minimal code optimized. Requires either the vbMp3 player download or CMPS vbMp3 Player for additional files to function. Pop up code updated to show link only to registered members. + Alternative vbPlayer added: (autoStart Enabled) requires main download to function. If updating from previous version, you may need to clear your browser cache, before the new version will show. Same vbMp3 player just autoStart enabled. Click INSTALL to receive notifications of updates of this modification. vbMp3 Player Installation: ============= Requires uploading of 3 files and 1 template edit. Upload the following files to your forum ?ROOT? vbPlayer.swf plylist.xml ipod.htm Template Edit: ============== AdminCP -> Styles & Templates -> Navigation / Breadcrumb Templates -> navbar Find: Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> After add: Code:
<!-- vbMp3 Player Start --> <if condition="$show['member']"> <script type="text/javascript"> <!-- function OpeniPod(){ iPod = window.open('ipod.htm','iPod','directories=no,height=430,width=190,location=no,menubar=no,resizable=no,status=no,toolbar=no') return false; } --> </script> <td class="vbmenu_control"><a href="#" onclick="return OpeniPod()">vbPlayer</a></td> </if> <!-- vbMp3 Player End --> End of template edits. ================ How to Enable all visitors to see vbMp3 Player To Enable all visitors to see this link, remove the following code from the above code: Code:
<if condition="$show['member']"> Code:
</if> Known Issues: ============= Always have more than one track in the playlist available or the flash file will fail (excludes the new Xeon player). Place no more than 50 tracks in playlist (excludes the new Xeon player). Future planned release details Change name of mp3 player to vBmp3 Pro Player. AdminCP
Enhanced Flash Player
DEMO: ===== Please note the demonstration for this modification is no longer available. In Development: 2 new skinned players - Both of which are shown below. Both players will have more features than the present skin, and other updated files. Your input is always appreciated, to further enhance this modification. SCREENSHOTS: Screenshots below show both the popup and CMPS block versions (see post below for CMPS version). The other screenshots are players in development (not yet available), enhanced to use the center column of the CMPS. Show Your Support
|
Comments |
#2
|
||||
|
||||
Adding the vbMp3 Player to vBadvanced CMPS CMPS Installation These instructions are based on vBulletin 3.6 and using CMPS 2.2 This package contains all files needed to enable the vbMp3 Player to work in a left or right block. To compensate for the default 175px block width, the player dimensions have been reduced, as opposed to the popup version. You may adjust them if you wish to the default values of width 190 by height 430, but note you will also need to change your default CMPS Block width. The template code uses the supplied flashobject.js to call the vbPlayer.swf, this fixes the issue with view the player in Internet Explorer 6.0 and above. There is some text in the code “Warning!!! To view this vbMp3 Player please enable JavaScript and Flash ! “, this will only display if a person views your site with javascript and flash disabled. You can change this line of text to what you would like to display to visitors. The flashobject.js file will detect if the person has javascript and flash enabled, and will either display the text or the mp3 player automatically. For Stream & Buffer settings read the main modication details above. Files included in this package: vbPlayer.swf plylist.xml flashobject.js Upload these 3 files to the root of your forum, if your main cmps_index.php file is located within the forum directory. Else upload them to domains root directory. The vbplayer.swf supplied in this package is the autoStart version, meaning it will automatically start buffering the mp3's on page load. It also has 'shuffle' disabled. If you want the 'shuffle' version of the player download the main zip file. Creating the CMPS Block Login in to AdminCP -> vBa CMPS -> Add Module Select Module Type: ‘Template’ Template details: Module Title: vbMp3 Player Column: Left or Right (Your preference) Display Order: (Your preference) Active: Yes Update All Pages: (Your preference) Template to Include: adv_portal_vbmp3player Style: (select your style you wish to add this module to) Template Content: Copy and paste all of the following code: Code:
<!-- Start vbMp3 Player --> <tr> <script type="text/javascript" src="flashobject.js"></script> </tr> </thead> <tr> <td class="$getbgrow"> <!-- js flashobject --> <div align="center" width="100%" id="vbMp3_player"> Warning!!! To view this vbMp3 Player please enable JavaScript and Flash ! </div> <script type="text/javascript"> var fo = new FlashObject("vbPlayer.swf", "vbMp3_player", "170", "383", "8,0,0,0", "#666666"); fo.addParam("quality", "high"); fo.write("vbMp3_player"); </script> <!-- js flashobject --> </td> </tr> <!-- End vbMp3 Player --> Set Usergroups as you wish. Click Save and you are finished. A Pro version of this add-on will be available soon, giving many more extra features, and control. If you wish to be kept up-to-date with new enhancements to this modification please click Install. This mod is fully supported only vbulletin.org DEMO: http://www.digitalport.co.uk/vb36/?styleid=1 |
#3
|
||||
|
||||
No, it is not off there. I compiled the flash source file myself, besides I've included a scrolling playlist and also a loader while tracks load.
TBH, I designed it quite awhile ago - just never got around to putting on here. However, it was on my blog on myspace and still is - but I don't use other peoples work. |
#4
|
|||
|
|||
looks cool!
|
#5
|
|||
|
|||
Does it use alot of bandwidth?
|
#6
|
|||
|
|||
Installed and working great! great mod
|
#7
|
||||
|
||||
Quote:
Most mp3's are around 3-4Mb's in size, which are cached in your browser once played. The player itself is very lightweight, and hardly uses any bandwidth worth mentioning. |
#8
|
|||
|
|||
Great addition.
Is there a way to make a CMPS module for this? That would be perfect. Right now once you click on the vbPlayer link it comes up in a blank window with just the player. edit: I should say in IE7 it opens a new window instead of a re-sized pop-up which fits the player size. A center module in CMPS would be perfect. |
#9
|
|||
|
|||
Brilliant Installed thank you for the add on. Much appreciated.
|
#10
|
|||
|
|||
Is there a version that doesn't look like an iPod?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|