![]() |
playing tunes from archives - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: playing tunes from archives (/showthread.php?tid=783) Pages:
1
2
|
RE: playing tunes from archives - Listener - 12-23-2018 (12-21-2018, 05:35 AM)CallMeMike Wrote: John, Not sure I wanted to do that, just trying to explain why I like archiving. Best, John RE: playing tunes from archives - Listener - 12-23-2018 (12-20-2018, 10:37 PM)Tim Curtis Wrote: Here's a version dump from my latest compile that includes archive support. Let me know if u want to try it out. Yeah, I'd love to try it out and report. John RE: playing tunes from archives - Tim Curtis - 12-24-2018 1. Save current MPD 0.20.20 just in case Code: cd ~ 2. Download and unzip MPD 0.21.3 Code: wget http://moodeaudio.org/test/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 \ 4. Install new build of MPD with archive support Code: sudo mv mpd-0.21.3-archivetest /usr/local/bin/mpd The MPD database should automatically start updating. Wait till finished then try to play some archives :-) -Tim RE: playing tunes from archives - Listener - 12-30-2018 Ok Tim, had some time today and all went well. Those were the only two missing libraries. 'mpd -V, reports archiving good to go. The update did not start automagically, so I started it manually. Will report back when it is done. John RE: playing tunes from archives - Listener - 12-30-2018 (12-30-2018, 05:50 PM)Listener Wrote: Ok Tim, had some time today and all went well. Those were the only two missing libraries. 'mpd -V, reports archiving good to go. The update did not start automagically, so I started it manually. Will report back when it is done. Ok Tim, installed, updated, and working--at least with zip archives, haven't tested others yet. Haven't gotten auto-shuffle to work yet. Is there are doc or a helpful thread somewhere? Happy new year, John |