vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - AME - Auto Media Embedding (youtube, Amazon, google, myspace, etc...) (https://vborg.vbsupport.ru/showthread.php?t=150863)

Digital Jedi 05-16-2008 12:43 AM

Hey Geek! Great to see you around again! I was and am very happy to help out, even with the limited knowledge I have. This mod was singularly responsible for introducing me to the world of Regular Expressions and what they're capable of. It's actually been really fun trying to figure out what things I can make happen with AME. It seems there's still a great deal of potential there that is remained untapped. So if I can thank you for one thing in particular, it would be, not just for your work on the mod, but for creating the catalyst for my understanding of something I didn't know a thing about four months ago. :D



mykkal, someone already made an MP3 definition for AME, and it's available in the Local Hosted ZIP file in my thread.

GreeceMonkey 05-16-2008 09:30 PM

I am usless at REGEX, I am trying to add a embed service for youtube hi def service.

All I want to be able to say is if the end of the URL finishes as 'fmt=18'

then embed the youtube video with the addition code of '&ap=%2526fmt%3D18' in the embed code.

I am trying to do what is in the this DOC
http://www.insideonlinevideo.com/200...tube-tests-hd/

I have got it to work, but the originak youtube filter is also being triggered as it matches as well and I end up with two embeded videos in the same post.

I am sure this is simple, but regex is not my strong point

At the moment I have my regex expresson as

[http://]*[a-z]*?[\.]?youtube\.[a-z]*?/watch\?v=([A-Z0-9._%-]*)[&\w;=\+_\-]*[&fmt=18]

and my embed code as

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18"></param><embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18" type="application/x-shockwave-flash" width="425" height="350" wmode="transparent"></embed></object>

hope somebody can help me

Graham Mattingley

724119 05-17-2008 10:47 AM

hey
can you help me?
why i can't uninstall it
Quote:

SQL query:

SHOW INDEX FROM `automediaembed` ;



MySQL said:

#1030 - Got error 1 from storage engine

goddess_dix 05-17-2008 02:31 PM

Quote:

Originally Posted by duckdodger (Post 1512215)
I did a search but couldn't find anything. I have AME installed and it works fine, but I'm going to add multiple styles to my site for users to choose from. When I post/edit a topic the video works, but if I view it from a different style it only displays the url with the ame tags. If I edit it in that style, it works there and breaks in the other.

i can't tell you from exerperience because i don't currently have this mod installed, but i wonder if you had considered trying the template modification system hack for managing the template edits? since it stores template edits in a master style and applies them across your skins, it may get you around this problem. a thought, anyway.

duckdodger 05-17-2008 03:01 PM

Quote:

Originally Posted by goddess_dix (Post 1522627)
i can't tell you from exerperience because i don't currently have this mod installed, but i wonder if you had considered trying the template modification system hack for managing the template edits? since it stores template edits in a master style and applies them across your skins, it may get you around this problem. a thought, anyway.

Thanks for the reply. I would have tried that, but for some strange reason it started working correctly on all styles after I added a new xml definition from Jedi. It wasn't a rewrite either, just a new one, so I have no clue why it did that, and I have a bad feeling it will come back. But for now all is good :D

nando99 05-17-2008 03:59 PM

nevermind.... great mod

nMIK-3 05-17-2008 09:33 PM

For me is working only when I reply to a post and does not work when I create a new thread.
I am running VB 3.7.0

Any idea how to fix this?

Digital Jedi 05-17-2008 11:19 PM

Quote:

Originally Posted by GreeceMonkey (Post 1522064)
I am usless at REGEX, I am trying to add a embed service for youtube hi def service.

All I want to be able to say is if the end of the URL finishes as 'fmt=18'

then embed the youtube video with the addition code of '&ap=%2526fmt%3D18' in the embed code.

I am trying to do what is in the this DOC
http://www.insideonlinevideo.com/200...tube-tests-hd/

I have got it to work, but the originak youtube filter is also being triggered as it matches as well and I end up with two embeded videos in the same post.

I am sure this is simple, but regex is not my strong point

At the moment I have my regex expresson as

[http://]*[a-z]*?[\.]?youtube\.[a-z]*?/watch\?v=([A-Z0-9._%-]*)[&\w;=\+_\-]*[&fmt=18]

and my embed code as

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18"></param><embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18" type="application/x-shockwave-flash" width="425" height="350" wmode="transparent"></embed></object>

hope somebody can help me

Graham Mattingley


Here's what I tried, and it seems to be working perfectly on my forum.

Keep the original YouTube RegEx the way it was, as that definition will still convert any URL, even one with the fmt=18 on the end. Instead, change the embed code, and the embed code only. Add &ap=%2526fmt%3D18 after the $p1 in the value and src URLs. I highlighted them in red:

Code:

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18"></param><embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18" type="application/x-shockwave-flash" width="425" height="350" wmode="transparent"></embed></object>
Now test it out with these four URLs. The first two are the ones in the article with the skateboarding dog:

http://www.youtube.com/watch?v=CQzUsTFqtW0
http://www.youtube.com/watch?v=CQzUsTFqtW0&fmt=18

And these last two are a Barack Obama speech that is currently NOT available in HD but has the fmt=18 on the end of one anyway.

http://www.youtube.com/watch?v=QW4sqy9iBDc
http://www.youtube.com/watch?v=QW4sqy9iBDc&fmt=18

What should happen when you post these four is that both instances of the skateboarding dog should have embedded in HD and both Barack Obama videos should have embedded as they would normally.

This means that you users don't even have to know if their video is available in HD, the embed code will do the work for them, and if it isn't it will embed normally. And even if they do post the URL with the extra set of number on the end, it will still work the same way. Test that out and let me know if it's working for you the way it is for me, and I'll add it to the next cycle of XML updates.

NeverBored 05-19-2008 05:25 AM

So now that I think more people are using this on 3.7... Is anyone having a problem when posting a video in quick reply with firefox, the page goes white and doesn't load (but the post is posted)... This is the only problem I've experienced with the mod on 3.7. Would be nice if we could figure out what the problem is.

D.Baker 05-21-2008 12:42 PM

<span style="text-decoration: line-through">Hey guys,
Great mod. Is there any reason why AdminCP wouldn't show up in the left hand menu? I can get to it if I point my browser directly at the automediaembed_admin.php file, but it's not showing up in the list.

Thanks again for a great plugin.</span>

D.Baker 05-21-2008 01:03 PM

Never mind my last post, I did a cache clear and it came up. Great plugin. I was using passiveVid but had heard it is very CPU intensive on the server, so I switch over to this. Great plugin.

mrpaint 05-23-2008 06:58 AM

Just download the new AME1.2.0 in the first post and when rebuilding post I got a Fatal Error at ame_bbcode.php (line 192). I found out the problem is member use "$" in a CODE tag so I think you shoud replace

PHP Code:

        $subhandlers = array(
            
'ame_substitute(1, "\1", "\2", $subbed)',
            
'ame_substitute(2, "\1", "\2", $subbed)',
            
'ame_substitute(3, "\1", "\2", $subbed)',
            
'ame_substitute(4, "\1", "\2", $subbed)',
        ); 

With....

PHP Code:

        $subhandlers = array(
            
'ame_substitute(1, \'\1\', \'\2\', $subbed)',
            
'ame_substitute(2, \'\1\', \'\2\', $subbed)',
            
'ame_substitute(3, \'\1\', \'\2\', $subbed)',
            
'ame_substitute(4, \'\1\', \'\2\', $subbed)',
        ); 

Work like a charm now :D

EagleNick 05-24-2008 03:00 PM

I installed the Photobucket one, but it doesn't work.

islamicvd 05-25-2008 06:47 PM

We're sorry, this video is no longer available!
This is the message showing when I try to put a video on my post! the video is on YouTube, but on the post is showing that message!
Can someone help?

NeverBored 05-25-2008 07:10 PM

Quote:

Originally Posted by islamicvd (Post 1531203)
We're sorry, this video is no longer available!
This is the message showing when I try to put a video on my post! the video is on YouTube, but on the post is showing that message!
Can someone help?

Embedding is disabled for that video (assuming the video wasn't deleted)

triplsec32 05-25-2008 10:08 PM

Can somebody tell me whats wrong here::

http://leetforums.com/showthread.php?t=171

Noss 05-25-2008 10:21 PM

Well I got it working but the youtube videos have a lot of lag. (Start and stop) any suggestions ?
Thanks.

also
The videos do not run at the proper frame rate. Not just on my site but other sites that use this mod.

hitmann 05-28-2008 01:23 AM

Can't get it to work. I paste a youtube link and it just shows that same link with hyperlink...

WAPForum 05-28-2008 10:17 PM

Hello,

Does this give you the ability to upload videos in your profile as well?

Ricsca 05-30-2008 02:15 PM

for 3.7.x ?

Digital Jedi 06-02-2008 09:16 AM

Quote:

Originally Posted by triplsec32 (Post 1531332)
Can somebody tell me whats wrong here::

http://leetforums.com/showthread.php?t=171

Getting a database error at the moment. What was your initial problem?


Quote:

Originally Posted by Noss (Post 1531344)
Well I got it working but the youtube videos have a lot of lag. (Start and stop) any suggestions ?
Thanks.

also
The videos do not run at the proper frame rate. Not just on my site but other sites that use this mod.

That would simply be a YouTube related problem. The modification just embeds them, but any speed/frame rate issues would be related to the host site and/or your own ISP/computer.




Quote:

Originally Posted by hitmann (Post 1533631)
Can't get it to work. I paste a youtube link and it just shows that same link with hyperlink...

Could you link us to an example?




Quote:

Originally Posted by WAPForum (Post 1534513)
Hello,

Does this give you the ability to upload videos in your profile as well?

It doesn't upload vidoes, it embeds them from specific video hosting sites and only within posts.




Quote:

Originally Posted by Ricsca (Post 1536258)
for 3.7.x ?

From what everyone is saying, it's still working on 3.7.

Mrdby 06-02-2008 11:39 PM

not working anymore on 3.7.1 some youtube links work and others don't.

Digital Jedi 06-03-2008 07:12 AM

Could I see an example of some of the ones not working?

Subah 06-03-2008 08:57 PM

I try to play .ram link but i can not :(
I have 3.7.1 !!

Mrdby 06-03-2008 11:48 PM

will this be updated?

Digital Jedi 06-04-2008 02:01 AM

No, The Geek said it's already compatible with 3.7. I just upgraded my test forum, and it's working with 3.7.1. That's why I asked if I could see a couple of links that weren't working for you, as it might having nothing to do with compatibility.

Subah 06-04-2008 04:20 AM

try this one:
http://www.6rp.net/download/clip/aseel.blany-zmany.ram

Digital Jedi 06-04-2008 07:36 PM

Quote:

Originally Posted by Subah (Post 1540290)

What does your RegEx for Real Player look like? I think it's the dot in the file name that preventing it from embedding.

schlottkej 06-04-2008 08:54 PM

What do I have to do to pull the videos from pages like this:
http://wrestling.flocasts.org/videos...ach-murtzaliev

Any simple expression I am missing?

Subah 06-05-2008 09:13 AM

Quote:

Originally Posted by Digital Jedi (Post 1540929)
What does your RegEx for Real Player look like? I think it's the dot in the file name that preventing it from embedding.

Do you mean this one ?

Mrdby 06-05-2008 10:03 AM

Quote:

Originally Posted by Digital Jedi (Post 1539496)
Could I see an example of some of the ones not working?

http://img171.imageshack.us/img171/6241/proofte1.jpg

Raptor 06-07-2008 12:42 PM

can we get plugins for these sites....

http://moviesblock.com/
http://vidnw.com/
http://moviefather.com/

Digital Jedi 06-07-2008 02:21 PM

Quote:

Originally Posted by Subah (Post 1541365)
Do you mean this one ?

Quote:

Originally Posted by Subah (Post 1540290)

Okay, I see your problem. Local Hosted Videos are, as implied, for videos hosted locally on your site, which is why you had to put in albinali.net in the definition. That's why they're packaged seperate from the other media definitions.

Digital Jedi 06-07-2008 02:34 PM

Quote:

Originally Posted by Mrdby (Post 1541388)

Interesting. I tried it on my site and it embedded. Can you give me screen shot of your AME CP Settings.

Digital Jedi 06-07-2008 02:52 PM

Quote:

Originally Posted by schlottkej (Post 1541007)
What do I have to do to pull the videos from pages like this:
http://wrestling.flocasts.org/videos...ach-murtzaliev

Any simple expression I am missing?

Should be possible, provided I can see the embed code. Is their any reason why the Share link opens behind the video player like that? Might want to let the admin know about that problem. I'll look at it on the next Definition Update I do.



Quote:

Originally Posted by Raptor (Post 1543118)

Movies Block - Nope, no embed code to speak of or reference.
Vidnw and MovieFather - The problem is their videos are hosted all over the place. Veoh, YouTube, Google. It just wouldn't work, because each site definition needs one embed code and one embed code only. The good news is, there are already definitions for most of the sites they're using. So all one would need to do is copy the permalink from any one of those video's host sites. Usually that code is in the player somewhere obvious.

Mrdby 06-07-2008 06:14 PM

Quote:

Originally Posted by Digital Jedi (Post 1543191)
Interesting. I tried it on my site and it embedded. Can you give me screen shot of your AME CP Settings.

http://img293.imageshack.us/img293/1516/ame1yc8.jpg

Digital Jedi 06-09-2008 07:50 PM

What about below that? Like for instance, do you have any of the Exempt User Groups boxes checked?

Subah 06-11-2008 02:14 PM

Quote:

Originally Posted by Digital Jedi (Post 1543181)
Okay, I see your problem. Local Hosted Videos are, as implied, for videos hosted locally on your site, which is why you had to put in albinali.net in the definition. That's why they're packaged seperate from the other media definitions.

Ok can you help me to download this video ? beaucse there is no way that i knew downloaded this one :(

schlottkej 06-11-2008 03:01 PM

Hey All,

I'm trying to set up for flocasts:

Code:

http://wrestling.flocasts.org/videos/coverage/view_video/234003-2008-russian-nationals/65819-120kg-semi-shemarov-v-makhov
The URLs are difficult to work with, but I bolded the parts that actually identify each part that is Dynamic.

Digital Jedi 06-13-2008 07:51 PM

Quote:

Originally Posted by Subah (Post 1546707)
Ok can you help me to download this video ? beaucse there is no way that i knew downloaded this one :(

Download it? Right click on the link and hit Save Target As... or Save Link As... depending on what browser your using.


All times are GMT. The time now is 12:09 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.02776 seconds
  • Memory Usage 1,856KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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