From 0e1b983ffc7bc07dec40551e6cfdfa9212a9a0df Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 26 Aug 2015 21:41:35 -0400 Subject: [PATCH] added bravia 2014 profile --- MediaBrowser.Dlna/DlnaManager.cs | 3 +- MediaBrowser.Dlna/MediaBrowser.Dlna.csproj | 5 + .../Profiles/SonyBravia2014Profile.cs | 309 ++++++++++++++++++ MediaBrowser.Dlna/Profiles/Xml/Kodi.xml | 10 +- .../Profiles/Xml/Sony Bravia (2014).xml | 108 ++++++ 5 files changed, 429 insertions(+), 6 deletions(-) create mode 100644 MediaBrowser.Dlna/Profiles/SonyBravia2014Profile.cs create mode 100644 MediaBrowser.Dlna/Profiles/Xml/Sony Bravia (2014).xml diff --git a/MediaBrowser.Dlna/DlnaManager.cs b/MediaBrowser.Dlna/DlnaManager.cs index 124d0e6758..95e2aaa77c 100644 --- a/MediaBrowser.Dlna/DlnaManager.cs +++ b/MediaBrowser.Dlna/DlnaManager.cs @@ -530,6 +530,7 @@ namespace MediaBrowser.Dlna new SonyBravia2011Profile(), new SonyBravia2012Profile(), new SonyBravia2013Profile(), + new SonyBravia2014Profile(), new SonyBlurayPlayer2013Profile(), new SonyBlurayPlayerProfile(), new PanasonicVieraProfile(), @@ -548,7 +549,7 @@ namespace MediaBrowser.Dlna new PopcornHourProfile(), new VlcProfile(), new BubbleUpnpProfile(), - new KodiProfile() + new KodiProfile(), }; foreach (var item in list) diff --git a/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj b/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj index 055173a7ce..a8cd3257c5 100644 --- a/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj +++ b/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj @@ -81,7 +81,9 @@ + + @@ -223,6 +225,9 @@ Designer + + +