Scroll to navigation

TEST-TAGS-CONFIG(1) mpd-sima 0.16.1 User Manual TEST-TAGS-CONFIG(1)

NAME

test-tags-config - controls tags plugin configuration.

SYNOPSIS

test-tags-config {config_file}

DESCRIPTION

This manual page documents briefly the test-tags-config commands.

test-tags-config will load config_file passed as argument and look for tags plugin configuration to query MPD with it. There is no attempt to auto-discover configuration file, positional argument is required.

See also environment variables special case for MPD host and port in the section called “ENVIRONMENT”.

FILES

${XDG_CONFIG_HOME}/mpd_sima/mpd_sima.cfg

Configuration file.

${XDG_DATA_HOME}/mpd_sima/sima.db

SQLite DB file.

${XDG_DATA_HOME}/mpd_sima/WEB_SERVICE/

Persistent http cache.

Usually XDG_DATA_HOME is set to ${HOME}/.local/share and XDG_CONFIG_HOME to ${HOME}/.config.
You may override them using command line option --var-dir and --config (cf. mpd-sima(1))

ENVIRONMENT

MPD_HOST, MPD_PORT

test-tags-config will look for MPD_HOST and MPD_PORT to override built-in configuration (set to "localhost:6600").

test-tags-config expects MPD_HOST syntax as documented in mpc manual, cf. mpc(1).

To use a password, provide a value of the form "password@host".

HTTP_PROXY, HTTPS_PROXY

test-tags-config honors HTTP_PROXY environment variables.

FEEDBACK/BUGS

The maintainer would be more than happy to ear from you, don't hesitate to send feedback, https://kaliko.me/contact/.

XMPP users are welcome to join the dedicated chat room at kaliko.me@conf.azylum.org.

SEE ALSO

mpc(1), mpd(1)

/usr/share/doc/mpd-sima/

AUTHOR

kaliko <kaliko@azylum.org>

Wrote this man page and is currently leading MPD_sima project.

COPYRIGHT

Copyright © 2009-2021 kaliko

This manual page was written for the Debian system (and may be used by others).

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.

01/09/2021 mpd-sima