The Adventures of Tom Sawyer (an Project Gutenberg EBook).
It has about 280 pictures and I want organize them without that typical Gutenberg
filth.
Code:
_public_vhost_g_gutenberg_html_files_74_74-h_images_35-273.jpg
_public_vhost_g_gutenberg_html_files_74_74-h_images_35-274.jpg
The book has 35 chapters, each with some pictures.
Calibre don't accept (via
Bulk rename selected files)(with prefix
image_chapter01_)
the starting number 001 (neither 01).
Strangely, it takes over the images of the second chapter (prefix image_chapter02_) with starting numbers 06, 07 etc.
Edit: Striked out, existing scheme (calibre pad it with the
minimum necessary padding) was known, but simply overlooked by me.
image_chapter01_5 ... image_chapter02_06
It should look like
Code:
image_chapter01_001.jpeg
image_chapter01_002.jpeg
...
image_chapter35_273.jpeg
image_chapter35_274.jpeg
HowToDo?