Quote:
Originally Posted by Dangerboy
I though I might have found a solution for that but it's not working in my thumbnail rebuild that's running right now. I tried a few of the previous versions as well but the one in the current version appears to be correct. If I import a video from megavideo, it captures the thumbnail. If I try to rebuild the older ones, it will not pull the thumbnail and I lose the new one I imported. I am searching now to see what the difference is with the rebuild vs the import.
It's not hard to change. On the media main page, click on the "Administrate" dropdown and select "Services". Then find the Megavideo line and select "edit" on the right. I think this is what needs to be changed for the thumbnails but I am not sure:
Code:
preg_match('#[\w+%.-]*'.$service['serviceVAL'].'([\w]*)[\w+%.-]*#i',$arr['ROW']['embed'],$match);$thu='http://img1.megavideo.com/'.$match[1].'.jpg'
This API works for me if I import a new video but not on the rebuild.
|
Thanks for the post Dander but that API is the same as the old one we currently have. For me if we upload a new video to megavideo and use the current API we do not get a thumnail, just a broken image and when we run the media rebuild thumbnail we just get a black image.

Need your help Jaxel.