View Single Post
Old 04-13-2014, 07:42 PM   #2
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,744
Karma: 30237526
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@eosrose - when you uninstall a plugin its config data is not deleted - that is consistent with calibre itself

Open calibre's config folder, close calibre. Go into the config\plugins folder, there you will find a file named Generate Cover.json, copy it to Generate Cover.jsonsave.

A json file is an editable text file. A simple way to fix it would be to open Generate Cover.json in say Notepad, and replace all occurrences of 'the bad font name' with 'a known good font name'

If you want to do more than that you'll probably need to use a 'smart' editor that will layout the text in a readable structure, google "edit json file on <your os>". On Windows I like Notepad++.

If you break something, replace the .json with the .jsonsave and start over.

If you're uncomfortable editing the the json file, then you can delete it and the PI will build a fresh one, you will of course lose your templates.

BR
BetterRed is offline   Reply With Quote