Players/musicpd/0.17: Difference between revisions
Jump to navigation
Jump to search
Agent Kith (talk | contribs) No edit summary |
Agent Kith (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: Music Player Daemon (MPD) 0.17}} | {{DISPLAYTITLE: Music Player Daemon (MPD) 0.17}} | ||
This is a very old version of MPD, dated circa 2011. This is the first Linux player tried that blew us all away. | This is a very old version of MPD, dated circa 2011. This is the first Linux player tried that blew us all away. | ||
== Command Line Arguments == | |||
This edition of MPD is pretty simplistic, there really is nothing much to set other than the following: | |||
--kill kill the currently running mpd session | |||
--no-config don't read from config | |||
--no-daemon don't detach from console | |||
--stdout | |||
--stderr print messages to stderr | |||
-v, --verbose verbose logging | |||
-V, --version print version number | |||
Although you can specify these options in the Snakeoil WebApp, none of them are of any use. | |||
== Other MPD Versions == | |||
{{Subpages}} |
Revision as of 08:44, 24 August 2019
This is a very old version of MPD, dated circa 2011. This is the first Linux player tried that blew us all away.
Command Line Arguments
This edition of MPD is pretty simplistic, there really is nothing much to set other than the following:
--kill kill the currently running mpd session --no-config don't read from config --no-daemon don't detach from console --stdout --stderr print messages to stderr -v, --verbose verbose logging -V, --version print version number
Although you can specify these options in the Snakeoil WebApp, none of them are of any use.