vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest... (https://vborg.vbsupport.ru/showthread.php?t=195884)

ahheng 11-21-2009 03:26 AM

Hi Digital Jedi, wonder isit possible that you can code this to vb4 soon? i am sure a lot vb4 users badly need this. :x

poromenos 11-24-2009 07:47 PM

gametrailers code needs an update!

milsirhc 11-24-2009 09:13 PM

Quote:

Originally Posted by ahheng (Post 1918133)
Hi Digital Jedi, wonder isit possible that you can code this to vb4 soon? i am sure a lot vb4 users badly need this. :x

I agree, if this is not goin to be porting over vb4, I'll prob install 3.8 and leave it as it is.

chick 11-25-2009 10:16 PM

I am having a problem, the youtube video is showing as embed code when using the URL. Can you assist. Did I miss something.

On one site I have turned off Extract Info (due to youtube issues) and the video works fine... and shows as video should... on this other site whether I have it on or off the embed code shows. I really need to sort this out please.

EDIT ok I managed to fix it how? I have no idea, I just ran all maintenances and flushed the cache.. rebuilt everything and all is ok.

akvanusya 11-27-2009 02:44 PM

Birisi kurulumu t?rk?e anlatabilirmi l?tfen..Kuramadım :(

MjrNuT 11-30-2009 08:00 PM

Hello,

Maybe this is the appropriate place to post as I did use the definitions from here.

Does anyone have a working WeGame embed on their site using AME?

B/c I cannot resolve my issue and hope someone could chime in.

Thanks in advance to your input.

Stryker412 12-02-2009 07:05 PM

Quote:

Originally Posted by poromenos (Post 1920344)
gametrailers code needs an update!

Yep it does.

The Dawg 12-03-2009 04:38 PM

Magnify changed their linking code so I updated my code to this

Reg Ex
Code:

http://([\w-_]+)\.magnify\.net/video/([\w+-_]+)
Replacement
Code:

<iframe src="http://$p1.magnify.net/video/$p2/player" width="420" height="451" frameborder="0" scrolling="no" allowtransparency="true"></iframe>
... it works. :)

wacnstac 12-04-2009 02:15 PM

Just installed the hack and the media definition. Then embedded:
http://www.nonoba.com/hourang/supreme-deer-hunting
in a post, but nothing was done with it. What am I missing.....

wacnstac 12-04-2009 02:32 PM

Never mind. It's working now ;)

Alan_SP 12-06-2009 10:09 PM

Ok, problem is when I'm importing all definitions from one file, I import only first ones to "Daily HaHa (Funny Pictures)"

It said it worked like a charm, but it hasn't. Others are skipped, or something. They aren't there...

But when I start to manually import one by one definition, I can import them. And they work ok.

How to import all definitions in one go? Is there something I should change in php.ini file and where should I put this changed php.ini file? Has anybody idea? It's vB3.8.4

Black.Shadow 12-06-2009 11:23 PM

How can I give users the option to choose the width and the height of the player
for example flash videos uploaded on photobucket?

SpyCam 12-07-2009 02:31 PM

Youtube video titles in the container box often show as a bunch of weird chars.
An example:
http://www.muzikantams.com/humoras/2...am-galvoj.html

Does anyone know how to make them shown in the correct encoding or how do i say?

testbot 12-07-2009 04:36 PM

to the people having issues with youtube:

as a temp fix try removing the validation.

AME CP> Display Definitions> YouTube> Validation

remove:

Code:

value=&quot;http://www\.youtube\.com/v/([\w\-]*)?&amp;
test by posting a new youtube link. this doesn't fix links that have been already posted.

SpyCam 12-07-2009 05:49 PM

would that helo in my case? Just one post above yours.

testbot 12-07-2009 05:58 PM

that looks like more of a language or encoding compatibility issue. i'm not really sure though.

SpyCam 12-07-2009 07:40 PM

yes, but what to do to have that fixed?

Hornstar 12-09-2009 06:39 AM

Does this youtube video play in anyones visitor messages? http://www.youtube.com/watch?v=Me17_uzP4Pk

ArtyAF 12-11-2009 10:45 AM

Sorry, if my remark is not actual (no way of reading the whole tread). Concernin' video.mail.ru parcer reg. expr. string: i found that URL's like this:
Code:

http://video.mail.ru/mail/_user/-/18.html
can't be parsed correctly with the orig. string
Code:

http://video\.mail\.ru/([\w]+)/([\w\.]+)/(\w+)/(\d+)\.html[\w\?=]*
, so use this one instead:
Code:

http://video\.mail\.ru/([\w]+)/([\w\.]+)/([\w\.\-]+)/(\d+)\.html[\w\?=]*
P.S. sorry for my poor eng. :)

Digital Jedi 12-11-2009 05:55 PM

I'll try to answer a few questions, guys, but I'm playing catch up again, so bear with me.

Quote:

Originally Posted by Black.Shadow (Post 1926553)
How can I give users the option to choose the width and the height of the player
for example flash videos uploaded on photobucket?

