summarylogtreecommitdiffstats
path: root/0001-Use-TagLibSharp-Nuget-package.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Use-TagLibSharp-Nuget-package.patch')
-rw-r--r--0001-Use-TagLibSharp-Nuget-package.patch71
1 files changed, 0 insertions, 71 deletions
diff --git a/0001-Use-TagLibSharp-Nuget-package.patch b/0001-Use-TagLibSharp-Nuget-package.patch
deleted file mode 100644
index 0a11e92e2173..000000000000
--- a/0001-Use-TagLibSharp-Nuget-package.patch
+++ /dev/null
@@ -1,71 +0,0 @@
-From bc8a0eeead8721951250edade1047073030d1246 Mon Sep 17 00:00:00 2001
-From: Andrew Rabert <ar@nullsum.net>
-Date: Mon, 21 Jan 2019 19:22:08 -0500
-Subject: [PATCH] Use TagLibSharp Nuget package
-
----
- .gitmodules | 3 ---
- Emby.Photos/Emby.Photos.csproj | 5 ++++-
- MediaBrowser.sln | 6 ------
- 3 files changed, 4 insertions(+), 10 deletions(-)
-
-diff --git a/.gitmodules b/.gitmodules
-index 7aeb94dfc..c10f5905c 100644
---- a/.gitmodules
-+++ b/.gitmodules
-@@ -1,6 +1,3 @@
--[submodule "ThirdParty/taglib-sharp"]
-- path = ThirdParty/taglib-sharp
-- url = https://github.com/mono/taglib-sharp.git
- [submodule "MediaBrowser.WebDashboard/jellyfin-web"]
- path = MediaBrowser.WebDashboard/jellyfin-web
- url = https://github.com/jellyfin/jellyfin-web.git
-diff --git a/Emby.Photos/Emby.Photos.csproj b/Emby.Photos/Emby.Photos.csproj
-index e6b445202..c9830abc5 100644
---- a/Emby.Photos/Emby.Photos.csproj
-+++ b/Emby.Photos/Emby.Photos.csproj
-@@ -3,13 +3,16 @@
- <ItemGroup>
- <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
- <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
-- <ProjectReference Include="..\ThirdParty\taglib-sharp\src\taglib-sharp.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Compile Include="..\SharedVersion.cs" />
- </ItemGroup>
-
-+ <ItemGroup>
-+ <PackageReference Include="TagLibSharp" Version="2.2.0-beta" />
-+ </ItemGroup>
-+
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
-diff --git a/MediaBrowser.sln b/MediaBrowser.sln
-index 0f0c24a25..dfaa2601f 100644
---- a/MediaBrowser.sln
-+++ b/MediaBrowser.sln
-@@ -42,8 +42,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Emby.Notifications", "Emby.
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Emby.Naming", "Emby.Naming\Emby.Naming.csproj", "{E5AF7B26-2239-4CE0-B477-0AA2018EDAA2}"
- EndProject
--Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "taglib-sharp", "ThirdParty\taglib-sharp\src\taglib-sharp.csproj", "{D45FC504-D06B-41A0-A220-C20B7E8F1304}"
--EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Emby.XmlTv", "Emby.XmlTv\Emby.XmlTv\Emby.XmlTv.csproj", "{6EAFA7F0-8A82-49E6-B2FA-086C5CAEA95B}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IsoMounter", "Emby.IsoMounting\IsoMounter\IsoMounter.csproj", "{9BA471D2-6DB9-4DBF-B3A0-9FB3171F94A6}"
-@@ -144,10 +142,6 @@ Global
- {E5AF7B26-2239-4CE0-B477-0AA2018EDAA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E5AF7B26-2239-4CE0-B477-0AA2018EDAA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E5AF7B26-2239-4CE0-B477-0AA2018EDAA2}.Release|Any CPU.Build.0 = Release|Any CPU
-- {D45FC504-D06B-41A0-A220-C20B7E8F1304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-- {D45FC504-D06B-41A0-A220-C20B7E8F1304}.Debug|Any CPU.Build.0 = Debug|Any CPU
-- {D45FC504-D06B-41A0-A220-C20B7E8F1304}.Release|Any CPU.ActiveCfg = Release|Any CPU
-- {D45FC504-D06B-41A0-A220-C20B7E8F1304}.Release|Any CPU.Build.0 = Release|Any CPU
- {6EAFA7F0-8A82-49E6-B2FA-086C5CAEA95B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {6EAFA7F0-8A82-49E6-B2FA-086C5CAEA95B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {6EAFA7F0-8A82-49E6-B2FA-086C5CAEA95B}.Release|Any CPU.ActiveCfg = Release|Any CPU
---
-2.20.1
-