Quote:
Originally Posted by Sawdoctor4
the ducks
I think this PI uses the known Library list that was added with Switch/create
Go back there and use the Delete (that is really just a forget ) to remove the linkage. It will advise you, that if you real want the actual library gone, you need to use the OS delete after this.
This does not work when I was adding upgrading the hard disk storage drives moving the the libraries to new locations drive letters letters changed so the library links were deleted in the in the switch/create drop down box but it does not remove the links in the Cross library Search Options box.
|
The plugin doesn't look at the known library list. The browse button is simply to find a directory. And the comobox is a calibre control that automatically stores the history of whatever is entered into it. This is stored in the file "history.plist". If you want to clean it up, look for "lineedit_history_find_duplicates_plugin:library_d uplicate_combo". Deleting on of the "string" lines will delete the entry. Or delete the "key" and the following "array" to get rid of all of them. Or delete the file to remove all the history for these type of controls.