Quote:
Originally Posted by Terisa de morgan
Yes, I'm understanding this, and I must store the configuration for each library in the file, yes.
|
So %CALIBRE_CONFIG_DIRECTORY%\plugins\getfilename.jso n, would have something like:
Code:
"Journals": {
"customColumnPath": "",
"opcName": "path",
"custonColumnExtension": "",
"customColumnName": "#camefrom",
"customColumnDate": "",
}
"Media": {
"customColumnPath": "",
"opcName": "name",
"custonColumnExtension": "#orig_ext",
"customColumnName": "#orig_name"
"customColumnDate": "#orig_mod_date",
}
If a library is renamed the plugin will probably stop saving the file details - as happened to me last December? If the user doesn't show the columns in the book list or book details sidebar it could be weeks or months before they noticed - I didn't notice until late January.
BR