[PR #2042] [MERGED] Move Emby.XmlTv to a NuGet package #8980

Closed
opened 2026-02-07 05:53:55 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: jellyfinxmltv


📝 Commits (2)

  • 4632f99 Move Emby.XmlTv to a NuGet package
  • 4ba5438 Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/2042 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 11/22/2019 **Status:** ✅ Merged **Merged:** 12/14/2019 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `jellyfinxmltv` --- ### 📝 Commits (2) - [`4632f99`](https://github.com/jellyfin/jellyfin/commit/4632f991de3030438c5ab72a6b3c750a408835a2) Move Emby.XmlTv to a NuGet package - [`4ba5438`](https://github.com/jellyfin/jellyfin/commit/4ba5438b61d5b4014af56bd24e3fa69c1fd8dd51) Update Emby.Server.Implementations/Emby.Server.Implementations.csproj ### 📊 Changes **32 files changed** (+3 additions, -3282 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:53:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8980