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 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 */ /* 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, { ELGDevice,
FLAG_DLNA | FLAG_CAPTION_RES, FLAG_DLNA | FLAG_CAPTION_RES,

View File

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

View File

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