From f9c37fb205933e2515100b6a71786622f5cc663b Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Mon, 28 Apr 2014 12:04:19 -0700 Subject: [PATCH] clients: add BubbleUPnP detection and enable subtitle support --- clients.c | 7 +++++++ clients.h | 1 + 2 files changed, 8 insertions(+) diff --git a/clients.c b/clients.c index 176f2d3..78d6453 100644 --- a/clients.c +++ b/clients.c @@ -206,6 +206,13 @@ struct client_type_s client_types[] = EUserAgent }, + { EBubbleUPnP, + FLAG_CAPTION_RES, + "BubbleUPnP", + "BubbleUPnP", + EUserAgent + }, + { EStandardDLNA150, FLAG_DLNA | FLAG_MIME_AVI_AVI, "Generic DLNA 1.5", diff --git a/clients.h b/clients.h index 9f3e406..a6966f4 100644 --- a/clients.h +++ b/clients.h @@ -74,6 +74,7 @@ enum client_types { ESonyInternetTV, EToshibaTV, EAsusOPlay, + EBubbleUPnP, EStandardDLNA150, EStandardUPnP };