Update support for LG2012 TV

LG 2012 series does not need '.' in title anymore to be able to show
captions
This commit is contained in:
Darkvater 2014-05-04 13:51:29 +08:00 committed by Justin Maggard
parent 126f0f5cb8
commit 5339075393
3 changed files with 10 additions and 0 deletions

View File

@ -135,6 +135,14 @@ struct client_type_s client_types[] =
EXAVClientInfo
},
/* USER-AGENT: Linux/2.6.35 UPnP/1.0 DLNADOC/1.50 INTEL_NMPR/2.0 LGE_DLNA_SDK/1.6.0 */
{ ELGNetCastDevice,
FLAG_DLNA | FLAG_CAPTION_RES,
"LG",
"LGE_DLNA_SDK/1.6.0",
EUserAgent
},
/* User-Agent: Linux/2.6.31-1.0 UPnP/1.0 DLNADOC/1.50 INTEL_NMPR/2.0 LGE_DLNA_SDK/1.5.0 */
{ ELGDevice,
FLAG_DLNA | FLAG_CAPTION_RES,

View File

@ -57,6 +57,7 @@ enum client_types {
EDirecTV,
EFreeBox,
ELGDevice,
ELGNetCastDevice,
ELifeTab,
EMarantzDMP,
EMediaRoom,

View File

@ -1055,6 +1055,7 @@ callback(void *args, int argc, char **argv, char **azColName)
break;
case ESamsungSeriesCDE:
case ELGDevice:
case ELGNetCastDevice:
case EAsusOPlay:
default:
if( passed_args->flags & FLAG_HAS_CAPTIONS )