3 .\" Author: kaliko <kaliko@azylum.org>
4 .\" Generator: DocBook XSL Stylesheets v1.79.2 <http://docbook.sf.net/>
6 .\" Manual: mpd-sima 0.18.0 User Manual
10 .TH "MPD\-SIMA" "1" "11/16/2021" "mpd-sima" "mpd-sima 0.18.0 User Manual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
25 .\" disable justification (adjust text to left margin only)
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
31 mpd-sima \- mpd\-sima will try to maintain some titles ahead in the queue following different policies\&.
33 .HP \w'\fBmpd\-sima\fR\ 'u
34 \fBmpd\-sima\fR [\fB\-\-daemon\fR] [\fB\-\-config=\fR\fIconf_file\fR] [\fB\-\-var\-dir=\fR\fIvar_directory\fR] [\fB\-\-pid=\fR\fIpid_file\fR] [\fB\-\-log=\fR\fIlog_file\fR] [\fB\-\-log\-level=\fR\fIlog_level\fR] [\fB\-\-host=\fR\fImpd_host\fR] [\fB\-\-mpd_port=\fR\fImpd_port\fR]
35 .HP \w'\fBmpd\-sima\fR\ 'u
36 \fBmpd\-sima\fR {{\fB\-h\fR\ |\ \fB\-\-help\fR}\ \fB\-\-version\fR}
37 .HP \w'\fBmpd\-sima\fR\ 'u
38 \fBmpd\-sima\fR config\-test [\fB\-\-config=\fR\fIconf_file\fR]
39 .HP \w'\fBmpd\-sima\fR\ 'u
40 \fBmpd\-sima\fR create\-db [\fB\-\-var\-dir=\fR\fIvar_directory\fR]
41 .HP \w'\fBmpd\-sima\fR\ 'u
42 \fBmpd\-sima\fR generate\-config [\fB\&...\fR]
43 .HP \w'\fBmpd\-sima\fR\ 'u
44 \fBmpd\-sima\fR purge\-history [\fB\-\-var\-dir=\fR\fIvar_directory\fR]
45 .HP \w'\fBmpd\-sima\fR\ 'u
46 \fBmpd\-sima\fR bl\-view
47 .HP \w'\fBmpd\-sima\fR\ 'u
48 \fBmpd\-sima\fR bl\-add\-artist [\fBartist\fR]
49 .HP \w'\fBmpd\-sima\fR\ 'u
50 \fBmpd\-sima\fR bl\-add\-album [\fBalbum\fR]
51 .HP \w'\fBmpd\-sima\fR\ 'u
52 \fBmpd\-sima\fR bl\-add\-track [\fBtrack\fR]
53 .HP \w'\fBmpd\-sima\fR\ 'u
54 \fBmpd\-sima\fR bl\-delete \fBid\fR
57 This manual page documents briefly the
61 At start up default configuration is first overridden by user configuration in mpd_sima\&.cfg (see
62 the section called \(lqFILES\(rq) and finally command lines options are honored\&. For instance you can override default MPD host (localhost) in your configuration file or with
63 \fB\-S\ \&my_mpd_server\fR
64 option\&. For default configuration see
65 the section called \(lqCONFIGURATION\(rq\&. See also environment variables special case for MPD host and port in
66 the section called \(lqENVIRONMENT\(rq\&.
68 .SS "Launch as a system service (d\(aemon)\&."
70 Here follows an example on how to launch mpd\-sima as a service on your system, not attach to regular user configuration/database\&.
72 \fBmpd\-sima \-\-daemon \-\-conf=/etc/mpd_sima\&.cfg \-\-var\-dir=/var/cache/mpd\-sima/ \-\-pid=/run/mpd\-sima\&.pid \-\-log=/var/log/mpd\-sima\&.log\fR
73 .SS "Launch in user land"
75 Launching mpd\-sima from/whithin your user account is easy, you can simply call
77 from your shell or one of the following command:
79 Background execution (d\(aemonise), log in the specified file, save pid:
81 \fBmpd\-sima \-\-daemon \-\-pid=$HOME/var/run/mpd\-sima\&.pid \-\-log=$HOME/var/log/mpd\-sima\&.log\fR
83 Foreground execution, connect
84 \fImy\&.mpd\&.server\&.org\fR, log to std(out|err):
86 \fBmpd\-sima \-\-host=my\&.mpd\&.server\&.org\fR
89 The program follows the usual GNU command line syntax, with long options starting with two dashes (`\-\*(Aq)\&. A summary of options is included below\&.
91 \fB\-h\fR, \fB\-\-help\fR
93 Print help and exit\&.
98 Print version and exit\&.
103 Start as a daemon\&. Log redirected to /dev/null, usually setting
107 options in daemon mode are a good idea to monitor/stop the process\&.
110 \fB\-p \fR\fB\fIpid_file\fR\fR, \fB\-\-pid=\fR\fB\fIpid_file\fR\fR
112 Use the specific file
116 Default is not to store pid info\&.
119 \fB\-l \fR\fB\fIlog_file\fR\fR, \fB\-\-log=\fR\fB\fIlog_file\fR\fR
121 Use the specific file
123 to log messages to\&.
125 Default is to log to stdout/stderr\&.
128 \fB\-v \fR\fB\fIlog_level\fR\fR, \fB\-\-log\-level=\fR\fB\fIlog_level\fR\fR
130 Verbosity in [debug,info,warning,error]\&.
132 Default is to log info messages\&.
135 \fB\-c \fR\fB\fIconf_file\fR\fR, \fB\-\-config=\fR\fB\fIconf_file\fR\fR
137 Use the specific file
139 to set up configuration instead of looking for the default user configuration file\&.
141 Default is to look for
142 \fB$XDG_CONFIG_HOME/mpd_sima/mpd_sima\&.cfg\fR\&.
145 CLI option overrides any equivalent mentioned in configuration file, ie\&. launching mpd\-sima with \*(Aq\fB\-\-port\fR\*(Aq CLI option will ignore port setting in configuration file\&.
148 For more details on configuration file cf\&.
149 \fBmpd_sima.cfg\fR(5), see also
150 the section called \(lqFILES\(rq\&.
155 \fB\-\-var\-dir=\fR\fB\fIvar_directory\fR\fR
157 Use the specific path
159 to look for (or create) var files (ie\&. database) instead of looking at the default user data location\&.
161 Default is to look in
162 \fB$XDG_DATA_HOME/mpd_sima/\fR\&. Concerning
165 the section called \(lqFILES\(rq\&.
168 \fB\-S \fR\fB\fImpd_host\fR\fR, \fB\-\-host=\fR\fB\fImpd_host\fR\fR
170 Use the specific host
177 or a fully qualified domain name as long as your system can resolve it\&. This overrides
179 environment variable\&.
185 the section called \(lqENVIRONMENT\(rq\&.
188 \fB\-P \fR\fB\fImpd_port\fR\fR, \fB\-\-port=\fR\fB\fImpd_port\fR\fR
190 Use the specific port number
192 on MPD server\&. This overrides
194 environment variable\&.
200 the section called \(lqENVIRONMENT\(rq
205 Test configuration file and exit\&. Uses the configuration file specified with
207 or default location\&.
210 \fB$XDG_CONFIG_HOME/mpd_sima/mpd_sima\&.cfg\fR
212 the section called \(lqFILES\(rq
215 config\-test tests MPD connection and Tags plugin configuration\&.
220 Create the database and exit\&. Uses folder specified with
222 or default directory\&.
225 \fB$XDG_DATA_HOME/mpd_sima/\fR
227 the section called \(lqFILES\(rq
231 \fBgenerate\-config\fR
233 Generate a sample configuration file according to the current CLI options and env\&. var\&.\&. The configuration is written on stdout\&.
238 Purge play history in the database and exit\&. Uses folder specified with
240 or default directory\&.
243 \fB$XDG_DATA_HOME/mpd_sima/\fR
245 the section called \(lqFILES\(rq
251 View blocklist, useful to get entry IDs to remove with delete command\&.
254 \fBbl\-add\-artist \fR\fB\fIartist\fR\fR
256 Add artist to the blocklist\&. If
258 is not provided, try to get the currently playing artist\&.
261 \fBbl\-add\-album \fR\fB\fIalbum\fR\fR
263 Add album to the blocklist\&. If
265 is not provided, try to get the currently playing album\&.
268 \fBbl\-add\-track \fR\fB\fItrack\fR\fR
270 Add track to the blocklist\&. If
272 is not provided, try to get the currently playing track\&.
275 \fBbl\-delete \fR\fB\fIid\fR\fR
277 Remove blocklist entry referenced by its
278 \fIid\fR\&. Use bloclist view command to get the id\&.
282 ${XDG_CONFIG_HOME}/mpd_sima/mpd_sima\&.cfg
284 Configuration file\&.
287 ${XDG_DATA_HOME}/mpd_sima/sima\&.db
292 ${XDG_DATA_HOME}/mpd_sima/WEB_SERVICE/
294 Persistent http cache\&.
300 ${HOME}/\&.local/share
302 \fBXDG_CONFIG_HOME\fR
306 You may override them using command line option
314 \fBMPD_HOST\fR, \fBMPD_PORT\fR
316 mpd\-sima will look for
320 to override built\-in configuration (set to "localhost:6600")\&.
324 syntax as documented in mpc manual, cf\&.
328 To use a password, provide a value of the form "password@host"\&.
331 \fBHTTP_PROXY\fR, \fBHTTPS_PROXY\fR
335 environment variables\&.
342 is read if present\&. Otherwise built\-in defaults are used\&. An example should be provided in the tarball within
343 doc/examples/\&. On Debian system please look in
344 /usr/share/doc/mpd_sima\&.
349 Default is to look for MPD server at localhost:6600 (or MPD_HOST/MPD_PORT env\&. var\&. if set)\&. The default plugins will use Last\&.fm to find similar tracks to queue and fallback to random if nothing if found\&.
351 The get the defaults as detected by mpd\-sima on your system you can run mpd\-sima to print the config:
353 \fBmpd_sima generate\-config\fR
356 For details about mpd_sima\&.cfg refer to the manual
357 \fBmpd_sima.cfg\fR(5)
360 The maintainer would be more than happy to ear from you, don\*(Aqt hesitate to send feedback,
361 \m[blue]\fB\%https://kaliko.me/contact/\fR\m[]\&.
364 users are welcome to join the dedicated chat room at
365 \m[blue]\fBkaliko\&.me@conf\&.azylum\&.org\fR\m[]\&.
371 /usr/share/doc/mpd\-sima/
374 \fBkaliko\fR <\&kaliko@azylum\&.org\&>
376 Wrote this man page and is currently leading MPD_sima project\&.
380 Copyright \(co 2009-2021 kaliko
383 This manual page was written for the Debian system (and may be used by others)\&.
385 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\&.
387 On Debian systems, the complete text of the GNU General Public License can be found in
388 /usr/share/common\-licenses/GPL\&.