MyBB Community Forums

Full Version: AutoMedia 4.1.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Tried all of them and still no joy.
Have you checked in "ACP -> Tools & Maintenance -> AutoMedia" if Vimeo somehow got deactivated?
Yes, checked that and is Active Sad
(2012-10-01, 06:02 AM)Dylan M. Wrote: [ -> ]For those who may be interested, I've created a patch to the automedia plugin that basically implements this (though, without the jQuery and extra hoopla):
http://jsfiddle.net/5BKYZ/12/

Into automedia for YouTube. I have attached the patch file for those of you who are capable of using those; as well as pre-patched files for automedia 2.1

This is only done for YouTube, if you find a way to implement the same idea for another site please share it! Big Grin

EDIT: Corrected files uploaded, I had a bug in the regex for 2 of the youtube video link types when there was other content in the post.

For some reason this makes threads with lots of videos take a very long time to load
If there was a work around for this, then it would be perfect
Not showing both type embed from facebook
tested on latest chrome & firefox ?????????

http://www.facebook.com/video/video.php?v=00000000000000
http://www.facebook.com/v/00000000000000
Update to the latest version from github, it works for me with that version.
it is possible to play local videos with this plugin?
Great plugin!

Is it possible to add support for http://coub.com in a later version?
Hi,

I'm having a problem with AutoMedia 2.1. The problem stems from the fact that I deny access to the MyBB 'include (/inc)' directory using .htaccess . None of my other plugins seem to have a problem with this but none the images for AutoMedia show up in message edit, and posting say and mp3 or ogg link does not bring up the little media player in post. I have uninstalled and reinstalled it but no luck.

Is there a way to work around having access to the 'inc' directory restricted?

Thanks,
- Rich -
(2013-07-03, 05:38 PM)ozone337 Wrote: [ -> ]it is possible to play local videos with this plugin?

It depends on the file type, but yes.


(2013-07-29, 11:50 AM)Janko Wrote: [ -> ]Great plugin!

Is it possible to add support for http://coub.com in a later version?

Thanks!
You don't need to wait for a later version. Wink
Everyone who wants can add, edit or upgrade modules without updating the plugin itself. I made it that way, because I knew I wouldn't have the time to maintain the code for all the sites.
For coub.com videos, just upload the attached file into the "inc/plugins/automedia/sites/" folder, go to your ACP -> Tools & Maintenance -> Automedia, search for Coub and activate it.

[attachment=29866]


(2013-07-31, 08:01 AM)Vidiot_X Wrote: [ -> ]Hi,

I'm having a problem with AutoMedia 2.1. The problem stems from the fact that I deny access to the MyBB 'include (/inc)' directory using .htaccess . None of my other plugins seem to have a problem with this but none the images for AutoMedia show up in message edit, and posting say and mp3 or ogg link does not bring up the little media player in post. I have uninstalled and reinstalled it but no luck.

Is there a way to work around having access to the 'inc' directory restricted?

Thanks,
- Rich -

You could try to overwrite it with another .htaccess in inc/plugins/automedia/ (and/or: inc/plugins/automedia/mediaplayer/)
http://stackoverflow.com/questions/76497...r-possible