Create audiolink config file, databases and tables
audiolink [\s-1OPTION\s0]...
AudioLink is a set of programs which help you manage your music collection. It makes searching for music on your local storage media easier and faster. Your searches can include a variety of criteria, like male artists, female artists, band, genre, etc.
It supports music files of \s-1MP3\s0 and Ogg Vorbis formats.
audiolink assists you in creating a configuration file for oft-used options passed to the AudioLink programs and creating the MySQL database and tables which the AudioLink programs, alfilldb\|(1) and alsearch\|(1) use.
The options specified on the command prompt override the options specified in the config file.
Brief usage information
Connects to the MySQL server on the target host. Default is localhost.
Password for the database
Username for the database
Display extra information about what's going on
The user and password fields for the database have to be specified. There are three ways of doing this:
By specifying them via the --user and --pass command-line arguments to the programs: \*(C`alfilldb --user=mysql_username --pass=mysql_password --prompt=basic /songs/\*(C' \*(C`alsearch --user=mysql_username --pass=mysql_password --artist=kishore --td=/songs/kishore\*(C'
Setting the \s-1DBI_USER\s0 and \s-1DBI_PASS\s0 environment variables: If you are using bash, ksh, zsh or sh do this: \*(C`export DBI_USER=mysql_username\*(C' \*(C`export DBI_PASS=mysql_password\*(C' If you are using csh or tcsh, do this: \*(C`setenv DBI_USER mysql_username\*(C' \*(C`setenv DBI_USER mysql_password\*(C' Consult the man page of the respective shell interpreter that you use for help on environment variables.
Specifying them in the config file (the most convenient). The config file is stored in each user's home directory in the ~/.audiolink/config location.
The AudioLink configuration file config resides in the .audiolink/ directory in the user's home directory ($HOME/.audiolink/config).
The format of the current config file is pretty easy to understand: Just put in \*(C`a = b\*(C' on separate lines for all the options you want the AudioLink scripts to use by default. Here, a is the option name, like user, password, host, etc., and b is the value you wish to associate the option with. For example, to set the username for accessing the database to 'root', you would put this in the config file:
\*(C`user = root\*(C'
L<alfilldb(1)>, L<alsearch(1)> The current version of this man page is available on the AudioLink website at <http://audiolink.sourceforge.net/>.
Report bugs related to the AudioLink software or the man pages to the audiolink-devel mailing list <[email protected]>.
This manual page is written and maintained by Amit Shah <[email protected]>
The AudioLink package is Copyright (C) 2003, Amit Shah <[email protected]>. All the programs and the documentation that come as part of AudioLink are licensed by the \s-1GNU\s0 General Public License v2 (GPLv2).