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

Thumbnail generator for Synology Disk/Photo Station.

Results 8 synology-thumbgen issues
Sort by recently updated
recently updated
newest added

- Using ffmpeg to generate a snapshot image from video. - Added some more cmd line arguments. - Parallel job count from 4 ~ half cores

- Added installation section - Updated requirements

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...

The bash command provided to rename the eaDir_tmp folder doesn't work for me. For each subfolder, it returns something lile: ``` find . -type d -name 'eaDir_tmp' -exec mv '{}'...

Should one disable the thumbnail generation in the Disk Station?

Hi. This script is freaking awesome! Lightning fast thumbs generator. Great work, man, thx! Fixing error - OSError: cannot write mode P as JPEG: ``` im.thumbnail((thumb[1], thumb[1]), Image.ANTIALIAS) #fixing error...

multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib64/python3.4/multiprocessing/pool.py", line 119, in worker result = (True, func(_args, *_kwds)) File "/usr/lib64/python3.4/multiprocessing/pool.py", line 44, in mapstar return list(map(*args)) File "psthumbgen.py", line 86,...