diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-12-25 22:04:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-25 22:04:18 +0100 |
| commit | 3ae0eff0093ce76a45613ef6feecc8c7e0ac25de (patch) | |
| tree | 6c8502db1523fa7237a1c97864c70d331226d165 /documentation/mumdrc.txt | |
| parent | 4db4520ce2da54f0974e758bf3e001f1605154ed (diff) | |
| parent | 9e79d7d5733dc83e40a2f2e037c6cecce1ff02a7 (diff) | |
| download | mum-3ae0eff0093ce76a45613ef6feecc8c7e0ac25de.tar.gz | |
Merge pull request #34 from sornas/man
Add man pages
Diffstat (limited to 'documentation/mumdrc.txt')
| -rw-r--r-- | documentation/mumdrc.txt | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/documentation/mumdrc.txt b/documentation/mumdrc.txt new file mode 100644 index 0000000..5365e06 --- /dev/null +++ b/documentation/mumdrc.txt @@ -0,0 +1,55 @@ +mumdrc(5) +========= + +Name +---- + +mumdrc - mumd configuration file + +Description +----------- + +This file contains persistent configuration for mumd(1). It can be written to +using mumctl(1). + +The following configuration values are supported: + +audio.input_volume :: + Default 1.0. + +audio.output_volume :: + Default 1.0. + +Servers are specified as \[[servers]]-entries and support the following +variables: + +host :: + IP or URL of the server. + +name :: + Custom alias for the server. + +port :: + The port to connect to. (Optional) + +username :: + The username to connect with. (Optional) + +password :: + The password to supply to the server. (Optional) + +Authors +------- + +Gustav Sörnäs and Eskil Queseth. + +Reporting bugs +-------------- + +Please report bugs to the Github repository at https://github.com/sornas/mum/ +or by e-mail to gustav@sornas.net. + +See also +-------- + +mumctl(1), mumd(1) |
