Skip to content

Instantly share code, notes, and snippets.

@bhasto
Last active November 25, 2015 19:35
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhasto/91631f62a4e7f14c7439 to your computer and use it in GitHub Desktop.
Save bhasto/91631f62a4e7f14c7439 to your computer and use it in GitHub Desktop.
Plex Profile for Sony Bravia 2014

This profile tells Plex to not do any conversions. It works best for the files I use to play - no quality loss and the TV can play them without problems.

AlbumArtPN setting makes the thumbnails for movies and TV shows episodes work - I haven't yet found a way to display thumbnails for whole TV shows.

To use subtitles, I usually put them into one mkv together with the movie and the TV can then play them natively.

On OS X, put it into ~/Library/Application Support/Plex Media Server/Profiles

Profiles directory needs to be created on fresh Plex installation.

<?xml version="1.0" encoding="utf-8"?>
<Client name="Sony Bravia 2014">
<Identification>
<Header name="X-AV-Client-Info" regex=".*KDL-\d{2}[WR][5689]\d{2}B.*" />
<DeviceDescription>
<Manufacturer substring="Sony" />
<FriendlyName regex="KDL-\d{2}[WR][5689]\d{2}B.*" />
</DeviceDescription>
</Identification>
<DeviceDescription>
<ModelName>Windows Media Player Sharing</ModelName>
<ModelNumber>3.0</ModelNumber>
<ModelUrl>http://www.microsoft.com/</ModelUrl>
<Manufacturer>Microsoft Corporation</Manufacturer>
<ManufacturerUrl>http://www.microsoft.com/</ManufacturerUrl>
<X-DlnaCap />
<Sony-AggregationFlags>10</Sony-AggregationFlags>
</DeviceDescription>
<Settings>
<Setting name="AlbumArtPN" value="JPEG_TN" />
</Settings>
</Client>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment