Metadata-Version: 1.1
Name: Telemeta
Version: 1.5
Summary: Open web audio application with semantics
Home-page: http://telemeta.org
Author: Guillaume Pellerin
Author-email: yomguy@parisson.com
License: CeCILL v2
Description: =================================================
        Telemeta: open web audio platform with semantics
        =================================================
        
        |version| |downloads| |travis_master| |coverage_master|
        
        .. |travis_master| image:: https://secure.travis-ci.org/Parisson/Telemeta.png?branch=master
           :target: https://travis-ci.org/Parisson/Telemeta/
           :alt: Travis
        
        .. |version| image:: https://pypip.in/version/Telemeta/badge.png
           :target: https://pypi.python.org/pypi/Telemeta/
           :alt: Version
        
        .. |downloads| image:: https://pypip.in/download/Telemeta/badge.svg
           :target: https://pypi.python.org/pypi/Telemeta/
           :alt: Downloads
        
        .. |coverage_master| image:: https://coveralls.io/repos/Parisson/Telemeta/badge.png?branch=master
           :target: https://coveralls.io/r/Parisson/Telemeta?branch=master
           :alt: Coverage
        
        
        Overview
        =========
        
        Telemeta is a free and open source web audio archiving software which introduces useful and secure methods to backup, index, transcode, analyse and publish any digitalized audio file with extensive metadata. It is dedicated to collaborative media archiving projects, research laboratories and digital humanities - and especially in ethnomusicological use cases - who wants to easily organize, backup and publish documented sound collections of audio files, CDs, digitalized vinyls and magnetic tapes over a strong database, in accordance with open web standards.
        
        Key features:
        
         * Secure archiving, editing and publishing of audio files over internet.
         * Pure HTML web user interface including dynamical forms and smart workflows
         * Smart dynamical and skinnable audio player (thanks to  TimeSide and  SoundManager2)
         * "On the fly" audio analyzing, transcoding and metadata embedding based on an easy plugin architecture
         * Social cumulative indexing with semantic ontologies and timecoded markers
         * Multi-format support : FLAC, OGG, MP3, WAV and more
         * User management with individual desk, lists, profiles and rights
         * Playlist management for all users with CSV data export
         * Geo-Navigator for audio geolocalization
         * High level search engine
         * DublinCore compatibility
         * OAI-PMH data provider
         * RSS feed generators
         * XML and ZIP serialized backups
         * SQLite, MySQL, PostgreSQL or Oracle DB backends
         * Multi-language support (now english and french)
         * Video support (EXPERIMENTAL, WebM only)
        
        This web audio CMS is exclusively based on open source modules and can be run on any Unix or Linux system.
        It is mostly written in Python and JavaScript.
        
        The processing engine of Telemeta is a separate project called `TimeSide <https://github.com/yomguy/timeside/>`_ as an open web audio pocessing framework written in Python.
        
        
        News
        ======
        
        1.5
        +++++
        
         * Compatible with Django 1.6.x
         * Compatible with TimeSide 0.7.x
         * Huge refactor of all forms, detail and edit views
         * Main styles (buttons, tabs) are now based Bootstrap 3 and JQuery 2.1
         * Update models and views as needed by the CREM
         * New depedencies
        
        1.4.6
        +++++
        
         * Drastically improve collection zip packaqe streaming thanks to zipstream (check NEW dependencies)
         * Compatible with TimeSide >= 0.5.2
         * Add URL field to item so that a external sound can be indexed and streamed
         * Add TIMESIDE_AUTO_ZOOM in settings to auto toggle the player in zooming mode
         * Add TIMESIDE_DEFAULT_GRAPHER_ID in settings to select the default grapher in the player
         * Add minor migrations
         * Fix marker display bug
        
        
        See also the `full changelog <http://github.com/yomguy/Telemeta/blob/master/CHANGELOG.rst>`_.
        
        
        Demo
        ====
        
        http://demo.telemeta.org
        
        login: demo
        password: demo
        
        
        Serious Usecases
        =================
        
        * `Sound archives of the French Ethnomusicology Research Center (CREM) and the Musée de l'Homme <http://archives.crem-cnrs.fr>`_ :
        
         * a 100 year old world database migrated,
         * more than 5000 geolocated collections,
         * more than 32000 geolocated items,
         * more than 11000 sounds included
         * 700 Go of original ethnic music files accessible through the web.
         * started in june 2011
        
        * `Sound archives of the team "Lutherie, Acoustique et Musique" (LAM) of the IJLRDA institute - University Pierre et Marie Curie (Paris 6) <http://telemeta.lam.jussieu.fr>`_ :
        
         * various musical instruments recorded for research purposes
         * started in sept. 2012
        
        * `Sound archives Parisson <http://parisson.telemeta.org>`_ :
        
        * `Scaled BIOdiversity (SABIOD) <http://sabiod.telemeta.org>`
        
        * Various electronic sounds and original electronic music produced by Parisson
        
        
        Install
        =======
        
        See `INSTALL.rst <http://github.com/yomguy/Telemeta/blob/master/INSTALL.rst>`_ and `telemeta.org <http://telemeta.org>`_ for more informations.
        
        
        API / Documentation
        ====================
        
        * Publications : https://github.com/Parisson/Telemeta-doc
        * API : http://files.parisson.com/doc/telemeta/
        * Player : https://github.com/Parisson/TimeSide/
        * Example : http://archives.crem-cnrs.fr/archives/items/CNRSMH_E_2004_017_001_01/
        
        
        Development
        ===========
        
        |travis_dev| |coverage_dev|
        
        .. |travis_dev| image:: https://secure.travis-ci.org/Parisson/Telemeta.png?branch=dev
           :target: https://travis-ci.org/Parisson/Telemeta/
           :alt: Travis
        
        .. |coverage_dev| image:: https://coveralls.io/repos/Parisson/Telemeta/badge.png?branch=dev
           :target: https://coveralls.io/r/Parisson/Telemeta?branch=dev
           :alt: Coverage
        
        
        You are welcome to participate to the development of the Telemeta project.
        The official project site is `telemeta.org <http://telemeta.org>`_ but you can find a mirror on `GitHub <https://github.com/Parisson/Telemeta>`_.
        
        To get and run the lastest development version::
        
            sudo apt-get install git
            git clone https://github.com/Parisson/Telemeta.git
            cd Telemeta
            git checkout dev
            git submodule foreach git fetch --tags
            git submodule update --init --recursive
            sudo pip install -e .
            export PYTHONPATH=$PYTHONPATH:`pwd`
        
        
        Bugs and feedback
        =================
        
        You are welcome to freely use this application in accordance with its licence.
        If you find some bugs, PLEASE leave a ticket on this page:
        
        https://github.com/Parisson/Telemeta/issues/new
        
        You can also leave some ticket to request some new interesting features for the next versions and tweet your ideas to `@telemeta <https://twitter.com/telemeta>`_.
        
        And even if Telemeta suits you, please give us some feedback !
        
        
        Contact
        =======
        
        Homepage: http://telemeta.org
        
        E-mails:
        
         * Guillaume Pellerin <yomguy@parisson.com>,
         * Thomas Fillon <thomas@parisson.com>
         * Olivier Guilyardi <olivier@samalyse.com>,
         * Riccardo Zaccarelli <riccardo.zaccarelli@gmail.com>
        
        Twitter:
        
         * http://twitter.com/telemeta
         * http://twitter.com/parisson_studio
         * http://twitter.com/yomguy
        
        
        License
        =======
        
        CeCILL v2, compatible with GPL v2 (see `LICENSE <http://github.com/yomguy/Telemeta/blob/master/LICENSE>`_)
        
        
        Sponsors
        ========
        
        The Telemeta project is developed by Parisson. It is sponsored by :
        
          * CNRS : Centre National de la Recherche Scientifique (the french Natianal Research and Scientific Center)
            http://cnrs.fr
          * CREM : Centre de Recherche en Ethnomusicology (the french Ethnomusicology Research Center)
            http://www.crem-cnrs.fr
          * LAM : Equipe Lutherie, Acoustique et Musique de l'Université Pierre et Marie Curie de Paris
            (Instrument design, Acoustic and Music team of the Pierre & Marie Curie University)
            http://www.lam.jussieu.fr/
          * MuCEM : Musée des Civilisations de l'Europe et de la Méditerranée
            http://www.musee-europemediterranee.org
          * MMSH : Maison Méditerranéenne des Sciences de l'Homme
            http://www.mmsh.univ-aix.fr/
          * MNHN : Museum d'Histoire Naturelle (Paris, France)
            http://www.mnhn.fr
        
        
        
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: System :: Archiving
