2.0. Install Telemeta:
-* On Debian or Ubuntu :
+ * On Debian (Testing recommended) or Ubuntu Hoary :
Just add these lines to your /etc/apt/sources-list:
Go to 2.2.
-* On other linux platforms
+ * On other linux platforms
Install all dependencies listed at 1.
$ sudo python setup.py install
-2.1. Install audiolab
+2.1.1. Install audiolab
This is ONLY needed if you did NOT install telemeta with Debian's apt-get.
In order to get the wavforms of the audio files,
python-audiolab have to be installed in telemeta :
- $ cd telemeta/util/audiolab/
+ $ svn export http://svn.scipy.org/svn/scikits/trunk/audiolab
+ $ cd audiolab/
+ $ sudo python setup.py install
+
+2.1.2. Install the development version of the Django framework:
+
+ $ svn co -r5313 http://code.djangoproject.com/svn/django/trunk/ django/
+ $ cd django
$ sudo python setup.py install
+ WARNING: last know revision that works with Telemeta: 5313
+ See http://www.djangoproject.com
+
2.2. Create a Django project if you haven't already done it:
$ cd ~/my_projects
2.8. Go the web page:
http://localhost:8000
-
+ or
+ http://localhost:9000
See README and http://svn.parisson.org/telemeta/ for more informations.
Package: telemeta
Architecture: any
-Depends: ${python:Depends}, python-xml, python-mutagen, python-django (>= 0.96.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-audiolab (>= 0.7)
+Depends: ${python:Depends}, python-xml, python-mutagen, python-django (>= 0.97-pre), 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-audiolab (>= 0.7)
Recommends: lame, vamp-examples
Suggests: ecasound, festival, par2
Description: web frontend to backup, transcode and tag any audio content with metadata