Skip to content

Instantly share code, notes, and snippets.

@jamesmacwhite
Created January 26, 2016 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesmacwhite/0519b0a4515906592c8b to your computer and use it in GitHub Desktop.
Save jamesmacwhite/0519b0a4515906592c8b to your computer and use it in GitHub Desktop.
Plex DLNA profile for LG-37LS5600
<?xml version="1.0" encoding="utf-8"?>
<!--
Profile Name: LG-37LS5600.xml
Description: Plex DLNA Profile
Version: 0.1
http://www.lg.com/uk/tvs/lg-37LS5600-led-tv
Changelog:
0.1:
- Fix thumbnails in DLNA
- Provide proper device identification information to Plex
-->
<Client name="LG-37LS5600">
<Identification>
<!-- You can use Wireshark or check your Plex DLNA server logs to view the full UA String and adjust accordingly -->
<Header name="User-Agent" substring="LG" />
<!-- Obtained from parsing MediaRenderer1.xml -->
<DeviceDescription type="urn:schemas-upnp-org:device:MediaRenderer:1">
<!-- Friendly Name can be obtained/changed via web interface: http://[ip]:37904/Presentation.html -->
<FriendlyName substring="LG-37LS5600" />
<ModelName substring="MediaRenderer" />
<ModelNumber substring="1.0" />
<ModelUrl substring="http://www.lge.com/" />
<ModelDescription substring="UPnP Media Renderer 1.0" />
<Manufacturer substring="LG Electronics" />
<ManufacturerUrl substring="http://www.lge.com/" />
<!-- Best serial number ever! -->
<SerialNumber substring="123456789001" />
</DeviceDescription>
</Identification>
<Settings>
<Setting name="AlbumArtPN" value="JPEG_TN" /> <!-- Thumbnail fix -->
</Settings>
</Client>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment