Send to Kindle gets wrong title
Bug #1994136 reported by
Daniel Antolini
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
calibre |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
With the new changes to Send to Kindle, the filename for the attachment is used as the book title, rather than the tile in the metadata. Currently, Calibre sets the filename prefix to be "<Title> - <Author>" which means the book's title on the device incorrectly includes the author.
Digging through git history, it doesn't look like this particular filename format was chosen for any obvious reason, so I've just modified the prefix to remove the author.
Calibre version: 6.7.1
OS: Windows 10 Home 21H1
To post a comment you must log in.
It was chosen for a particular reason, the reason being it is nice to
have both title and author's name available in the filename. If you want
to work around Amazon's latest attempt to sabotage sideloading, you will
need to specialize the filename when sending to @kindle.com and
@kindle.cn email addresses. You can probably do that in the send_by_mail
method by examining the to address.