Hi,

As I don't expect that dedicated device profile for my HTC Sensation XE Android-based mobile will be created in the near future I decided to prepare my own profile based on LGTV profile. I chose LGTV profile because LG TVs have similar features as BubbleUPnP renderer installed on my mobile. The only differences are APE & FLAC support. BubbleUPnP supports natively FLAC files, but not APE. I changed profile guid then added following lines to the end of profile:

<avcontainer id="flac" name="flac" encode="0" mimetype="audio/x-flac" dlnaprofile="FLAC" supportschunked="0">
<audio>
<format id="flac" encode="0" codec="flac">
<maxsamplingrate>96000</maxsamplingrate>
</format>
</audio>
</avcontainer>

<avcontainer id="ape" name="ape" encode="0" mimetype="audio/ape" supportschunked="0">
<audio>
<format id="ape" encode="0">
</format>
</audio>
</avcontainer>

As we expected FLAC files are played without any problems (native support), but APE files are not recognized. I commented APE-related section below and now APE files are transcoded to MP3 format and played smoothly. My question is: what do I need to modify in LGTV profile to force transcoding to WAV/PCM instead of MP3 ?

Kind regards,
Mariusz