Closed (fixed)
Project:
Acidfree Albums
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2008 at 03:25 UTC
Updated:
5 Mar 2008 at 05:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
tdh commentedI have also noticed that the random thumbnail for the cover of the album will sometimes show a white box with "Empty" when there is a video without a thumbnail in that album, even though there might be pictures also in that album. Maybe having an automatically created generic image thumbnail (that is not published) created when a video is submitted without a thumbnail would take care this problem and the problem above.
Thanks.
Comment #2
vhmauery commentedfixed in CVS.
Comment #3
tdh commentedThat fix took care of both of the above. Thanks! Great work! It shows a red X and says 'No thumbnail available.' Is this the intended behavior? Is there supposed to be a "nothumb.png" file under the art folder?
Comment #4
tdh commentedI created a file called "nothumb.png" and put it in the art folder, and that file shows on the thumb of videos without a thumbnail. So I assume that the "nothumb.png" file just needs to be added to CVS.
Thanks!
Comment #5
tdh commentedFile "nothumb.png" is now included.
Comment #6
tdh commentedMaybe a better image than just a thumb would look nicer in the albums. I have attached a new image if you would like to add it to acidfree.
Thanks,
Todd
Comment #7
vhmauery commentedWhat, you didn't like my thumb? Okay, so I have never been to graphic arts school. Let's just say my policy is that if I just add something that looks horrid, someone else is bound to come up with something better and offer it up. So thanks, you are just reinforcing my bad habits. :)
Anyway, I whipped up an SVG that looks similar to the PNG you posted. But what is cool is the code around it. Acidfree now automatically scales the SVG into a PNG to be the same size as the image thumbnails (for all those browsers that can't handle SVGs yet). If it can't do that (it uses 'exec("convert ...")' to do the conversion) then it falls back to a 100x75 PNG that is included with the distribution of Acidfree.
Comment #8
vhmauery commented