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.
| Comment | File | Size | Author |
|---|---|---|---|
| fix_non-random_video_thumbnails.patch | 1.31 KB | eddified |
Comments
Comment #1
vhmauery commentedCommitted to CVS. Well almost -- I committed a patch that had slightly simpler logic and still accomplished the same thing. Thanks for your patches.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.