@mariosipad
The link is below:
https://sites.google.com/site/copsfb...;-synology-dsm
It is in Russian though therefore you need to use the Google translator.
I am trying to get it converted on the fly. The original library has books in fb2 format only. What I am trying to do is to get 'epub' and 'mobi' icons appearing next to 'fb2' one, and to get COPS automatically running the installed converter to get the book downloaded in 'epub' format (if I click on epub icon)
I got the following example on another forum, but it still doesn't work for me.
$config['cops_prefered_format'] = array ("epub","fb2");
$config['cops_convert_to_types'] = (file_exists('./convert/fb2c') ? "mobi,epub" : TRUE);
What is interesting though is that when I remove 'fb2' from the list above I don't get 'fb2' download icon anymore. It means the system takes it, but still something is missing, I get only 'fb2' icons regardless of the values in this list.