Post Sun Jul 06, 2014 6:44 pm

TX-P46G15B Profile

I have used serviio for quite some time now with my 2009 Panasonic Viera TV.
The G15B was an early smart TV and as such is very limited on which formats it supports, namely:

Photo: JPEG only
Audio: None
Video: MPEG-2 (PS format only) / DivX only

I made a profile which works for what I use it for, but as it is not included in the standard profiles shipped with Serviio updates, I have to keep adding it everytime I update the server.
What is the procedure to get my profile added to the standard file?

Here is my profile...

<Profile id="viera2009" name="Panasonic G15B" extendsProfileId="viera2011a">
<!-- Panasonic Viera G15B (2009) -->
<Transcoding>
<!-- unsupported codecs will be transcoded into mpeg-ps, mpeg2 video and ac3 audio -->
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="128" maxVBitrate="8192">
<Matches container="matroska" />
<Matches container="mp4" />
<Matches container="mpegts" />
<Matches container="asf" />
<Matches container="avi" />
<Matches container="ogg" />
<Matches container="flv" />
<Matches container="3gp" />
<Matches container="rm" />
<!-- if audio different to ac3 or mp3, must be transcoded -->
<Matches container="mpeg" aCodec="aac" />
<Matches container="mpeg" aCodec="dca" />
</Video>
</Transcoding>
</Profile>

regards
Dave