View Single Post
Old 07-07-2012, 07:12 PM   #1639
kiwidude
Calibre Plugins Developer
kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.kiwidude ought to be getting tired of karma fortunes by now.
 
Posts: 4,732
Karma: 2197770
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
Quote:
Originally Posted by fishwithsticks View Post
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).
kiwidude is offline