Quote:
Originally Posted by fishwithsticks
LOL I suppose I could if I had any idea how to do it without mucking it up completely. I think I'll keep things the way they are and just hope you have the time to update it at some point.
|
Preferences -> Miscellaneous -> Open calibre configuration folder. Go to the "plugins" subfolder, open the "Kindle Collections.zip" file. Edit the ebook.py file within it using a text editor like Notepad. Change line 34 which says this:
Code:
if ext in ['mobi', 'azw', 'prc']:
to this:
Code:
if ext in ['mobi', 'azw', 'prc', 'azw3']:
Close the ebook.py file, making sure it is now updated in the zip file. That's it - restart calibre and you should be good to go if meme's response was correct about that being the only change required (I haven't tested this myself).