clients: add NetFront Living Connect support

Add subtitle support for NetFront™ Living Connect middleware-based
clients.  These appear to include devices from Panasonic, Philips,
Vizio, Sony, and probably more.
This commit is contained in:
Justin Maggard 2014-06-05 13:47:26 -07:00
parent 25f6c01f85
commit 7cc2ddedff
2 changed files with 9 additions and 0 deletions

View File

@ -94,6 +94,14 @@ struct client_type_s client_types[] =
EUserAgent
},
/* User-Agent: IPI/1.0 UPnP/1.0 DLNADOC/1.50 */
{ ENetFrontLivingConnect,
FLAG_DLNA | FLAG_FORCE_SORT | FLAG_CAPTION_RES,
"NetFront Living Connect",
"IPI/1",
EUserAgent
},
{ EDenonReceiver,
FLAG_DLNA,
"Denon Receiver",

View File

@ -75,6 +75,7 @@ enum client_types {
EToshibaTV,
EAsusOPlay,
EBubbleUPnP,
ENetFrontLivingConnect,
EStandardDLNA150,
EStandardUPnP
};