From 8a3e603ecd8117499f4bebf3f4004d0409e84217 Mon Sep 17 00:00:00 2001 From: momo <> Date: Wed, 7 Feb 2007 16:19:39 +0000 Subject: [PATCH] Modified http addresses to http://svn.parisson.org/telemeta/ --- INSTALL | 2 +- README | 10 +++------- debian/copyright | 8 ++++---- telemeta.py | 6 +++--- 4 files changed, 11 insertions(+), 15 deletions(-) diff --git a/INSTALL b/INSTALL index cf61cda2..8d13bf7e 100644 --- a/INSTALL +++ b/INSTALL @@ -39,7 +39,7 @@ http://www.python.org/download/. 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 : diff --git a/README b/README index ec4fc90f..9ffc28b2 100644 --- a/README +++ b/README @@ -54,16 +54,12 @@ On other linux platforms, get the lastest version on : 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. @@ -110,7 +106,7 @@ Other options: --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 @@ -139,6 +135,6 @@ at # 8. Contact # ========== -Home page : http://svn.yomix.org/telemeta +Home page : http://svn.parisson.org/telemeta E-mail : Guillaume Pellerin diff --git a/debian/copyright b/debian/copyright index 6780c961..7bfc7304 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,13 +1,13 @@ -This package was debianized by Guillaume Pellerin on +This package was debianized by Guillaume Pellerin 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 Copyright: - Copyright (C) 2006 Guillaume Pellerin + Copyright (C) 2006-2007 Guillaume Pellerin License: @@ -19,7 +19,7 @@ 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 and +The Debian packaging is (C) 2006, Guillaume Pellerin 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 diff --git a/telemeta.py b/telemeta.py index 4b7580e6..d46261d1 100755 --- a/telemeta.py +++ b/telemeta.py @@ -22,7 +22,7 @@ # Version # ======= -version = '0.2.5' +version = '0.2.7' # Modules and error routines # ========================== @@ -94,7 +94,7 @@ elif sys.argv[1] == '--help': print "AUTHOR:" print " Guillaume Pellerin \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]" @@ -102,7 +102,7 @@ elif sys.argv[1] == '--help': 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': -- 2.39.5