synology-thumbgen icon indicating copy to clipboard operation
synology-thumbgen copied to clipboard

Re-generate thumbnails

Open dgrant opened this issue 9 years ago • 3 comments

If the photo was updated, it would be nice to re-generate the thumbnails.

if os.path.exists(os.path.join(dest_dir, thumb[0])):
    continue

I'm thinking instead of the above, we could check whether the photo timestamp is newer than the timestamp of the thumbnail? And if so, re-generate it? I could implement this, just want your opinion on whether this would work or makes sense.

dgrant avatar Apr 19 '15 19:04 dgrant

I think this is a great idea!

mrchief avatar Dec 27 '17 21:12 mrchief

Anything happened here? :-)

tobintax avatar Apr 01 '18 21:04 tobintax

Hey @dgrant, @mrchief and @tobintax I will be trying to keep this project more updated on my fork

Kvanrooyen avatar Sep 26 '21 20:09 Kvanrooyen