Closed (fixed)
Project:
Video
Version:
6.x-2.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
19 Jun 2009 at 02:03 UTC
Updated:
13 May 2010 at 16:05 UTC
After the initial creation of the thumbnails and the associated image (thumbnail) node, any subsequent change to the video will not update the thumbnail image. In addition, if the thumbnail node is deleted, it will not be recreated when the video file is re-uploaded. If a new thumbnail file is directly specified (as a uploaded file), it will not replace the thumbnail in the node. The only thing working is the first upload and initial autothumbnail - to update the thumbnail you must either edit the thumbnail node directly using the image module, or you have to delete the video/thumbnail nodes and start over.
Does anyone have any clue as to why this might be happening? Developers??!
-- glen
Comments
Comment #1
glen201 commentedOK, well I couldn't wait for the developers to weigh in, and I debugged it myself (I am doing a lot of that with this module in the past 2 weeks). The fix is to find the comment below in the video_image.module file and replace the commented out version with the new version:
original:
replace with
Developers: this looks like a change made to the Image module internals was a gotcha on your version. It's not "safe" to poke variable names in other peoples' modules to achieve your goals, now is it???!
Enjoy,
-- glen
Comment #2
hypertext200@glen, I saw your doing a great job while I'm a little busy these days to work with the issue queue, I would like to add you as a co-maintainer if you prefer to work with me.
Comment #3
glen201 commentedI sent you an email on your gmail.com account - let's discuss offline.
-- glen201
Comment #4
glen201 commentedApplied this patch to 6.x-2.4. This fixes the problem of regenerating the derivative images
BUT only in the case where the originally generated thumbnail node exists.
If the thumbnail node is deleted, currently the video node would have to be deleted and re-created to reestablisth the thumbnail.
This will be looked at for a later release
--glen
Comment #5
captix commentedis 6x module work fine now?
i will update my drupal to 6x if it is ok
Comment #6
iLLin commented