mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #2042] [MERGED] Move Emby.XmlTv to a NuGet package #8980
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/2042
Author: @Bond-009
Created: 11/22/2019
Status: ✅ Merged
Merged: 12/14/2019
Merged by: @anthonylavado
Base:
master← Head:jellyfinxmltv📝 Commits (2)
4632f99Move Emby.XmlTv to a NuGet package4ba5438Update Emby.Server.Implementations/Emby.Server.Implementations.csproj📊 Changes
32 files changed (+3 additions, -3282 deletions)
View changed files
📝
Emby.Server.Implementations/Emby.Server.Implementations.csproj(+1 -1)📝
Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs(+2 -2)➖
Emby.XmlTv/.gitattributes(+0 -63)➖
Emby.XmlTv/.gitignore(+0 -212)➖
Emby.XmlTv/Emby.XmlTv.Console/App.config(+0 -6)➖
Emby.XmlTv/Emby.XmlTv.Console/Classes/EntityExtensions.cs(+0 -58)➖
Emby.XmlTv/Emby.XmlTv.Console/Emby.XmlTv.Console.csproj(+0 -22)➖
Emby.XmlTv/Emby.XmlTv.Console/Program.cs(+0 -103)➖
Emby.XmlTv/Emby.XmlTv.Console/Properties/AssemblyInfo.cs(+0 -36)➖
Emby.XmlTv/Emby.XmlTv.Test/Emby.XmlTv.Test.csproj(+0 -124)➖
Emby.XmlTv/Emby.XmlTv.Test/Properties/AssemblyInfo.cs(+0 -36)➖
Emby.XmlTv/Emby.XmlTv.Test/XmlTvReaderDateTimeTests.cs(+0 -91)➖
Emby.XmlTv/Emby.XmlTv.Test/XmlTvReaderLanguageTests.cs(+0 -181)➖
Emby.XmlTv/Emby.XmlTv.Test/XmlTvReaderTests.cs(+0 -219)➖
Emby.XmlTv/Emby.XmlTv.sln(+0 -44)➖
Emby.XmlTv/Emby.XmlTv/Classes/XmlTvReader.cs(+0 -1107)➖
Emby.XmlTv/Emby.XmlTv/Emby.XmlTv.csproj(+0 -13)➖
Emby.XmlTv/Emby.XmlTv/Entities/XmlTvChannel.cs(+0 -50)➖
Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs(+0 -13)➖
Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCreditType.cs(+0 -17)...and 12 more files
📄 Description
Emby.XmlTv is a standalone component, purely used for Xml live Tv listing, splitting it out makes it easier to split Xml Live Tv out into a plugin. (And it originally was a NuGet package)
Warning
Before this gets merged the new repo should get moved to the org (https://github.com/Bond-009/Jellyfin.XmlTv) and a NuGet release should be made.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.