Zotonic module which hooks into media files uploads and augments any uploaded audio media files with info from the echonest API.
SCM system : Git (git)
Author: Arjan Scherpenisse
Project source url: https://github.com/arjan/mod_audio_echonest
After the upload of any audio media file, it calls the Echonest API to identiy the uploaded MP3 file. After identification, it will store the found metadata in the rsc record of the audio file, ready for use in Zotonic templates.
The config key mod_audio_echonest.api_key needs to contain a valid Echonest API key, which can be obtained from this URL: https://developer.echonest.com/account/register
zotonic modules install mod_audio_echonestZotonic <= 0.9:
zotonic installmodule mod_audio_echonestZotonic <= 0.6:
git clone https://github.com/arjan/mod_audio_echonest mod_audio_echonest
Leave a comment