# Telemeta - README
# =================
-Telemeta: web frontend to backup, analyse, transcode and stream any audio content with metadata
+Telemeta: web frontend to backup, analyse, transcode and stream any audio content with its metadata
# Introduction
* Secure archiving, editing and publishing of audio files over internet.
* "On the fly" transcoding and metadata encapsulating (FLAC, OGG, MP3, WAV, etc..)
* User friendly web frontend including workflows and high level search methods
- * Smart dynamical and skinable audio player (thanks to Timeside)
+ * Smart dynamical and skinnable audio player (thanks to Timeside and soundmanager2)
* "On the fly" complex audio analyzers based on an easy plugin architecture
* Strong SQL backend
* XML metadata backup
# Requirements
# ============
-python (>= 2.3.5-7), python-xml, python-central (>= 0.5),
-python-mutagen, python-django, sox, vorbis-tools, flac, normalize-audio,
-ecasound, festival, par2, python-mysqldb, sqlite3 | mysql-server, octave2.9,
-octave2.9-forge, python-tk, python-numpy, python-audiolab, libsndfile1
+python (>= 2.3.5-7), python-xml, python-mutagen, python-django (>= 1.0-1),
+python-imaging (>= 1.1.6), sox, vorbis-tools, flac, normalize-audio,
+python-mysqldb, mysql-server, octave2.9, python-tk, libgd2-xpm,
+libsndfile1 (>= 1.0.17), python-numpy, python-ctypes (>= 1.0.1),
+python-scikits-audiolab (>= 0.7), python-setuptools (>= 0.6b3),
+python-support (>= 0.3),
+
+optional:
+lame, ecasound, festival, par2
# Installation and usage