alsearch - Search the AudioLink database for music |
alsearch - Search the AudioLink database for music
alsearch [OPTION]... search_option... --td=/some/path/to/create/links/
alsearch [OPTION]... search_option... -s
You can use this script to search for songs in the AudioLink database. You can specify one or several options for the artist, composer, lyricist, album, etc., as the search criteria.
You can specify several search_option options to search for particular music files. See the section on search options for the list of options.
The search is not case sensitive. alsearch looks for strings as well as sub-strings in the fields being searched. See the examples section for more information.
Specifying the --td (target directory) option is mandatory for creating links to the actual files. This directory will contain the symbolic links to the actual audio files. The directory will be created if it doesn't exist.
Creating symbolic links to the actual files is analogous to creating playlists in audio-playing software. Symbolic links are actually just point to the actual files on the hard disk. This way of creating and storing playlists is very useful in several ways, some of which are:
alsearch --artist=kishore --artist=asha --td=/songs/asha_kishore
The options that take arguments can be specified in two ways:
alsearch --artist="kishore kumar" --td=/songs/kishore
alsearch --artist "kishore kumar" --td /songs/kishore
That is, the option and the argument can be separated with a ' ' (space) or an '=' (equal) sign.
In case you want to search for a string that has spaces, enclose the string in `` ''.
alsearch --artist=kishore --composer=burman --lyricist=bakshi
Will search for songs sung by *Kishore*, composed by *Burman* and written by *Bakshi*. Any name in the composer field which have ``burman'' in them will be matched. This means, it'll find songs composed by RD Burman, SD Burman, etc. This is true for all search fields.
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).
alsearch - Search the AudioLink database for music |