Change default filenames from tagcache to database
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11611 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0bed2be414
commit
e43f56b58d
1 changed files with 3 additions and 3 deletions
|
@ -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 <dir> [--db <file>] [--strip <path>] [--add <path>] [--dirisalbum]
|
|||
Options:
|
||||
|
||||
--path <dir> Where your music collection is found
|
||||
--db <file> Prefix for output files. Defaults to tagcache.
|
||||
--db <file> Prefix for output files. Defaults to database.
|
||||
--strip <path> Removes this string from the left of all file names
|
||||
--add <path> 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
|
||||
|
|
Loading…
Reference in a new issue