
I have a folder with books organized like this:
Library/
├─ A/
│ ├─ Author 1/
│ │ ├─ Series 1/
│ │ │ ├─ Book 1/
│ │ │ │ ├─ Book 1.epub
│ │ │ │ └─ Book 1.mobi
│ │ │ └─ Book 2/
│ │ │ ├─ Book 2.epub
│ │ │ └─ Book 2.pdf
I would like to import all these books into Calibre and automatically extract the following metadata from the folder names:
Author → from the “Author” folder
Series → from the “Series” folder
Title → from the “Book” folder
Is there a way to set up Calibre so that it reads the folder structure and fills in the metadata automatically during import?
Thanks in advance for your help!