Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


playing tunes from archives
#13
1. Save current MPD 0.20.20 just in case

Code:
cd ~
cp /usr/local/bin/mpd ./mpd-0.20.20

2. Download and unzip MPD 0.21.3

Code:
wget http://moodeaudio.org/test/mpd-0.21.3-archivetest.zip
unzip mpd-0.21.3-archivetest.zip
rm mpd-0.21.3-archivetest.zip

3. Install dev libs. All of these except for libbz2-dev and libzzip-dev should already be installed and at newest version.

Code:
sudo apt-get -y install \
libyajl-dev \
libasound2-dev \
libavahi-client-dev \
libavcodec-dev \
libavformat-dev \
libboost-dev \
libbz2-dev \
libcdio-paranoia-dev \
libcurl4-gnutls-dev \
libfaad-dev \
libflac-dev \
libglib2.0-dev \
libicu-dev \
libid3tag0-dev \
libiso9660-dev \
libmad0-dev \
libmpdclient-dev \
libmpg123-dev \
libmp3lame-dev \
libshout3-dev \
libsoxr-dev \
libsystemd-dev \
libvorbis-dev \
libwavpack-dev \
libwrap0-dev \
libzzip-dev

4. Install new build of MPD with archive support

Code:
sudo mv mpd-0.21.3-archivetest /usr/local/bin/mpd
sudo systemctl restart mpd

The MPD database should automatically start updating. Wait till finished then try to play some archives :-)

-Tim
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
playing tunes from archives - by Listener - 12-16-2018, 05:20 PM
RE: playing tunes from archives - by Tim Curtis - 12-16-2018, 11:47 PM
RE: playing tunes from archives - by CallMeMike - 12-17-2018, 07:45 AM
RE: playing tunes from archives - by Listener - 12-19-2018, 02:46 PM
RE: playing tunes from archives - by CallMeMike - 12-20-2018, 06:51 AM
RE: playing tunes from archives - by Listener - 12-20-2018, 03:35 PM
RE: playing tunes from archives - by CallMeMike - 12-21-2018, 05:35 AM
RE: playing tunes from archives - by Listener - 12-23-2018, 09:47 PM
RE: playing tunes from archives - by Listener - 12-19-2018, 02:50 PM
RE: playing tunes from archives - by Tim Curtis - 12-20-2018, 03:45 PM
RE: playing tunes from archives - by Tim Curtis - 12-20-2018, 10:37 PM
RE: playing tunes from archives - by Listener - 12-23-2018, 09:48 PM
RE: playing tunes from archives - by Tim Curtis - 12-24-2018, 12:48 AM
RE: playing tunes from archives - by Listener - 12-30-2018, 05:50 PM
RE: playing tunes from archives - by Listener - 12-30-2018, 11:38 PM

Forum Jump: