Get the lastest version with :
- svn co http://svn.yomix.org/svn/telemeta/trunk
+ svn co http://svn.parisson.org/svn/telemeta/trunk telemeta --username=anonymous
Now, open a shell (console, terminal, etc..), go to the main
Telemeta directory and type AS ROOT :
and uncompress the archive.
You can also get the lastest develoment version with subversion:
- svn co http://svn.yomix.org/svn/telemeta/trunk telemeta
+ svn co http://svn.parisson.org/svn/telemeta/trunk telemeta --username=anonymous
Then go into the created directory and just type this with your favorite shell :
python install.py
-To get the lastest development version, type :
-
- svn co http://svn.yomix.org/svn/telemeta/trunk telemeta --username=anonymous
-
Just press 'enter' for the password.
See INSTALL file for more informations.
--recover check an repair the backuped media with the previously
created "par2" security key
--rsync synchronizes database to a remote server (ssh+rsync)
- --erase-media erases the media (flac, ogg, mp3) database
+ --erase erases a collection (FLAC, OGG, MP3 only, never WAV !)
--help gives help page
# 5. EXAMPLES
# 8. Contact
# ==========
-Home page : http://svn.yomix.org/telemeta
+Home page : http://svn.parisson.org/telemeta
E-mail : Guillaume Pellerin <yomguy@altern.org>
-This package was debianized by Guillaume Pellerin <pellerin@parisson.com> on
+This package was debianized by Guillaume Pellerin <yomguy@altern.org> on
Thu, 17 Aug 2006 22:42:14 +0200.
-It was downloaded from http://yomix.org/telemeta/
+It was downloaded from http://svn.parisson.org/telemeta/
Upstream Author: Guillaume Pellerin <pellerin@parisson.com>
Copyright:
- Copyright (C) 2006 Guillaume Pellerin <pellerin@parisson.com>
+ Copyright (C) 2006-2007 Guillaume Pellerin <yomguy@altern.org>
License:
The GPL may be found in /usr/share/common-licenses/GPL-2 on a Debian system.
-The Debian packaging is (C) 2006, Guillaume Pellerin <pellerin@parisson.com> and
+The Debian packaging is (C) 2006, Guillaume Pellerin <yomguy@altern.org> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
# Please also look if there are files or directories which have a
# Version
# =======
-version = '0.2.5'
+version = '0.2.7'
# Modules and error routines
# ==========================
print "AUTHOR:"
print " Guillaume Pellerin <yomguy@altern.org>\n"
print "URL:"
- print " http://yomix.org/telemeta\n"
+ print " http://svn.parisson.org/telemeta\n"
print 'IMPORTANT:'
print " With the '--album' option, it supposed that all your wav files in the directory are named respectively to this scheme :"
print " artist-title[-album-date-genre-description][.wav]"
print " Tags between [] are optional main tags.\n"
print "FOR MORE INFORMATIONS :"
print " - read the README file"
- print " - go to http://svn.yomix.org/telemeta"
+ print " - go to http://svn.parisson.org/telemeta"
sys.exit(' - email me !\n')
elif sys.argv[1] == '--version':