atomicthumbs
I am the king of the collectors, with hospital bed
Installing MPD (Music Player Daemon, a music player taking the form of a server and a client) from the Angstrom repo is a bit troublesome, as it requires libvorbis, which is apparently in the firmware but not as a package:
Installing all the dependencies except libvorbis worked:
then install mpd without dependancies
now sudo edit /etc/mpd.conf and change the lines for all the log files, etc. to things on the SD card (/media/mmcblk0p1/whatnot for SD card 1). Choose music and playlist directory.
now somehow install your frontend of choice. still working on this, so haven't actually tried functionality yet.
Code:
Installing libvorbis (1.2.0-2.5) to root...
Downloading http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv7a/base/libvorbis_1.2.0-2.5_armv7a.ipk.
Collected errors:
* check_data_file_clashes: Package libvorbis wants to install file /usr/lib/libvorbisenc.so.2
But that file is already provided by package * check_data_file_clashes: libvorbis0
* check_data_file_clashes: Package libvorbis wants to install file /usr/lib/libvorbisfile.so.3
But that file is already provided by package * check_data_file_clashes: libvorbis0
* check_data_file_clashes: Package libvorbis wants to install file /usr/lib/libvorbis.so.0
But that file is already provided by package * check_data_file_clashes: libvorbis0
* opkg_install_cmd: Cannot install package libvorbis.
Installing all the dependencies except libvorbis worked:
Code:
sudo opkg install libgcc1 libstdc++6 libgthread-2.0-0 libsamplerate0 libpulse0 libpulse-simple0 libasound2 libao2 libmad0 libaudiofile0 libflac8 libogg0 libz1 libid3tag0 libsqlite3-0 libfaad0 libglib-2.0-0 libavahi-glib1 libavahi-client3 libavahi-common3 libc6 update-rc.d libmp3lame0
then install mpd without dependancies
Code:
sudo opkg install mpd --nodeps
now sudo edit /etc/mpd.conf and change the lines for all the log files, etc. to things on the SD card (/media/mmcblk0p1/whatnot for SD card 1). Choose music and playlist directory.
now somehow install your frontend of choice. still working on this, so haven't actually tried functionality yet.