From c2c1451bebd38f6af76dd01bb2c5ec78fabd88f5 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 25 Jun 2017 19:04:15 -0400 Subject: [PATCH] update dlna profiles --- Emby.Dlna/DlnaManager.cs | 3 +- Emby.Dlna/Emby.Dlna.csproj | 4 ++ Emby.Dlna/Profiles/DenonAvrProfile.cs | 2 + Emby.Dlna/Profiles/MarantzProfile.cs | 42 ++++++++++++++++ Emby.Dlna/Profiles/MediaMonkeyProfile.cs | 2 +- Emby.Dlna/Profiles/Xml/Denon AVR.xml | 2 +- Emby.Dlna/Profiles/Xml/Marantz.xml | 62 ++++++++++++++++++++++++ 7 files changed, 114 insertions(+), 3 deletions(-) create mode 100644 Emby.Dlna/Profiles/MarantzProfile.cs create mode 100644 Emby.Dlna/Profiles/Xml/Marantz.xml diff --git a/Emby.Dlna/DlnaManager.cs b/Emby.Dlna/DlnaManager.cs index b09dba70c3..82975ce22b 100644 --- a/Emby.Dlna/DlnaManager.cs +++ b/Emby.Dlna/DlnaManager.cs @@ -587,7 +587,8 @@ namespace Emby.Dlna new DirectTvProfile(), new DishHopperJoeyProfile(), new DefaultProfile(), - new PopcornHourProfile() + new PopcornHourProfile(), + new MarantzProfile() }; foreach (var item in list) diff --git a/Emby.Dlna/Emby.Dlna.csproj b/Emby.Dlna/Emby.Dlna.csproj index cae5a96362..365774b0d9 100644 --- a/Emby.Dlna/Emby.Dlna.csproj +++ b/Emby.Dlna/Emby.Dlna.csproj @@ -86,6 +86,7 @@ + @@ -177,6 +178,9 @@ + + +