Nur .m4a-Dateien können mit MPD 0.17 unter os x snow leopard abgespielt werden

1092
user196511

Ich habe auf meinem iMac einen MPD-Server mit Snow Leopard eingerichtet und die Datenbank zeigt meine Musiksammlung korrekt an. In MPDroid und Theremin kann ich jedoch nur die .m4a-Dateien auswählen. Ich kann mit diesen Clients / mp3-Dateien und dergleichen sehen, aber beide lassen mich keine andere als m4a-Datei abspielen. Kennt jemand eine Lösung für dieses Problem?

0

1 Antwort auf die Frage

0
user217007

I think you are missing the MP3 decoder in MPD. You can check this by entering the following command in terminal:

mpd --version 

Under the header Decoder plugins you should see the following:

Decoders plugins: [mad] mp3 mp2 [vorbis] ogg oga [oggflac] ogg oga [flac] flac [audiofile] wav au aiff aif [dsdiff] dff [dsf] dsf [faad] aac [mp4ff] m4a m4b mp4 [pcm] 

If you don't see the MP3 entries, you have to manually install the libmad package. Do this by opening a terminal and entering the following command (assuming you use macports):

sudo port install libmad 

Then uninstall and reinstall mpd. This worked for me.