New LG Profile Requiring Testers. (2012 Models ONLY)

Please can users of following devices please test the profile and report if they are able to play all of their files and if not post information on files that wont play so that profile can be updated in serviio.( howto in my signature )
Profile for (2012) models ONLY. (LW980, LW650, LW550, PZ90, PZ570)
Profile for (2012) models ONLY. (LW980, LW650, LW550, PZ90, PZ570)
- Code:
<Profile id="21" name="LG Smart TV (2012)" extendsProfileId="1">
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<Detection>
<UPnPSearch>
<FriendlyName>(.*LW98.*)|(.*LW65.*)|(.*LW55.*)|(.*PZ9.*)|(.*PZ57.*)</FriendlyName>
<Manufacturer>LG Electronics</Manufacturer>
</UPnPSearch>
</Detection>
<Transcoding>
<!-- Transcode h264 videos with profile level > 4.1 to mpegts with ac3 audio -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
<Matches container="avi" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="avi" vCodec="h264" profile="main" levelGreaterThan="4.2" />
<Matches container="mp4" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="mp4" vCodec="h264" profile="main" levelGreaterThan="4.2" />
<Matches container="matroska" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="matroska" vCodec="h264" profile="main" levelGreaterThan="4.2" />
</Video>
<!-- remux unsupported audio codecs in MKV into AC3 -->
<Video targetContainer="mpegts" targetACodec="ac3" >
<Matches container="matroska" vCodec="h264" aCodec="dca" />
<Matches container="matroska" vCodec="h264" aCodec="flac" />
<Matches container="matroska" vCodec="h264" aCodec="vorbis" />
<Matches container="matroska" vCodec="h264" aCodec="truehd" />
</Video>
<!-- Remux WTV files to MPEG-PS with no transcoding-->
<Video targetContainer="mpeg">
<Matches container="wtv" />
</Video>
<!-- transcode unsupported video codecs into mpeg-ts, mpeg2video and ac3 audio -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="avi" vCodec="mjpeg" />
<Matches container="avi" vCodec="dvvideo" />
<Matches container="mp4" vCodec="mjpeg" />
<Matches container="asf" />
<Matches container="flv" />
<Matches container="ogg" />
</Video>
<!-- unsupported audio will be transcoded into lpcm audio -->
<Audio targetContainer="lpcm">
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="asf" />
<Matches container="adts" />
</Audio>
</Transcoding>
</Profile>