[Feature] BookDrop should honor the destination library’s “Book Per Folder” organization mode #3483
theaaronturner
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
When multiple formats of the same book are placed together in one BookDrop folder, BookDrop stages and imports each format as a separate book.
The destination library is configured with the Book Per Folder organization mode. Normal library scanning groups files sharing the same immediate parent folder into one book with multiple formats, but BookDrop finalization does not appear to apply that behavior.
Environment
Steps to reproduce
Create a library using the Book Per Folder organization mode.
Create one BookDrop folder containing multiple formats of the same title:
Example Book/
├── Example Book.epub
├── Example Book.mobi
└── Example Book.azw3
Allow BookDrop to process the files.
Assign all formats to the same destination library.
Finalize the import.
Actual behavior
BookDrop creates three separate book records. They must subsequently be merged manually.
Expected behavior
Because the destination library uses Book Per Folder, BookDrop should import the files as one book record with EPUB, MOBI, and AZW3 attached as alternate formats.
Suggested implementation options
Any of the following would improve this workflow:
Additional context
Normal library-folder scanning groups these files correctly. The discrepancy appears specific to the BookDrop staging and finalization workflow.
This becomes especially cumbersome when migrating an existing multi-format library because every title requires a separate manual merge.
All reactions