Not really. In the current version of AME, you can only set the sizes globally. Excluding, of course, the definitions that don't use the resize variables.


Quote:

Originally Posted by SpyCam (Post 1926793)
Youtube video titles in the container box often show as a bunch of weird chars.
An example:
http://www.muzikantams.com/humoras/2...am-galvoj.html

Does anyone know how to make them shown in the correct encoding or how do i say?

That is an encoding issue that has been with AME from the start. You would need to ask The Geek in his thread if this can be fixed. It's not something the definitions do.


Quote:

Originally Posted by Alan_SP (Post 1926533)
Ok, problem is when I'm importing all definitions from one file, I import only first ones to "Daily HaHa (Funny Pictures)"

It said it worked like a charm, but it hasn't. Others are skipped, or something. They aren't there...

But when I start to manually import one by one definition, I can import them. And they work ok.

How to import all definitions in one go? Is there something I should change in php.ini file and where should I put this changed php.ini file? Has anybody idea? It's vB3.8.4

This is a problem with the current Master and a conflict with on of the last upgrades. I just haven't had time to fix them all yet. Working on it.


Quote:

Originally Posted by hornstar1337 (Post 1927660)
Does this youtube video play in anyones visitor messages? http://www.youtube.com/watch?v=Me17_uzP4Pk

Not when a video has embedding disabled.


Quote:

Originally Posted by ArtyAF (Post 1928763)
Sorry, if my remark is not actual (no way of reading the whole tread). Concernin' video.mail.ru parcer reg. expr. string: i found that URL's like this:
Code:

http://video.mail.ru/mail/_user/-/18.html
can't be parsed correctly with the orig. string
Code:

http://video\.mail\.ru/([\w]+)/([\w\.]+)/(\w+)/(\d+)\.html[\w\?=]*
, so use this one instead:
Code:

http://video\.mail\.ru/([\w]+)/([\w\.]+)/([\w\.\-]+)/(\d+)\.html[\w\?=]*
P.S. sorry for my poor eng. :)

Hopefully I can get around to updating all of them. I'm still working on that schedule I'm always talking about.

Digital Jedi 12-11-2009 06:01 PM

Quote:

Originally Posted by Saviour (Post 1910149)
DJ...

I was hoping you could help me resolve an issue I have with using the AME 2.5 media player. I've posted in that mod and will post here, as well.

I have a mod that allows someone to add their PC Specs in a drop-down box that appears when a user clicks their PC Specs button. This menu appears behind the player in the post. I know I can edit the <object> tag of the player in order to fix this, but for the life of me...can't find what it is I'm supposed to edit. I believe I have to add a <vmode="transparent"> tag somewhere...and just need a little help finding the location of this edit.

Is there any way you can help me with this? I certainly would appreciate it.

Actually, I can't quite remember how to fix that either. I had it working at one point, and then during one of the updates, it stopped working. My last search on the subject didn't reveal anything useful, so I figure it's something unique to the video sites. Still looking.


Quote:

Originally Posted by milsirhc (Post 1920391)
I agree, if this is not goin to be porting over vb4, I'll prob install 3.8 and leave it as it is.

Well, The Geek said he has a prototype for 4.0 in the works and that it will basically be the same thing with just a few less features. I'll wait to see what he releases and see if there's any need for the definitions to be updated again.

Gear-Monkey 12-11-2009 07:48 PM

I downloaded the master xml and when I try import it to either plugin or to product it gives me "Invalid File Specified" message.

I read that you said to import the stuff to AME CP but there isn't a cp yet because it doesn't exist. How do I install this?

Alan_SP 12-11-2009 08:50 PM

Go and download it, install it (read instructions) and then try to import it. And probably you'll meet the bug, as I did. :(

https://vborg.vbsupport.ru/showthrea...202476&page=71

Alan_SP 12-11-2009 08:52 PM

Quote:

Originally Posted by Digital Jedi (Post 1928947)
This is a problem with the current Master and a conflict with on of the last upgrades. I just haven't had time to fix them all yet. Working on it.

Ok. Thank you for your answer, I used AME 2.5.5, now 2.5.6. Just to let you know.

jhale1966 12-13-2009 03:39 PM

Is there another Flash-MP3 player that can be used to play locally hosted MP3's? It seems that flash-mp3-player.net is down (and so is the other site listed). I just got done putting up our 2009 Fall Concert program and now it won't play because it can't find the player site. :) I'd run the player locally if I could find a copy to upload to my site. Thanks! :)

Digital Jedi 12-15-2009 03:53 AM

Quote:

Originally Posted by Gear-Monkey (Post 1929001)
I downloaded the master xml and when I try import it to either plugin or to product it gives me "Invalid File Specified" message.

I read that you said to import the stuff to AME CP but there isn't a cp yet because it doesn't exist. How do I install this?

You haven't installed AME yet. I link to it at the start of the first post in the IMPORTANT - PLEASE READ section. Either that, or you haven't installed AME completely.

Quote:

