New Add-on: Minimal Calibre Library HA COPS 📚

For now I use my NAS to host backups of my Calibre libraries of which I have 4
Danish books - epub
English books - epub
Comics - CBR
DIY articles - pdf
I use Sébastien Lucas’s COPS v 1.1.3 on my NAS for remote access
Since I have all 4 libraries in 1 installation it is possible to search all four libraries across which I often use.
To achieve this I have manually edited config_local.php to:

if (!isset($config))
$config = array();

$config['calibre_directory'] = array ("Danish books" => "/i-data/2969cb5d/StoreVideVerden/BibliotekAlm/", "English books" => "/i-data/2969cb5d/StoreVideVerden/BibliotekEng/", "Cartoons" => "/i-data/2969cb5d/StoreVideVerden/BibliotekTegneserier/", "Do It Yourself articles" => "/i-data/2969cb5d/StoreVideVerden/BibliotekDIU/");

$config['cops_title_default'] = "Læsehesten";