mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-23 05:56:17 +02:00
Add null sink to file player
This commit is contained in:
parent
8eb2fbc212
commit
1da7681570
2 changed files with 7 additions and 4 deletions
|
@ -335,7 +335,7 @@ int main(int argc, char** argv)
|
|||
if (settings.player.player_name == "file")
|
||||
{
|
||||
cout << "Options are a comma separated list of:\n"
|
||||
<< " \"filename=<filename>\" - with <filename> = \"stdout\", \"stderr\" or a filename\n"
|
||||
<< " \"filename=<filename>\" - with <filename> = \"stdout\", \"stderr\", \"null\" or a filename\n"
|
||||
<< " \"mode=[w|a]\" - w: write (discarding the content), a: append (keeping the content)\n";
|
||||
}
|
||||
else if (settings.player.player_name == "pulse")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue