Reply To: no playback of musepack files

#11195
goana
Participant

thanks ron for your help.
The installation worked.
Now my soundbridge M1001 can see the mpc audio files but is still unable to play the musepack files.

I have installed “mpc_0.12.1-1_armeb.ipk”and “libmpcdec_1.2.6-1_armeb.ipk”. In the folder /opt/bin/ of my slug the new file “mpc” is visible. Therefore I have changed the code of the mt-daapd-ssh.sh file as follows:


MPC=/opt/bin/mpc

mpc_file() {
$MPC –wav –prev –gain 2 “$FILE” | $WAVSTREAMER -o $OFFSET $FORGELEN

if ( echo $1 | grep -i “.mpc$” > /dev/null 2>&1 ); then
mpc_file
exit;
fi

The libmpcdec files are visible in the /opt/lib/ folder.

Moreover, in the config file of firefly, I have added “.mpc” as extension and the “SSC codec-types” are “ogg,flac,alac,unkn”. I have read this in a former thread – but I am not sure, if this is right in my case.

If anybody knows the mistake, I would be very happy.

goana