]> kaliko git repositories - mpd-sima.git/blob - doc/source/man/files.rst
doc: Merge manual in sphinx build
[mpd-sima.git] / doc / source / man / files.rst
1 FILES
2 -----
3
4 :file:`${{XDG_CONFIG_HOME}}/mpd_sima/mpd_sima.cfg`
5         Configuration file.
6
7 :file:`${{XDG_DATA_HOME}}/mpd_sima/sima.db`
8         SQLite internal DB file. Stores play history and blocklists.
9
10 :file:`${{XDG_DATA_HOME}}/mpd_sima/WEB_SERVICE/`
11         HTTP cache.
12
13 .. only:: format_man
14
15    Usually :envvar:`XDG_DATA_HOME` is set to :file:`${{HOME}}/.local/share` and
16    :envvar:`XDG_CONFIG_HOME` to :file:`${{HOME}}/.config` (for regular users).
17    You may override them using command line option ``--var-dir`` and ``--config``
18    (cf. :manpage:`mpd-sima(1)`)
19
20 .. only:: format_html
21
22    Usually :envvar:`XDG_DATA_HOME` is set to :file:`${{HOME}}/.local/share` and
23    :envvar:`XDG_CONFIG_HOME` to :file:`${{HOME}}/.config` (for regular users).
24    You may override them using command line option ``--var-dir`` and ``--config``
25    (cf. :doc:`mpd-sima.1`)