ALFILLDB(1) | User Contributed Perl Documentation | ALFILLDB(1) |
alfilldb - Add/update information of music files in the AudioLink database
alfilldb [OPTION]... /path/to/songs/...
alfilldb [OPTION]... --file=/path/to/song...
You can use this script to add or update information about your music files (MP3 or Ogg Vorbis) in the AudioLink database. This information will be used when you use the alsearch(1) program to search for particular music. This program is part of the audiolink(1) package.
The path given for the location of individual files or directories must be an absolute path (paths with ~ are allowed). Relative paths are not allowed. See the "examples" section for more information.
The user and password options have to be specified to gain access to the database. See the "more information" section in the audiolink(1) man page for the various ways in which you can specify them.
Options that are used repetitively during different invocations of the program (like the user, password options) may be put in the config file. See the audiolink(1) man page for details on the config file.
The parameters that prompt accepts are:
If the --prompt option is not specified, alfilldb will just prompt for the title of the song being processed. The title information is asked only if the ID3 tag or the Vorbis comment doesn't contain the title. This behavior can be overridden by the --no-prompt option, and in this case, the entry for the file will not be made, since the song title is a mandatory field for storing song information in the datbase.
If neither of --add-only or --upd-only are specified, the default action is to add new entries as well as update existing ones.
If the ID3 tags or Vorbis comments for a file were updated after entries were made in the AudioLink database, they will not be reflected in the database. If you want to maintain consistency, it is advised that you keep the database updated (by using the --upd-only option) and then update the ID3 tag in the MP3 or the comment in the Ogg Vorbis file (by running alfilldb with the --upd-only option).
L<audiolink(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 <audiolink-devel@lists.sourceforge.net>.
This manual page is written and maintained by Amit Shah <amitshah@gmx.net>
The AudioLink package is Copyright (C) 2003, Amit Shah <amitshah@gmx.net>. All the programs and the documentation that come as part of AudioLink are licensed by the GNU General Public License v2 (GPLv2).
2020-08-11 | perl v5.30.3 |