From ef6b90b8e6e6c317fcda85a392c79324f91250db Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 25 Oct 2016 15:02:04 -0400 Subject: make controller project portable --- MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs') diff --git a/MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs b/MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs index 340990373..ef838ed3d 100644 --- a/MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs +++ b/MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs @@ -20,12 +20,13 @@ using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; -using CommonIO; +using MediaBrowser.Model.IO; using MediaBrowser.Model.Configuration; using MediaBrowser.Common.Configuration; using MediaBrowser.Common.Extensions; using MediaBrowser.Common.IO; using MediaBrowser.Common.Net; +using MediaBrowser.Controller.IO; namespace MediaBrowser.MediaEncoding.Encoder { -- cgit v1.2.3 From 89ff1f2af65283158e5ebe69bcc3d652b887ea34 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 28 Oct 2016 14:35:17 -0400 Subject: update components --- BDInfo/BDInfo.csproj | 5 - DvdLib/DvdLib.csproj | 5 - .../Archiving/ZipClient.cs | 189 ---- .../BaseApplicationHost.cs | 21 +- .../IO/MemoryStreamProvider.cs | 45 - .../MediaBrowser.Common.Implementations.csproj | 17 +- .../packages.config | 5 +- MediaBrowser.Dlna/MediaBrowser.Dlna.csproj | 4 +- .../Encoder/EncoderValidator.cs | 7 +- MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs | 10 +- .../Services/QueryParamCollection.cs | 12 + .../Archiving/ZipClient.cs | 189 ++++ .../IO/MemoryStreamProvider.cs | 44 + .../LiveTv/EmbyTV/EncodedRecorder.cs | 2 +- .../MediaBrowser.Server.Implementations.csproj | 14 +- .../Persistence/SqliteItemRepository.cs | 72 +- .../packages.config | 3 +- .../ApplicationHost.cs | 20 + OpenSubtitlesHandler/project.json | 4 +- OpenSubtitlesHandler/project.lock.json | 1113 +++++++++----------- 20 files changed, 803 insertions(+), 978 deletions(-) delete mode 100644 MediaBrowser.Common.Implementations/Archiving/ZipClient.cs delete mode 100644 MediaBrowser.Common.Implementations/IO/MemoryStreamProvider.cs create mode 100644 MediaBrowser.Server.Implementations/Archiving/ZipClient.cs create mode 100644 MediaBrowser.Server.Implementations/IO/MemoryStreamProvider.cs (limited to 'MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs') diff --git a/BDInfo/BDInfo.csproj b/BDInfo/BDInfo.csproj index d07d4ce2b..8e1c7e71a 100644 --- a/BDInfo/BDInfo.csproj +++ b/BDInfo/BDInfo.csproj @@ -62,11 +62,6 @@ - - if $(ConfigurationName) == Release ( -xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i -) -