Is it possible to add custom metadata from Calibre database (i.e. "Original Title", "Translators" etc.) to COPS interface? How? What are the files to edit? Thank you.
Please excuse me, I haven't read 73 pages of this thread. Probably someone else has already asked this question.
SOLVED
Sébastien clearly explains how to do it:
Quote:
(...) override this configuration item in config_local.php :
Code:
/*
* Custom Columns to add as an array containing the lookup names
* configured in Calibre
*
* For example : array ("genre", "mycolumn");
*
* Note that for now only the first, second and forth type of custom columns are supported
*/
$config['cops_calibre_custom_column'] = array ();
|