From d9f033aa43299daa610c37243c623eccdfb8db82 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Sat, 20 May 2017 00:16:33 -0700 Subject: [PATCH] clients: add Movian detection and enable subtitles --- clients.c | 7 +++++++ clients.h | 1 + 2 files changed, 8 insertions(+) diff --git a/clients.c b/clients.c index d32e92d..e889e74 100644 --- a/clients.c +++ b/clients.c @@ -254,6 +254,13 @@ struct client_type_s client_types[] = EUserAgent }, + { EMovian, + FLAG_CAPTION_RES, + "Movian", + "Movian", + EUserAgent + }, + { EKodi, FLAG_DLNA | FLAG_MIME_AVI_AVI | FLAG_CAPTION_RES, "Kodi", diff --git a/clients.h b/clients.h index a393b72..f982ea5 100644 --- a/clients.h +++ b/clients.h @@ -80,6 +80,7 @@ enum client_types { EBubbleUPnP, ENetFrontLivingConnect, EKodi, + EMovian, EStandardDLNA150, EStandardUPnP };