Metadata-Version: 1.1
Name: cmsplugin_filer_audio
Version: 0.1
Summary: MP3 player for Django CMS with flowplayer
Home-page: http://lagunak.gisa-elkartea.org/projects/cmsplugin_filer_audio
Author: GISA Elkartea
Author-email: kontaktua@gisa-elkartea.org
License: GPL3
Description: Django CMS Audio Filer Plugin
        =============================
        
        This plugin plays a mp3 file using Flowplayer. Uses django-filer for the
        file storage.
        
        The plugin uses it's own flowplayer 3.2.11 with the audio plugin version
        3,2,9.
        
        
        Installation
        ------------
        
        Install the python module:
        
            pip install cmsplugin_filer_audio
        
        Add the 'cmsplugin_filer_audio' to INSTALLED_APPS
        
        
        Usage
        -----
        
        1. Add 'Audio' plugin to a  pageholder.
        
        2. Set the title, choose the file and decide if the player will start
           automatically or not.
        
        Changelog
        =========
        
        0.1 - 2012/06/21
        ----------------
        
        * Initial release
        * Basic functionality: choose a file from filer, set the title,
          enable/disable autostart.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
