Merge branch 'doc-config-comments' of https://github.com/naglis/MPD
This commit is contained in:
commit
07e1bae0af
|
@ -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"`
|
||||
|
|
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue