# AudibleMagic ECS

Download the AudibleMagic toolkit from here https://drive.google.com/file/d/1J3bq7NuFbfAc_0E07VScmcu8xWSbIPZb/view?usp=sharing

Unzip the file and you will see 2 directories, linux and mac.

The linux version is referenced in the Dockerfile.

The mac version is the one you can run locally.

The identify binary, the config files and the python script have to all reside in the same directory.
In order to get the mac version to work locally with python, you can just make aliases to every files from 
audiblemagic_toolkit/mac/bin to this directory:

```
ln -s audiblemagic_toolkit/mac/bin/* .
```

You can run the index.py with the following env variable:
```
DYLD_LIBRARY_PATH=../audiblemagic/audiblemagic_toolkit/mac/bin
```