.
will be generated. You may view the manual page with: nroff -man .
| less'. A typical entry in a Makefile or Makefile.am is: DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl XP = xsltproc -''-nonet -''-param man.charmap.use.subset "0" manpage.1: manpage.xml $(XP) $(DB2MAN) $< The xsltproc binary is found in the xsltproc package. The XSL files are in docbook-xsl. A description of the parameters you can use can be found in the docbook-xsl-doc-* packages. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include xsltproc and docbook-xsl in your Build-Depends control field. Alternatively use the xmlto command/package. That will also automatically pull in xsltproc and docbook-xsl. Notes for using docbook2x: docbook2x-man does not automatically create the AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as ... . To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be found in the docbook-xsl-doc-html package. Validation can be done using: `xmllint -''-noout -''-valid manpage.xml` General documentation about man-pages and man-page-formatting: man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ --> ]> &dhtitle; &dhpackage; &dhfirstname; &dhsurname; Wrote this man page and is currently leading MPD_sima project.
&dhemail;
2009 2010 &dhusername; 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 2 or (at your option) any later version 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.
&dhucpackage; &dhsection; mpd_sima &dhpackage; will try to maintain some titles ahead in your play list following different policies. &dhpackage; pid_file pid_file log_file log_file hostname hostname mpd_port mpd_port &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; commands. At start up default configuration is first overridden by user configuration in mpd_sima.cfg (see ) and finally command lines options are honored. For instance you can override default MPD_HOST set in defaults (localhost) or in your configuration file with -S my_mpd_server option. For default configuration see . OPTIONS The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. Print help and exit. Print version and exit. Use the specific file pid_file to store pid to.Default is not to store pid info. Use the specific file log_file to log messages to.Default is to log to stdout/stderr. Use the specific file conf_file to set up configuration instead of looking for the default user configuration file.Default is to look for $XDG_DATA_HOME/mpd_sima/mpd_sima.cfg. Concerning this file see also .Pay attention: Because you load a specific configuration file from command line interface does not mean it will override others options pass to mpd_sima. In other words launching with will override port setting whatever the configuration file your using, default or command line specified. Use the specific host mpd_host as MPD server.mpd_host can be an IP or a fully qualified domain name as long as your system can resolve it. This overrides MPD_HOST environment variable.Default is localhost. See also . Use the specific port number mpd_port on MPD server. This overrides MPD_PORT environment variable.Default is 6600. See also Check and log for new version at start up (issue a warning). FILES ${XDG_CONFIG_HOME}/mpd_sima/mpd_sima.cfg The per-user configuration file. Usually XDG_CONFIG_HOME is set to ${HOME}/.config. ${XDG_DATA_HOME}/mpd_sima/history.pkl History file. Usually XDG_DATA_HOME is set to ${HOME}/.local/share. ENVIRONMENT MPD_HOST, MPD_PORT MPD_sima is following mpc documentation for MPD_HOST syntax, see mpc1 for further information. CONFIGURATION mpd_sima.cfg mpd_sima.cfg is read if present. Otherwise defaults are used. An example should be provided in the tarball within doc/examples/mpd_sima.cfg DEFAULTS Default is to look for MPD server at localhost:6600. The default behavior is to add one track, this track is to be chosen among titles from artists similar to the artist of the currently played track. MPD_sima will add one track when the play list is one track long. To change these defaults, use the configuration file mpd_sima.cfg BUGS The upstream BTS can be found at . FEEDBACKS The maintainer would be more than happy to here from you, don't hesitate to send feedback on the forge, via the upstream BTS, the forum or the chat room, all available on the forge at . XMPP users are welcome to join the dedicated room at sima@conference.codingteam.net. SEE ALSO mpc 1 , mpd 1 /usr/share/doc/sima/