From e43f56b58d8540492d83b44abfdf4c758b0e74bf Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Mon, 27 Nov 2006 00:21:37 +0000 Subject: Change default filenames from tagcache to database git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11611 a1c6a512-1295-4272-9138-f99709370657 --- tools/songdb.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/songdb.pl b/tools/songdb.pl index a2731796b9..fba8c2a355 100755 --- a/tools/songdb.pl +++ b/tools/songdb.pl @@ -1,14 +1,14 @@ #!/usr/bin/perl # # Rockbox song database docs: -# http://www.rockbox.org/twiki/bin/view/Main/TagCache +# http://www.rockbox.org/twiki/bin/view/Main/DataBase # use mp3info; use vorbiscomm; # configuration settings -my $db = "tagcache"; +my $db = "database"; my $dir; my $strip; my $add; @@ -72,7 +72,7 @@ songdb --path [--db ] [--strip ] [--add ] [--dirisalbum] Options: --path Where your music collection is found - --db Prefix for output files. Defaults to tagcache. + --db Prefix for output files. Defaults to database. --strip Removes this string from the left of all file names --add Adds this string to the left of all file names --dirisalbum Use dir name as album name if the album name is missing in the -- cgit