hi mark,
its very unfortunate, but the media player has a hard-coded extension filter. If
you name the files .flac.mp3 it will play in media player. This will be
fixed in the future.
Stefan
Mark Cannon wrote:
> I am trying to add the audio type ."flac" to Media Player.
> I roughly followed the i
I am trying to add the audio type ."flac" to Media Player.
I roughly followed the instructions for Maemo 2.2.
I am able to use
"gst-launch-0.10 filesrc location=song.flac !flacdec !audioconvert!dsppcmsink"
to play the songs, so I have both libraries (flac & gstreamer-1.0) set up
correctly.
I