]> git.ipfire.org Git - ipfire-2.x.git/commit
mympd: new addon to control mpd via WebGUI
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 28 Jan 2024 20:29:46 +0000 (21:29 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 2 Feb 2024 07:51:07 +0000 (07:51 +0000)
commit664eac84834676fd0bd64b7a90c93e4c612a860c
treea79e80a52a752bf1851e30c5ad475d2bf61dd9e4
parentfdad4cf48f53556086fea1965b3e79b2c68ed3d5
mympd: new addon to control mpd via WebGUI

myMPD is written in C and has a nice WebGUI to play
local music and also a WebRadio browser.
This is to replace the removec client175.

After install it can reached via
https://IP_OF_THE_IPFIRE:8800

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/backup/includes/mympd [new file with mode: 0644]
config/rootfiles/packages/mympd [new file with mode: 0644]
lfs/mympd [new file with mode: 0644]
make.sh
src/initscripts/packages/mympd [new file with mode: 0644]
src/paks/mympd/install.sh [new file with mode: 0644]
src/paks/mympd/uninstall.sh [new file with mode: 0644]
src/paks/mympd/update.sh [new file with mode: 0644]