The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
8WayRun.Com - Media Library Details »» | |||||||||||||||||||||||||||||||||||||||||
Don't forget to click INSTALL!
I'm an unemployed computer programmer... if you appreciate the work I have done on this mod, please don't hesitate in offering me a donation by clicking the "Support Developer" link to the right of this text. A donation of $50 or more automatically gives you the right to remove the copyright footer for this modification from a single forum. This is a new modification, spawning from the old VB 3.x Video Directory modifications. For all intents and purposes, both my old Video Directory Remixed mod, and Survivor's original Video Directory mod have been discontinued. Neither of us are maintaining these older versions, they will not receive any future updates and we will not be providing any support. This version has a new name because it has been completely rewritten from scratch and is not being built on Survivor's old code. Because of this, if you are upgrading to this new version, from the old version, be sure to read this entire post in order to understand the upgrade process. What is this mod? Simply put, this mod is a directory for media. It supports URL inputs, in order to extract meta data and directorize media into a simple and easy to understand library. Users can add their favorite media from a select few online distribution centers (such as Youtube or Vimeo) and categorize and tag them as they see fit. This mod offers rudimentary support for the hosting of local media. An administrator can upload a media to the /customVID/ (default) directory; then add the media to the library using the URL code of "local:filename". Media hosted locally will be displayed using JWPlayer, but will not provide meta data, so that kind of information will need to be entered manually. Demo: http://www.8wayrun.com/media.phpFeatures:
If you are upgrading from before version 1.1, please install that version first.
There is a conflict with this modification and some of Valter's VSA modifications that will prevent navbar permissions from being handled correctly. I don't know exactly who's fault it is; but I'm pretty sure there are no errors in my code that would be causing this problem. There is a work around for this however. Download Now
Show Your Support
|
17 благодарности(ей) от: | ||
8thos, Ahmet Turan, alhidaya, BlueCheri, hasidoo, InfoNirvana, Marcin_J_, Megaboost, misericorde, nacaruncr, owning_y0u, paulvev, RichieBoy67, romaszek, rootsxrocks, sodasusu |
Comments |
#2872
|
|||
|
|||
Is there any way to have a forum block that shows latest submitted videos? And also list who submitted them, etc. ?
EDIT: Found it. Nvm. |
#2873
|
|||
|
|||
Hi All,
Does anyone know a way of radically improving the quality of the You Tube thumbnails in Media Library? I have already set mine to 100, so I assume their quality is derived from the You Tube source? They all look so blurred! I have other media on my site that have great quality thumbnails (I downloaded these myself), so I know the product is capable of better quality, but figure You Tube governs the quality? Please take a look and let me know whether yours are similar - http://www.superstox.co.uk/media.php The ones at the very bottom of the screen were generated by me (those labelled 'Local-MP4'). See the difference! Regards, Lee |
#2874
|
|||
|
|||
How can I change this code to make these video appear with random videos so the videos are different when someone refreshes the page? This code is used on a forum block and works just fine but I want it to show random videos not the same ones every time.
Code:
global $vbulletin; require_once(DIR.'/media/media_functions_hrefs.php'); // %d $show_count = 5; $medias = $vbulletin->db->query_read(" SELECT media.*, media_service.* FROM " . TABLE_PREFIX . "media AS media LEFT JOIN " . TABLE_PREFIX . "media_service AS media_service ON(media_service.serviceID = media.serviceID) ORDER BY media.dateline DESC LIMIT ".$show_count); $output = ' <style type="text/css"> .thumbnail img{ width: 135px; height: 90px; border: 1px solid #ccc; padding: 5px; margin: 5px; text-align: center; float: center; } .video_bit { text-align: center; min-height: 120px; } </style> '; while ($media = $vbulletin->db->fetch_array($medias)) { $media['thumbnail'] = $vbulletin->options['media_thumb_dir']."/thumbs/". $media['mediaID'] .".jpg"; $media['href'] = construct_href_details($media); extract($media); $title = substr($title,0,60); $mediabits .= sprintf('<div class="cms_widget_post_bit video_bit"><div class="thumbnail"><a href="%s"><img src="%s"></a></div><div class="cms_widget_post_header"><a href="%s">%s</a></div><div class="cms_widget_post_userinfo"><a href="member.php">%s</a> By %s</div></div>',$href,$thumbnail,$href,$title,$userid,$username,date('F j, Y, g:i a',$dateline)); } $output .= $mediabits; |
#2875
|
|||
|
|||
hi can you let us know what changed between 4.1.5 and 4.1.7? Thanks
|
#2876
|
|||
|
|||
Can any one confirm this product is working with VBSEO ?
|
#2877
|
|||
|
|||
I would really appreciate some help here, does someone think they could create an xml for crunchyroll for me? That would be amazing.
|
#2878
|
|||
|
|||
Hello.
Really nice Good work bro. but i have little problem that i had upload Video on /customVID Video file name VolcanoBoxReadinfowithRXTXDONE.mp4 and when i submit video in Media URL: i use this local:VolcanoBoxReadinfowithRXTXDONE.mp4 and it's say Could not parse media URL. can any buddy help me ? Br Faisal_Computer |
#2879
|
|||
|
|||
ok Great !!
problem solved just writing here again maybe this will help other " Have you installed one of the local services xml files which are in directory upload/media/xml (Local-MP3.xml,Local-MP4.xml,Local-WMA.xml,Local-WMV.xml)? fore sure no !! local services xml files are in directory upload/media/xml (Local-MP3.xml,Local-MP4.xml,Local-WMA.xml,Local-WMV.xml) install it and Woolllaa Working fine " Br Faisal_Computer |
#2880
|
|||
|
|||
Hi again.... sorry it's working fine but why it's not creating Thumbnail ?
already set permission to 777 to both folders Br Faisal_Computer |
#2881
|
|||
|
|||
ok it also solved !!
can you please guide me. i have one server specially for Files etc. i want to uploads videos in that server and i want media library take videos from there... how could i can do that ? Br Faisal_Computer |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|