(1) mpd-root-adapt-13feb18.tar
This needs to be unpacked in the root of the system partition
For exmaple put it in the shared folder fvdw, connect with putty and give commands
- Code: Select all
mv /direct-usb/fvdw/mpd-root-adapt-13feb18.tar /mpd-root-adapt-13feb18.tar
tar -xvf /mpd-root-adapt-13feb18.tar
(2) addon-alsa-mpd-mpc-13feb18.tar
This one needs to be unpack in the fvdw-addons directory (do not untar via samba server)
Put the tar archive in this fvdw/addons folders (fvdw is is a shared folder aleady defined if correct, addons is a subfolder of this shared folder)
Unpack by connecting via putty and give command
- Code: Select all
cd /direct-usb/fvdw/addons
file removed need to add mpd.conf
tar -xvf addon-alsa-mpd-mpc-13feb18.tar
Furthermore you need to create a shared folder with name "mpd" using the web interface
In that shared folder create a folder with name "playlists"
You also must created a share with name "muziek" as I added a config file for mpd using that one as folder containing all music.
Of course you can cahnge that by adapting the config file, the config mpd.conf file is in /usr/local/etc (=/direct/usb/fvdw/addons/etc)
currently this is the content of mpd.conf
- Code: Select all
bind_to_address "127.0.0.1"
audio_output {
type "alsa"
name "USB audio card"
device "hw:0"
mixer_control "Speaker"
}
#neighbors {
# plugin "smbclient"
#}
input {
plugin "curl"
proxy "proxy.local"
}
filter {
plugin "volume"
name "software volume"
}
database {
path "/direct-usb/mpd/database"
}
music_directory "/direct-usb/muziek/"
playlist_directory "/direct-usb/mpd/playlists"
pid_file "/direct-usb/mpd/pid"
log_file "/direct-usb/mpd/mpd.log"
This version of mpd has support for wav, mp3 and flac (and some more) and also has support to be accessed by upnp client. The package includes alsa and mpc (mpd command line client) and all required extra libs
...more
see list below what is supported
- Code: Select all
root@fvdwsl-5big2:/share/1000/fvdw/mpd-0.19.21 # mpd --version
Music Player Daemon 0.19.21
Copyright (C) 2003-2007 Warren Dukes <warren.dukes@gmail.com>
Copyright (C) 2008-2014 Max Kellermann <max@duempel.org>
This is free software; see the source for copying conditions. There is NO
warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Database plugins:
simple proxy upnp
Storage plugins:
local smbclient
Neighbor plugins:
smbclient upnp
Decoders plugins:
[mpg123] mp3
[vorbis] ogg oga
[oggflac] ogg oga
[flac] flac
[sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
[audiofile] wav au aiff aif
[dsdiff] dff
[dsf] dsf
[pcm]
Output plugins:
null fifo alsa oss httpd recorder
Encoder plugins:
null vorbis lame wave flac
Archive plugins:
[bz2] bz2
Input plugins:
file alsa archive curl smbclient
Playlist plugins:
extm3u m3u pls xspf asx rss cue embcue
Protocols:
file:// http:// https:// smb:// alsa://
please test and share your experiences and comments :mrgreen:
---Jocko edit feb 25th---
Removed the package: mpd-root-adapt-13feb18.tar as it overwrites some changes provided by the rollup patch_05 and later for version 17.0.
This rollup patch_05 includes the required updates on the firmware file system