]> kaliko git repositories - mpd-sima.git/blob - data/man/test-tags-config.1
Releasing 0.16.1
[mpd-sima.git] / data / man / test-tags-config.1
1 '\" t
2 .\"     Title: test-tags-config
3 .\"    Author: kaliko <kaliko@azylum.org>
4 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5 .\"      Date: 01/09/2021
6 .\"    Manual: mpd-sima 0.16.1 User Manual
7 .\"    Source: mpd-sima
8 .\"  Language: English
9 .\"
10 .TH "TEST\-TAGS\-CONFIG" "1" "01/09/2021" "mpd-sima" "mpd-sima 0.16.1 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 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 test-tags-config \- controls tags plugin configuration\&.
32 .SH "SYNOPSIS"
33 .HP \w'\fBtest\-tags\-config\fR\ 'u
34 \fBtest\-tags\-config\fR {\fBconfig_file\fR}
35 .SH "DESCRIPTION"
36 .PP
37 This manual page documents briefly the
38 \fBtest\-tags\-config\fR
39 commands\&.
40 .PP
41 \fBtest\-tags\-config\fR
42 will load
43 \fIconfig_file\fR
44 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\&.
45 .br
46
47 See also environment variables special case for MPD host and port in
48 the section called \(lqENVIRONMENT\(rq\&.
49 .SH "FILES"
50 .PP
51 ${XDG_CONFIG_HOME}/mpd_sima/mpd_sima\&.cfg
52 .RS 4
53 Configuration file\&.
54 .RE
55 .PP
56 ${XDG_DATA_HOME}/mpd_sima/sima\&.db
57 .RS 4
58 SQLite DB file\&.
59 .RE
60 .PP
61 ${XDG_DATA_HOME}/mpd_sima/WEB_SERVICE/
62 .RS 4
63 Persistent http cache\&.
64 .RE
65 .PP
66 Usually
67 \fBXDG_DATA_HOME\fR
68 is set to
69 ${HOME}/\&.local/share
70 and
71 \fBXDG_CONFIG_HOME\fR
72 to
73 ${HOME}/\&.config\&.
74 .br
75 You may override them using command line option
76 \fB\-\-var\-dir\fR
77 and
78 \fB\-\-config\fR
79 (cf\&.
80 \fBmpd-sima\fR(1))
81 .SH "ENVIRONMENT"
82 .PP
83 \fBMPD_HOST\fR, \fBMPD_PORT\fR
84 .RS 4
85 test\-tags\-config will look for
86 \fBMPD_HOST\fR
87 and
88 \fBMPD_PORT\fR
89 to override built\-in configuration (set to "localhost:6600")\&.
90 .sp
91 test\-tags\-config expects
92 \fBMPD_HOST\fR
93 syntax as documented in mpc manual, cf\&.
94 \fBmpc\fR(1)\&.
95
96 .br
97 To use a password, provide a value of the form "password@host"\&.
98 .RE
99 .PP
100 \fBHTTP_PROXY\fR, \fBHTTPS_PROXY\fR
101 .RS 4
102 test\-tags\-config honors
103 \fBHTTP_PROXY\fR
104 environment variables\&.
105 .RE
106 .SH "FEEDBACK/BUGS"
107 .PP
108 The maintainer would be more than happy to ear from you, don\*(Aqt hesitate to send feedback,
109 \m[blue]\fB\%https://kaliko.me/contact/\fR\m[]\&.
110 .PP
111 XMPP
112 users are welcome to join the dedicated chat room at
113 \m[blue]\fBkaliko\&.me@conf\&.azylum\&.org\fR\m[]\&.
114 .SH "SEE ALSO"
115 .PP
116 \fBmpc\fR(1),
117 \fBmpd\fR(1)
118 .PP
119 /usr/share/doc/mpd\-sima/
120 .SH "AUTHOR"
121 .PP
122 \fBkaliko\fR <\&kaliko@azylum\&.org\&>
123 .RS 4
124 Wrote this man page and is currently leading MPD_sima project\&.
125 .RE
126 .SH "COPYRIGHT"
127 .br
128 Copyright \(co 2009-2021 kaliko
129 .br
130 .PP
131 This manual page was written for the Debian system (and may be used by others)\&.
132 .PP
133 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\&.
134 .PP
135 On Debian systems, the complete text of the GNU General Public License can be found in
136 /usr/share/common\-licenses/GPL\&.
137 .sp