View Single Post
Old 10-24-2017, 05:27 PM   #77
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by AlanHK View Post
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 View Post
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:
  1. ASIN: B001234567 (a genuine ASIN added by the user or Calibre)
  2. ASIN: 52d5b24103ac (a 12 character hex number generated by the plugin)
  3. ASIN: 20c486dd-6a45-4c9c-bb86-ce68590ef015 (a UUID generated by Calibre)
Doitsu is offline   Reply With Quote