View Single Post
Old 05-11-2015, 09:51 AM   #1092
plasmid
Junior Member
plasmid began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Dec 2014
Device: TrekStor Pyrus
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 ();

Last edited by plasmid; 05-12-2015 at 06:07 PM.
plasmid is offline   Reply With Quote