Quote:
Originally Posted by davidfor
That seems to suggest that the values in the configuration file are not being seen as numbers. Could you post the plugins config file? This will be "Resize Cover.json" in the plugins directory of the calibre configuration directory.
|
Sure.
Spoiler:
Code:
{
"Options": {
"sizes": [
{
"default": false,
"height": 680,
"ratio": false,
"width": 450
},
{
"default": true,
"height": 300,
"ratio": false,
"width": 300
},
{
"default": false,
"height": 1000,
"ratio": true,
"width": 1000
},
{
"default": false,
"height": 450,
"ratio": true,
"width": 400
}
]
}
}
I also noticed after running
calibre-debug -g
EDIT1: The latter error occurs if you delete the .json file completely.
EDIT2: Additional information: Even if the plug-in starts, creating a new item menu always creates a "Default" item.