From 3ff3815b4446e6d83fd426e8c864e98de54154bc Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 16 Jun 2015 13:37:49 -0400 Subject: [PATCH] added ps4 profile --- MediaBrowser.Dlna/DlnaManager.cs | 1 + MediaBrowser.Dlna/MediaBrowser.Dlna.csproj | 4 + MediaBrowser.Dlna/Profiles/SonyPs4Profile.cs | 260 ++++++++++++++++++ .../Profiles/Xml/Sony PlayStation 4.xml | 100 +++++++ .../Localization/Server/server.json | 2 +- .../Api/PackageCreator.cs | 11 +- .../MediaBrowser.WebDashboard.csproj | 15 + 7 files changed, 388 insertions(+), 5 deletions(-) create mode 100644 MediaBrowser.Dlna/Profiles/SonyPs4Profile.cs create mode 100644 MediaBrowser.Dlna/Profiles/Xml/Sony PlayStation 4.xml diff --git a/MediaBrowser.Dlna/DlnaManager.cs b/MediaBrowser.Dlna/DlnaManager.cs index 2d2525919e..9ce62034b4 100644 --- a/MediaBrowser.Dlna/DlnaManager.cs +++ b/MediaBrowser.Dlna/DlnaManager.cs @@ -525,6 +525,7 @@ namespace MediaBrowser.Dlna new Xbox360Profile(), new XboxOneProfile(), new SonyPs3Profile(), + new SonyPs4Profile(), new SonyBravia2010Profile(), new SonyBravia2011Profile(), new SonyBravia2012Profile(), diff --git a/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj b/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj index 204872e7b6..06aaff734e 100644 --- a/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj +++ b/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj @@ -82,6 +82,7 @@ + @@ -210,6 +211,9 @@ + + +