Skip to content

Commit

Permalink
Small fixes #385 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 authored Mar 5, 2024
1 parent 5a194f5 commit 407254f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ ENV NULL_OUTPUT_CREATE ""
ENV NULL_OUTPUT_ENABLED ""
ENV NULL_OUTPUT_NAME ""
ENV NULL_OUTPUT_SYNC ""
ENV NULL_OUTPUT_MIXER_TYPE ""

ENV INPUT_CACHE_SIZE ""

Expand Down
1 change: 1 addition & 0 deletions app/bin/build-additional.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ build_null() {
add_output_parameter $out_file $idx NULL_OUTPUT_NAME name null str
add_output_parameter $out_file $idx NULL_OUTPUT_ENABLED enabled "" none
add_output_parameter $out_file $idx NULL_OUTPUT_SYNC sync yes constant
add_output_parameter $out_file $idx NULL_OUTPUT_MIXER_TYPE mixer_type "" none
close_output $out_file
fi
}
Expand Down
1 change: 1 addition & 0 deletions doc/change-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Date|Major Changes
:---|:---
2024-03-05|Add `NULL_OUTPUT_MIXER_TYPE` and doc updates (see issue [#385](https://github.com/GioF71/mpd-alsa-docker/issues/385))
2024-02-16|Completed support for resource limitation (see issue [#381](https://github.com/GioF71/mpd-alsa-docker/issues/381))
2023-12-22|Bump to version 0.23.15 (see issue [#374](https://github.com/GioF71/mpd-alsa-docker/issues/374))
2023-12-19|Allow running in user mode (using docker `--user`) (see issue [#370](https://github.com/GioF71/mpd-alsa-docker/issues/370))
Expand Down
1 change: 1 addition & 0 deletions doc/null-additional-outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ NULL_OUTPUT_CREATE|Set to `yes` if you want to create an additional null output
NULL_OUTPUT_ENABLED|Sets the output as enabled if set to `yes`, otherwise mpd's default behavior applies
NULL_OUTPUT_NAME|The name of the Null output, defaults to `null`
NULL_OUTPUT_SYNC|Sync mode for the `null` output, can be `yes` (default) or `no`
NULL_OUTPUT_MIXER_TYPE|Set to `software` if you want to be able to change the volume of the output stream

Refer to the MPD [documentation](https://mpd.readthedocs.io/en/stable/plugins.html#null) for the meaning of the variables.

2 changes: 1 addition & 1 deletion doc/shout-additional-outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ SHOUT_OUTPUT_MOUNT|Mounts the MPD stream in the specified URI
SHOUT_OUTPUT_USER|Sets the user name for submitting the stream to the server, defaults to `source`
SHOUT_OUTPUT_PASSWORD|Sets the password for submitting the stream to the server, defaults to `hackme`
SHOUT_OUTPUT_PUBLIC|Specifies whether the stream should be "public", defaults to `no`
SHOUT_MIXER_TYPE|Set to `software` if you want to be able to change the volume of the output stream
SHOUT_OUTPUT_MIXER_TYPE|Set to `software` if you want to be able to change the volume of the output stream
SHOUT_OUTPUT_ALWAYS_ON|If set to `yes`, then MPD attempts to keep this audio output always open. This may be useful for streaming servers, when you don’t want to disconnect all listeners even when playback is accidentally stopped. Defaults to `yes`

0 comments on commit 407254f

Please sign in to comment.