@PatNY - yes, I think you will have lost your configuration for your list. The plugin supports per library settings, storing the settings in the config file within the unique id calibre generates for that library. By "restoring" your library calibre will have given it a new library id, which now means that the plugin will not see any settings for it. Note this is not the only plugin that might be affected for the same reasons - restoring your library should only be used as a "last resort" if you hit irrecoverable problems with your main calibre database.
The settings still exist in the .json configuration file, but are just not visible to the plugin. Either you will need to setup your list(s) manually again, or you could close calibre and edit the json file manually. You would replace the new library id over top of the old one where all your configuration data is and remove the section for the new library id so it wasn't duplicated. Make a copy of the file before you edit, in case you screw it up, you do need to be careful to make sure you get all the commas and brackets etc correct if you go chopping stuff out.
The configuration and reading lists themselves are stored in a JSON file called "Reading List.json". You can find it from calibre by going to Preferences -> Miscellaneous -> Open calibre configuration directory, and looking in the "plugins" subfolder. There you will see both the Reading List.zip file for the plugin itself, and the Reading List.json file for its configuration.
You can uninstall/reinstall the plugin as much as you like, because it only changes the zip file and does not touch the configuration json file. If you want to completely start from scratch then you would delete/rename that json file.
Hope that helps...
|