EnglishFrenchSpanish

Ad


OnWorks favicon

audiolink - Online in the Cloud

Run audiolink in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command audiolink that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


audiolink - Create AudioLink config file, databases and tables

SYNOPSIS


audiolink [OPTION]...

DESCRIPTION


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 MP3 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.

OPTIONS


--help
Brief usage information

--host=xxx
Connects to the MySQL server on the target host. Default is localhost.

--pass=xxx
Password for the database

--user=xxx
Username for the database

--verbose
Display extra information about what's going on

MORE INFORMATION


The user and password fields for the database have to be specified. There are three ways
of doing this:

1. Command-line arguments
By specifying them via the --user and --pass command-line arguments to the programs:

"alfilldb --user=mysql_username --pass=mysql_password --prompt=basic /songs/"

"alsearch --user=mysql_username --pass=mysql_password --artist=kishore
--td=/songs/kishore"

2. Environment variables
Setting the DBI_USER and DBI_PASS environment variables:

If you are using bash, ksh, zsh or sh do this:

"export DBI_USER=mysql_username"

"export DBI_PASS=mysql_password"

If you are using csh or tcsh, do this:

"setenv DBI_USER mysql_username"

"setenv DBI_USER mysql_password"

Consult the man page of the respective shell interpreter that you use for help on
environment variables.

3. Config file
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.

CONFIGURATION FILE


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 "a = b" 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:

"user = root"

Use audiolink online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

  • 1
    abi-tracker
    abi-tracker
    abi-tracker - visualize ABI changes
    timeline of a C/C++ software library.
    DESCRIPTION: NAME: ABI Tracker
    (abi-tracker) Visualize ABI changes
    timeline of a C/C+...
    Run abi-tracker
  • 2
    abicheck
    abicheck
    abicheck - check application binaries
    for calls to private or evolving symbols
    in libraries and for static linking of
    some system libraries. ...
    Run abicheck
  • 3
    couriermlm
    couriermlm
    couriermlm - The Courier mailing list
    manager ...
    Run couriermlm
  • 4
    couriertcpd
    couriertcpd
    couriertcpd - the Courier mail server
    TCP server daemon ...
    Run couriertcpd
  • 5
    gbklatex
    gbklatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbklatex
  • 6
    gbkpdflatex
    gbkpdflatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbkpdflatex
  • More »

Ad