View Single Post
Old 12-01-2017, 12:50 AM   #1610
PetrusV
Member
PetrusV began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Nov 2017
Device: iphone, ipad, android phone, android tablet, pc, kindle
The following worked flawlessly after I added the column 'test' in calibre. Also note its case sensitive. It will not work if you add 'Test' column in calibre and then use 'test' on the config:
$config['cops_calibre_custom_column'] = array ("test");

If you have more than one custom column then add them like this:
$config['cops_calibre_custom_column'] = array ("test1", "test2", "test3");

Last edited by PetrusV; 12-04-2017 at 02:25 AM.
PetrusV is offline   Reply With Quote