clients: add Movian detection and enable subtitles

This commit is contained in:
Justin Maggard 2017-05-20 00:16:33 -07:00
parent c50936c347
commit d9f033aa43
2 changed files with 8 additions and 0 deletions

View File

@ -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",

View File

@ -80,6 +80,7 @@ enum client_types {
EBubbleUPnP,
ENetFrontLivingConnect,
EKodi,
EMovian,
EStandardDLNA150,
EStandardUPnP
};