diff options
-rwxr-xr-x | tools/songdb.pl | 6 |
1 files 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 @@ | |||
1 | #!/usr/bin/perl | 1 | #!/usr/bin/perl |
2 | # | 2 | # |
3 | # Rockbox song database docs: | 3 | # Rockbox song database docs: |
4 | # http://www.rockbox.org/twiki/bin/view/Main/TagCache | 4 | # http://www.rockbox.org/twiki/bin/view/Main/DataBase |
5 | # | 5 | # |
6 | 6 | ||
7 | use mp3info; | 7 | use mp3info; |
8 | use vorbiscomm; | 8 | use vorbiscomm; |
9 | 9 | ||
10 | # configuration settings | 10 | # configuration settings |
11 | my $db = "tagcache"; | 11 | my $db = "database"; |
12 | my $dir; | 12 | my $dir; |
13 | my $strip; | 13 | my $strip; |
14 | my $add; | 14 | my $add; |
@@ -72,7 +72,7 @@ songdb --path <dir> [--db <file>] [--strip <path>] [--add <path>] [--dirisalbum] | |||
72 | Options: | 72 | Options: |
73 | 73 | ||
74 | --path <dir> Where your music collection is found | 74 | --path <dir> Where your music collection is found |
75 | --db <file> Prefix for output files. Defaults to tagcache. | 75 | --db <file> Prefix for output files. Defaults to database. |
76 | --strip <path> Removes this string from the left of all file names | 76 | --strip <path> Removes this string from the left of all file names |
77 | --add <path> Adds this string to the left of all file names | 77 | --add <path> Adds this string to the left of all file names |
78 | --dirisalbum Use dir name as album name if the album name is missing in the | 78 | --dirisalbum Use dir name as album name if the album name is missing in the |