Merge branch 'doc-config-comments' of https://github.com/naglis/MPD

This commit is contained in:
Max Kellermann 2023-12-27 12:35:32 +01:00
commit 07e1bae0af
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ Each line in the configuration file contains a setting name and its value, e.g.:
:code:`connection_timeout "5"`
Lines starting with ``#`` are treated as comments and ignored.
For settings which specify a filesystem path, the tilde is expanded:
:code:`music_directory "~/Music"`

View File

@ -240,6 +240,8 @@ Each line in the configuration file contains a setting name and its value, e.g.:
:code:`connection_timeout "5"`
Lines starting with ``#`` are treated as comments and ignored.
For settings which specify a filesystem path, the tilde is expanded:
:code:`music_directory "~/Music"`