Philips PUS8809

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
Post Reply
zenlord
Posts: 4
Joined: Mon Dec 14, 2015 9:13 am

Philips PUS8809

Post by zenlord »

Hi,

I created a new renderer profile for my Philips PUS8809 (seriously, don't buy this TV - it's horribly slow and full of bugs that don't get fixed): /opt/ums/renderers/Philips-PUS8809.conf
This is the section to get ums to recognize it as a renderer:

Code: Select all

#----------------------------------------------------------------------------
# Profile for Panasonic CX700 TVs (based on Panasonic VT60 TVs).
# See DefaultRenderer.conf for descriptions of all the available options.
#

RendererName = Philips PUS8809
RendererIcon = philips.png

# ============================================================================
# This renderer has sent the following string/s:
#
# User-Agent: Linux2.6/0.0 UPnP/1.0 PhilipsIntelSDK/1.4 DLNADOC/1.50
# friendlyName: 55PUS8809/12
# manufacturer: Philips
# modelName: Philips TV DMR
# modelNumber: 2k14Marvel
# modelDescription: UPnP Media Renderer 1.0
# manufacturerURL: http://www.philips.com
# modelURL: http://www.philips.com/
# ============================================================================
#

UserAgentSearch = PhilipsIntelSDK/1.4
UpnpDetailsSearch = Philips , 2k14Marvel
LoadingPriority = 3
The section to define the supported media formats was taken from the Panasonic Viera VT60-profile, but it is not working entirely correctly. This is the current section:

Code: Select all

# Supported video formats:
Supported = f:3gp|3g2   v:h264               a:aac                    m:video/3gpp
Supported = f:flv       v:h264               a:aac|mp3                m:video/x-flv
Supported = f:mpegps    v:mpeg1|mpeg2        a:ac3|lpcm|mpa           m:video/mpeg
Supported = f:mpegts    v:h264|mpeg1|mpeg2   a:aac|ac3|eac3|mpa       m:video/mpeg
Supported = f:mp4       v:h264|mpeg1|mpeg2   a:aac|ac3|eac3|mp3|mpa   m:video/mp4
Supported = f:mkv       v:h264|mpeg1|mpeg2   a:aac|ac3|dts|mp3|mpa    m:video/x-matroska

# Supported audio formats:
Supported = f:aac    m:audio/x-m4a   n:2   a:(?!alac).+
Supported = f:flac   m:audio/flac
Supported = f:mp3    m:audio/mpeg

# Supported image formats:
Supported = f:jpg   m:image/jpeg
The manufacturer's website mentions these are supported media formats:
Containers: AVI, MKV, H264/MPEG-4 AVC, MPEG-1, MPEG-2, MPEG-4, WMV9/VC1,3GP
Subtitles: .AAS, .SMI, .SRT,.SUB, .TXT, MKV/SRT
Audioformats: AAC, MP3, WMA (versie 2 tot versie 9.2)
Imageformats: JPEG, BMP, GIF, JPS, PNG, PNS

-> How do I translate these into a renderer profile?

Thx!
Post Reply