Players/musicpd/0.17: Difference between revisions

From Snakeoil OS Reference
Jump to navigation Jump to search
No edit summary
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 early 2011. MPD was the first player we tried, and it simply blew us away!


== Command Line Arguments ==
This combination left Windows and Foobar completely dead in it's tracks. This was the beginning of the journey down a rabit hole.
 
== Availability ==
Bundled in the ISO until 1.1.0 (Blind Testing) and firmware until 1.1.6 (Blind Testing U6).
 
This player will be kept when you upgrade. But future editions of Snakeoil will no longer include this player.
 
== How To Install ==
Download MPD 0.17 from here, and install it in the ''Systems'' page.
 
== How To Uninstall ==
 
=== Activated edition ===
Go to the ''Snakeoil'' page, and untick MPD v0.17 from the software list.
 
=== Free Edition ===
SSH into the Snakeoil PC, and manually execute the following command:
sudo rm -rf rm /var/www/players/mpd-v17
 
==Command Line Arguments==
This edition of MPD is pretty simplistic, there really is nothing much to set other than the following:
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
  --kill            kill the currently running mpd session
Line 14: Line 33:
Although you can specify these options in the Snakeoil WebApp, none of them are of any use.
Although you can specify these options in the Snakeoil WebApp, none of them are of any use.


== Other MPD Versions ==
==All MPD Versions==
{{Subpages}}
{{Subpages}}

Revision as of 08:57, 24 August 2019


This is a very old version of MPD, dated circa early 2011. MPD was the first player we tried, and it simply blew us away!

This combination left Windows and Foobar completely dead in it's tracks. This was the beginning of the journey down a rabit hole.

Availability

Bundled in the ISO until 1.1.0 (Blind Testing) and firmware until 1.1.6 (Blind Testing U6).

This player will be kept when you upgrade. But future editions of Snakeoil will no longer include this player.

How To Install

Download MPD 0.17 from here, and install it in the Systems page.

How To Uninstall

Activated edition

Go to the Snakeoil page, and untick MPD v0.17 from the software list.

Free Edition

SSH into the Snakeoil PC, and manually execute the following command:

sudo rm -rf rm /var/www/players/mpd-v17

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.

All MPD Versions