Reply To: no playback of musepack files

#11188
rpedde
Participant

@goana wrote:

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]

Where it is is probably right, otherwise ogg and flac work.

as far as changing the saved file, you are logged in as root when you edit, right? What program are you using to edit the file?

That looks like it should work, actually.