Originally Posted by jhale1966 (Post 1929974)
Is there another Flash-MP3 player that can be used to play locally hosted MP3's? It seems that flash-mp3-player.net is down (and so is the other site listed). I just got done putting up our 2009 Fall Concert program and now it won't play because it can't find the player site. :) I'd run the player locally if I could find a copy to upload to my site. Thanks! :)

It's back up as far as I can see now. You can also go to the website and download the flash player to host it locally. Just change the source in the embed code to the location on your website. Technically, you can use any flash player you want, as long as you can change out the embed code in your definition with the new code.

MjrNuT 12-15-2009 09:55 PM

1 Attachment(s)
Quote:

Originally Posted by MjrNuT (Post 1923192)
Hello,

Maybe this is the appropriate place to post as I did use the definitions from here.

Does anyone have a working WeGame embed on their site using AME?

B/c I cannot resolve my issue and hope someone could chime in.

Thanks in advance to your input.

I'm hoping some assistance here from someone that has already figured it out or willing to diagnose. I have attached 2 images. One for the working WeGame using BBCode and the definition from AME, that does not work for full URL.

I'm assuming that if the proper definition is placed into AME, that it will work as intended, then I can just remove the BBCode method.

Please let me know if I'm in the ballpark or not. Thank in advance

BBCODE

Attachment 107584

AME

Attachment 107583

Fraxter 12-15-2009 10:43 PM

Would be nice if anyone can an update for the gametrailers, because it's an often used site. :)

Digital Jedi 12-16-2009 05:44 PM

Quote:

Originally Posted by MjrNuT (Post 1931403)
I'm hoping some assistance here from someone that has already figured it out or willing to diagnose. I have attached 2 images. One for the working WeGame using BBCode and the definition from AME, that does not work for full URL.

I'm assuming that if the proper definition is placed into AME, that it will work as intended, then I can just remove the BBCode method.

Please let me know if I'm in the ballpark or not. Thank in advance

BBCODE

Attachment 107584

AME

Attachment 107583

WeGame changed their player since the def was last updated. As long as it's similar to what they were doing previously, then you could do that. Otherwise the definition needs to be rewritten. I haven't had a change to look closely at it, though. If it's still using the same method than all that needs to be done is put the $p1 variable in the same place the name of the video appears in the embed code. Also, you have to switch out the sizes of the video to the $ameinfo[height] $ameinfo[width] variables.

Stryker412 12-17-2009 07:27 PM

DJ can you add support for Trailer Addict?

http://www.traileraddict.com/

Digital Jedi 12-21-2009 04:56 PM

Unless there are any objections, I'm dropping support for Bebo. It has just become too problematic for it to be worth a definition.

MagicThemeParks 12-22-2009 01:12 AM

DJ, are you working on the requests for new and updates to existing code from your site: http://www.cogonline.net/forums/forumdisplay.php?f=880 ?

Just wanted to make sure that you are working on the fixes and the new ones from your site and not just the ones in the threads here :)

Digital Jedi 12-22-2009 01:16 AM

The list is just a way for me to keep track of requests without having to spend hours harvesting them from multiple, ultra long threads. As I mention there, I might not get to adding them any time soon. With that said, I'm working on updating the old defs as quickly as I can, and hopefully this new schedule that I've been working on will let me add and update at least one or two defs weekly. So far, I'm close to getting that schedule on track. It's just been a struggle.

wAnBoA 12-22-2009 01:21 AM

Could i know what kind of player is this?
video

wacnstac 12-22-2009 01:15 PM

Anybody know how to make this work for a Google Map?

gnosisprod 12-22-2009 02:47 PM

I'm still looking for an easy way to implement flv files into the AME addon. Everything else works just fine except the flv embedding which is a big part of what I do. I love the way AME will automatically embed wmv files and anything else and have the player window fit the video size itself. Need that to work with flv.

I'm at the point where I'll seriously pay someone to help get a script working for AME for flv that'll work just like the other definitions. If anyone knows how to do this, please PM me, I'll give you some cash if you write a definition for it.

Digital Jedi 12-22-2009 06:16 PM

Well, looks like Carpix closed up shop. Good thing I'm keeping track this time.

Digital Jedi 12-22-2009 06:37 PM

Okay, so Digital Sith wants to take over the Cannabis definition. Apparently, it's not about botany after all.

Digital Jedi 12-22-2009 07:26 PM

I can't remember who or where I was asked about Clarin.com. But apparently the website has invalid embed code. The definition is working as it should, so it's on there end. I'll keep it around for a while longer, but they've always had weird web design issues that I've had to workaround, so who knows.

Also, Clipfish.de used to just block the embeds for video, now they're blocking the whole site from my country. So I can't realistically support it. I'll keep the definition for now. But I can't help you with any problems if it stops working.

wAnBoA 12-23-2009 02:44 PM

Quote:

Originally Posted by wAnBoA (Post 1935081)
Could i know what kind of player is this?
video

Anyone?


All times are GMT. The time now is 10:39 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.03005 seconds
  • Memory Usage 1,847KB
  • 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
  • (9)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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