The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DJ's AME (Auto Media Embedding) XML Media Definitions (Third Time's the Charm) Details »» | |||||||||||||||||||||||||||
DJ's AME (Auto Media Embedding) XML Media Definitions (Third Time's the Charm)
Developer Last Online: Sep 2023
======================================== IMPORTANT - PLEASE READ These XML Files must be imported through your AME CP. That requires The Geek's AME - The Automatic Media Embedding System to be installed on your forum. Then you can come back here and import these definitions. ======================================== VERSION INFO - PLEASE READ While AME 2.0+ was redesigned for vBulletin 3.7.x, it should still function on versions 3.6.x. These media definitions will work with any version of AME. AME 2.0 now works with Social Groups, Blogs, Profile Comments and Visitor Messages (if your running vB 3.7.x, obviously). However, AME 2.5 BETA also supports signatures and has a global resizing option for each of these regions. If you decide you want the resizing functionality, you will need the definitions from this thread instead: DJ's AME (Auto Media Embedding) XML Media Definitions for 2.5 WHAT THIS IS? This thread is the third installment of a series of threads where we tried to collect media definitions for the AME modification by The Geek. The brilliance of The Geek's modification was that support for a given site could be added by people who knew a little about Regular Expressions, and then share the exported definitions with the community without The Geek having to update the modification each and every time. Hotwheels, and then Dannyloski both worked hard to maintain threads where we collected these definitions so they could all be in one place and easily downloaded. But both met with some unfortunate circumstances where they could no longer maintain those first two threads. Then I came along with my inordinate lack of something to do, and put everything together with the hope that I could keep things going as well. Hence the little joke there in the title about "Third Time's the Charm". So in addition to updating, I've kind of taken it upon myself to keep up with these definitions, collect, contribute and generally maintain this aspect of the modification. Hence the reason why I consider this the ultimate media embedding system for vBulletin, as we, as a community, have generated XML definitions for over 160 various kind of media outlets. I personally try to add at least 10 new sites every few months. LIVE DEMO This demo is running AME 2.0.2 on a live site. Periodically, this area will be closed for development. MEDIA DEFINITIONS New definitions are always in the works and any requests or XML contributions of your own are welcome. This is the complete list of Media Definitions, alphabetized and sorted by category. Please read any notations I've made for a particular definition here, since I can't include them in the XMLs. GamesSITES NOT AVAILABLE (The "No-Fly List") These are previously made or requested XML files that were working, but for varying circumstances, I can't make work at the moment. Things could change at a moment's notice, though, so be sure to subscribe to my updates. CBS News (Nothing to refrence in URL or HTML code)SUPPORT I'm always happy to help to the best of my ability, but please don't just say your video isn't working without providing links to either the video or the post your having a problem with. I can't help unless I know what to look for. Also be sure to check the FAQs in the following two posts, as your question has likely been answered many times. Thanks. DOWLOAD AND INSTALLATION There are three files available, though you don't neccesarly need all three. Definitions are installed by importing them through your AME CP in your Admin CP. YOU DO NOT IMPORT THEM THROUGH YOUR PRODUCT MANAGER. DJ's Master XML: This is the file you want if you're starting fresh and want the complete line of supported media sites. Remember that definitions do not overwrite, so you would need to delete your default definitions before importing this file.?The 9 following images also need to be added to your images/misc directory. Remember to Click Install so you can be informed via email when a new files is added or updated!! I've got more in the works! :up: :up: THANKS everyone! Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
Equarter |
Comments |
#12
|
||||
|
||||
Quote:
You can also just import the individual files in the ZIP files, which is a little more time consuming, but a lot more specific. Quote:
Quote:
|
#13
|
||||
|
||||
Great work I must say :up:
|
#14
|
||||
|
||||
for imeem music
Active and contain: yes Regular expression: Code:
http://[\w]*\.imeem\.com/music/([\w]+/[\w_]+)/ Code:
<object width="300" height="80"><param name="movie" value="http://media.imeem.com/m/$p1"></param><param name="wmode" value="transparent"></param><embed src="http://media.imeem.com/m/$p1" type="application/x-shockwave-flash" width="300" height="80" wmode="transparent"></embed></object> Code:
http://media\.imeem\.com/m/([\w/=]+) |
#15
|
||||
|
||||
Your regex is perfect, but you'll need to ungroup a couple of items in the regular expression in order for it backreference properly. Otherwise it will take a URL like this:
http://rayj.imeem.com/music/Z_soii_o/ray_j_all_i_feel/ and $p1 will try to put Z_soii_o/ray_j_all_i_feel instead of referencing the embed code where the video ID number is: http://media.imeem.com/m/7tGKCr7sUP/ The first regular expression should look like this so it skips over it properly. Code:
http://[\w]*\.imeem\.com/music/[\w-_]+/[\w-_]+/ EDIT: Looks like a few of the URLs have a dash in the first [\w]+ area. So I added a dash (-) and a underscore (_) just in case. |
#16
|
|||
|
|||
Am I right in thinking that clipshare is difficult to extract the data as the key used requires .php to find the related .flv file. While the embed code hits direct to the .flv file.
Is it possible to run a small .php script ahead of the embed code to match the key to the right .flv file and use that result to plug into the embed code. Hope I'm making sense. I have the find code sorted to create the box and player, but obviously this will not hit a file you need the related .flv file to achieve this. If so I can write up a brief find code to pull the correct .flv. i.e. I use $p1 in .php to find the required record from the database and thus pull the required .flv as $p2 |
#17
|
||||
|
||||
I'll look into it Stewart. With all the "clip" sites out there, I hadn't realized we didn't already have clipshare.
Until then, I have eight new definitions guys and gals: Adult Swim Imeem (Music) by NoDRaC Imeem (Playlists) Imeem (Video) Jokeroo Koreus Magnify Tu.TV These have also been added to the ZIP and the Master XML. EDIT: One little note I forgot to add about Jokeroo. It auto-plays. No way around that at the moment. |
#18
|
|||
|
|||
Truely awesome work. May I ask if this works on 3.6.9? Also, how did you get this Dailymotion video link to work?
http://www.dailymotion.com/video/x49...nk5_shortfilms Look like it's not working on 3.6.9. |
#19
|
||||
|
||||
Awesome addition .. I have one question .. how do I solve this :-
Quote:
|
#20
|
||||
|
||||
Quote:
Extract destination data is in under Settings in your AME CP. |
#21
|
|||
|
|||
YouTube is not working for me also (I'm running 3.6.9) All I shown is just the URL...
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|