summaryrefslogtreecommitdiff
path: root/tools/songdb.pl
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2006-11-27 00:21:37 +0000
committerJonas Häggqvist <rasher@rasher.dk>2006-11-27 00:21:37 +0000
commite43f56b58d8540492d83b44abfdf4c758b0e74bf (patch)
tree53ce7f2af93b736dad32bccf2f8de253d5e395e1 /tools/songdb.pl
parent0bed2be41427a2dbaa10faa7fbea198a0a5c43a8 (diff)
downloadrockbox-e43f56b58d8540492d83b44abfdf4c758b0e74bf.tar.gz
rockbox-e43f56b58d8540492d83b44abfdf4c758b0e74bf.zip
Change default filenames from tagcache to database
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11611 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/songdb.pl')
-rwxr-xr-xtools/songdb.pl6
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
7use mp3info; 7use mp3info;
8use vorbiscomm; 8use vorbiscomm;
9 9
10# configuration settings 10# configuration settings
11my $db = "tagcache"; 11my $db = "database";
12my $dir; 12my $dir;
13my $strip; 13my $strip;
14my $add; 14my $add;
@@ -72,7 +72,7 @@ songdb --path <dir> [--db <file>] [--strip <path>] [--add <path>] [--dirisalbum]
72Options: 72Options:
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