Quote:
Originally Posted by AlanHK
The plugin size is now fixed at 330 px high, suitable for 220 dpi or lower, where it will fill the 1.5" high "grid view" slot. But on 300 dpi like the PW-3, you need 450. While changing the code in plugin.py works, it is lost when the plugin is updated.
|
The latest version allows you to change the thumbnail size via the GUI.
Quote:
Originally Posted by AlanHK
Ideally: have the "Fake ASIN" be settable from the GUI and written into the epub.
|
The latest version will display the ASIN that'll be used, if the Add fake ASIN option is checked, however, you won't be able to change it via the GUI.
If you want to add a custom ASIN, simply define a clip with the following contents:
Code:
<dc:identifier opf:scheme="MOBI-ASIN">B001234567</dc:identifier>
and insert it
before running the plugin.
BTW, you can tell by the length of the ASIN its most likely origin:
- ASIN: B001234567 (a genuine ASIN added by the user or Calibre)
- ASIN: 52d5b24103ac (a 12 character hex number generated by the plugin)
- ASIN: 20c486dd-6a45-4c9c-bb86-ce68590ef015 (a UUID generated by Calibre)