[idea] Remove duplicates images
Some books contain duplicate images (sometimes +10 duplicate)
With a little trickery, the Regex and the unused media deletion tool, you can delete a lot of duplicates.
But in some cases, there may be a different image in the middle, or even several duplicate images.
This is where the idea for this plugin comes from:
1) The plugin opens a wall of thumbnail displaying the images of the book (or a check-list with a preview area for quick consultation)
2) We select the images that we consider identical
3) The plugin "merges" the images (renames them with a Regex like this one below, then deletes the images that have become unused)
(Images/0002.jpg|Images/0003.jpg|Images/0006.jpg|Images/0008.jpg)
>
Images/0002.jpg
Thank you in advance.
Last edited by un_pogaz; 05-16-2019 at 08:50 AM.
|