• SherylHohman

    (@sherylhohman)


    When synching folders that already have thumbnail images in them, those thumbnails get imported as stand alone images in the Media Library.
    This really pollutes the Media Library, and makes the should-be “thumbnails” subject to thumbnail generation themselves.

    Is there any way to prevent images that follow WP’s thumbnail naming convention from being synched, and (thus) imported into the Media Library?
    Ideally, all thumbnail images encountered should be linked/attached/bound to their similarly-named non-thumbnail parent images (providing an image with the appropriate name exists).

    Of course, if no such (master/parent) image exists, importing the thumbnail could make sense. Especially since people may give some of their images names that resembling WP’s thumbnail naming convention (I know I have, before I was aware). Also, it could be useful if an orphan thumbnail is still being used on the site, even though all other versions have been deleted or abandoned.

    Alternatively, is there a way to selectively synch specific images within a folder, rather than synching everything, as a way to prevent the importation of WP generated thumbnails after cleaning up our uploads folder?

Viewing 1 replies (of 1 total)
  • Plugin Author AlanP57

    (@alanp57)

    If you include the size in the image name like so, image_name-<width>x<height>.extension (example, test_image-1000×650.jpg), it may difficult for the sync function to determine whether it is a thumbnail or original image. But here is a small change you can make, use image_name_<width>x<height>.extension (example, test_image_1000x650.jpg). Notice the underbar character in front of the width instead of the dash character. Using this format should help.

    The plugin does not have the ability to do selected syncing. The only way to do this is to upload selected images through the media library or Media Library Folders.

Viewing 1 replies (of 1 total)
  • The topic ‘Syncing a folder imports thumbnails as entries into the Media Library’ is closed to new replies.