Reply To: no playback of musepack files

#11187
goana
Participant

I have tried to change the things in mt-daapd-ssc.sh as follows:

…..
MPPDEC=/opt/bin/mppdec

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

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

but I have no permission to save the changed file.
Moreover, the location of the file is adminoptsbinmt-daapd-ssc.sh …. and not adminusrsbinmt-daapd-ssc.sh as reported in other threads.
Maybe, this is the problem?

I am pleased about any help.

goana[/code]