@Northguy
Yep, I received your mail. I will handle it later this week.
@jj23
Yes you can, you have to alter this config item in you config_local.php :
$config['cops_prefered_format'] = array ("EPUB", "PDF", "MOBI", "CBR", "CBZ");
@mariosipad
I may have found it. Can you try to change line 333 of base.php from
Code:
if (get_class ($this->entryArray [1]) == "EntryBook") return true;
to
Code:
if (get_class ($this->entryArray [0]) == "EntryBook") return true;