* On debian or Ubuntu just add these lines to your /etc/apt/sources-list:
- deb http://yomix.org/debian/ binary/
- deb-src http://yomix.org/debian/ source/
+ deb http://debian.parisson.org/ binary/
+ deb-src http://debian.parisson.org/ source/
Then,
On debian or Ubuntu just add these lines to your /etc/apt/sources-list:
- deb http://yomix.org/debian/ binary/
- deb-src http://yomix.org/debian/ source/
+ deb http://debian.parisson.org/ binary/
+ deb-src http://ydebian.parisson.org/ source/
Then,
sudo apt-get update
sudo apt-get install telemeta
-On other linux platforms, get the lastest version on :
+On other linux platforms, get the lastest tar.gz version on :
- http://yomix.org/telemeta/download
+ http://debian.parisson.org/
and uncompress the archive.
You can also get the lastest develoment version with subversion:
#!/usr/bin/python
# *coding: utf-8*
#
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#!/usr/bin/python
# *coding: utf-8*
#
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#!/usr/bin/python
# *coding: utf-8*
#
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#!/usr/bin/python
# *coding: utf-8*
#
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
backuped. The files can be transcoded to WAV, FLAC, MP3 and OGG including
the corresponding tags.
Here are some cool functions:
- - XML generation for metadata tags of backuped WAV
+ - XML generation for metadata tags of backuped WAV.
- Audio marking from a given file or from tags thanks to the Festival speech
systhesis tool
- - File corruption security with par2 recovery files
- - Database synchronizing to remote servers (ssh+rsync)
- - Modify metadata from XML or interactive shell
+ - File corruption security with par2 recovery files.
+ - Database synchronizing to remote servers (ssh+rsync).
+ - Modify metadata from XML or interactive shell.
+
+ See http://svn.parisson.org/telemeta/ for more informations.
<para>Telemeta is written in python. So it doesn't require any compilation step.</para>
<para>On Debian or Ubuntu just add these lines to your /etc/apt/sources-list:</para>
- <para><command>deb http://yomix.org/debian/ binary/</command></para>
- <para><command>deb-src http://yomix.org/debian/ source/</command></para>
+ <para><command>deb http://debian.parisson.org/ binary/</command></para>
+ <para><command>deb-src http://debian.parisson.org/ source/</command></para>
<para>Then,</para>
<para><command>sudo apt-get update</command></para>
<para><command>sudo apt-get install telemeta</command></para>
- <para>On other linux platforms, <ulink url="http://yomix.org/telemeta/download/">download</ulink> the lastest .tar.gz archive, uncompress it, go into the created directory and just type this with your favorite shell :</para>
+ <para>On other linux platforms, <ulink url="http://debian.parisson.org/">download</ulink> the lastest tar.gz archive, uncompress it, go into the created directory and just type this with your favorite shell :</para>
<para><command>python install.py</command></para>
<para>See README and INSTALL file for more informations.</para>
<para>You can also get the lastest version of Telemeta with subversion (just type 'enter' for the password:</para>
- <para>svn co http://svn.yomix.org/svn/telemeta/trunk telemeta --username=anonymous</para>
+ <para>svn co http://svn.parisson.org/svn/telemeta/trunk telemeta --username=anonymous</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
- <para>The program is documented fully by Guillaume Pellerin. More info at <citetitle><ulink url="http://svn.yomix.org/telemeta/">http://svn.yomix.org/telemeta/</ulink></citetitle>.</para>
+ <para>The program is documented fully by Guillaume Pellerin. More info at <citetitle><ulink url="http://svn.parisson.org/telemeta/">http://svn.parisson.org/telemeta/</ulink></citetitle>.</para>
</refsect1>
<refsect1>
#!/usr/bin/python
# *coding: utf-8*
#
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#!/usr/bin/python
# *coding: utf-8*
#
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#!/usr/bin/python
# *coding: utf-8*
#
-# Copyright (c) 2006 Guillaume Pellerin <yomguy@altern.org>
+# Copyright (c) 2006-2007 Guillaume Pellerin <yomguy@altern.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#!/usr/bin/python
# *coding: utf-8*
#
-# Copyright (c) 2006 Guillaume Pellerin <pellerin@parisson.com>
+# Copyright (c) 2006-2007 Guillaume Pellerin <pellerin@parisson.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# Info, error
# ===========
if len(sys.argv) == 1 :
- print "telemeta v"+str(version)+" (c) 2006 Guillaume Pellerin <yomguy@altern.org>>"
+ print "telemeta v"+str(version)+" (c) 2006-2007 Guillaume Pellerin <yomguy@altern.org>>"
print "version: "+str(version)
print "depends: python, python-xml, python-mutagen, sox, oggenc, flac, lame, normalize-audio, ecasound, wavbreaker, festival"
print "distributed under the terms of the GNU Public License v2.\n"
print "DEPENDS:"
print " python, python-xml, python-mutagen, sox, oggenc, flac, lame, normalize-audio, ecasound, wavbreaker, festival\n"
print "COPYRIGHT:"
- print " Copyright (c) 2006 Guillaume Pellerin <yomguy@altern.org>\n"
+ print " Copyright (c) 2006-2007 Guillaume Pellerin <yomguy@altern.org>\n"
print "LICENSE:"
print " distributed under the terms of the GNU Public License v2.\n"
print "USAGE:"
sys.exit('Version: '+str(version))
else :
- print "telemeta v"+str(version)+" (c) 2006 Guillaume Pellerin <yomguy@altern.org>"
+ print "telemeta v"+str(version)+" (c) 2006-2007 Guillaume Pellerin <yomguy@altern.org>"
print """ This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the