vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - 8WayRun.Com - Media Library (https://vborg.vbsupport.ru/showthread.php?t=240677)

monkeyboy1916 07-30-2010 11:00 AM

I'm interested in a feature that was in the 3.8 Video Directory Remixed version~

It would be nice to have the ability to show the members currently watching a video again. I know I used this, and a few members on my forum also paid attention to it to discuss the videos with eachother~ =)

ANGEL OF FIRE 07-30-2010 12:38 PM

There is a bug when search any Cyrillic word in Media 1.5. Search results in an error Could not find phrase 'media_search_string_too_short'.. As a matter of fact, the search in Media 1.5 does not work for Russian language users.

The forum works in UTF8.

COL NIL SATIS 07-30-2010 04:04 PM

Quote:

Originally Posted by Jaxel (Post 2076264)
I haven't programmed in 2 months, so I'm a little rusty... inform me of any issues...

================================================== =========
Version 4.1.5 PLAYLISTS AND CUSTOM VARIABLES
================================================== =========
  • CHANGES: Object types are now explicitly defined in service XML files.
    • You MUST run the "Click here to restore all services in the "/media/xml" directory to their default settings" process.
    • The reason for this change is so that you can now host local WMV files using the included JW Silverlight Player.
    • The LocalAudio/LocalVideo services have been depricated and replaced with Local-MP3, Local-MP4, Local-WMA, and Local-WMV.
  • NEW FEATURE: Administrators can now define up to 9 custom variables.
    • The custom variable system must be enabled in the control panel before you can use any custom variables.
    • Custom variables can be enabled or disabled by either adding or deleting their custom variable names.
  • NEW FEATURE: Advanced Search can be found by clicking on the "Search" link on the sidebar.
    • The search function will now properly seperate search terms by spaces.
    • Advanced search will automatically include all enabled custom variables.
  • NEW FEATURE: Users with permissions to do so, can now create public playlists.
    • A new usergroup bitfield has been added for this permission, so you may need to rebuild bitfields.
    • Playlists are not currently paginated, but at the same time, there is no limit to playlist sizes.
  • BUG FIX: Fixed a bug where certain cells did not properly fill out the entire page.
  • BUG FIX: Fixed a bug where comments could not be posted if pm inboxes were full.



awesome Jaxel ....this mod is amazing ..thanks man :)

NickyNet 07-30-2010 04:11 PM

from the playlist if you click on some media...

Code:

Database error in vBulletin 4.0.5:

Invalid SQL:
SELECT * FROM media_playlist WHERE playlistID = '2';

MySQL Error  : Table 'db.media_playlist' doesn't exist
Error Number  : 1146
Request Date  : Friday, July 30th 2010 @ 07:04:08 PM
Error Date    : Friday, July 30th 2010 @ 07:04:08 PM
Script        : http://domain/media.php?do=details&mid=26&pid=2
Referrer      : http://domain/media.php?do=playlist&pid=2
IP Address    : xxx.xxxx.xxx.xxx
Username      : Nicky
Classname    : vB_Database
MySQL Version : 5.0.32-Debian_7etch6-log

there is the PREFIX missing in this query..


EDIT:

got it..

open media/media_details.php
change line 96 from
Code:

        $playlist = $vbulletin->db->query_first("SELECT * FROM media_playlist WHERE playlistID = '".$pid."'");
to
Code:

        $playlist = $vbulletin->db->query_first("SELECT * FROM ".TABLE_PREFIX."media_playlist WHERE playlistID = '".$pid."'");

COL NIL SATIS 07-30-2010 04:58 PM

Jaxel would it be possible to add Veetle to the list ??

drsmash 07-30-2010 11:08 PM

Could not find phrase 'media_tag_invalid'.
this appears in Arabic Tags ?????

papabear99 07-30-2010 11:35 PM

Video is all and well for a Library but this Plug-In cannot handle straight Audio Files (or I just did not find the way to do so) and, since we have University Transcripts and such to handle that are pure Audio, had to uninstall

Jaxel 07-31-2010 01:27 AM

This mod can do MP3 files hosted locally...

Put the file in /customVID folder, and then add it to the media library using the following URL: local:<filename>

drsmash 07-31-2010 02:00 AM

Jaxel can You Help Me ?
https://vborg.vbsupport.ru/showpost....postcount=1266

AtomicAcidbath 07-31-2010 02:06 AM

Upgraded to v4.1.5, set "Can create playlists" yes in Usergroup Permissions, rebuilt bitfields with 'admincp/index.php?do=buildbitfields'...

Click on Playlists, and the only option is "Browse All Playlists". Don't see the option to create Playlists or Add To Playlist anywhere.

What's wrong?


All times are GMT. The time now is 12:46 AM.

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.03427 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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