when the album is set to show a random thumbnail, the thumbnails work even if they are thumbnails of a video. however, if you edit the album so that a specific video is set to be the thumbnail, then no thumbnail shows.

turns out that in this case, the album thumbnail theme-ing function was getting a VIDEO node passed back to it if the album thumbnail is set to a video. the culprit is function _acidfree_get_album_thumb() -- if the album's thumb was a video, it was returning the video node right away (prematurely) before getting the image node that belongs to the video node.

CommentFileSizeAuthor
fix_non-random_video_thumbnails.patch1.31 KBeddified

Comments

vhmauery’s picture

Status: Needs review » Fixed

Committed to CVS. Well almost -- I committed a patch that had slightly simpler logic and still accomplished the same thing. Thanks for your patches.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.