[PR #13319] [MERGED] Fix .gzip handling and URL redirection for XML TV guide parsing #13536

Closed
opened 2026-02-07 07:14:39 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13319
Author: @theguymadmax
Created: 1/4/2025
Status: Merged
Merged: 1/22/2025
Merged by: @Bond-009

Base: masterHead: gzip-fix


📝 Commits (1)

  • ab38009 Add support for .gzip files and handle URL redirection

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 src/Jellyfin.LiveTv/Listings/XmlTvListingsProvider.cs (+4 -2)

📄 Description

Changes
Added support for handling .gzip compressed XML files in addition to .gz files. Updated the GetXml method to follow URL redirections and use the final redirected URL for processing.

Issues
Fixes #13249 & #12413


🔄 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/13319 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 1/4/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `gzip-fix` --- ### 📝 Commits (1) - [`ab38009`](https://github.com/jellyfin/jellyfin/commit/ab380090695ee196967912cb329260055c4778d1) Add support for .gzip files and handle URL redirection ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/Jellyfin.LiveTv/Listings/XmlTvListingsProvider.cs` (+4 -2) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Added support for handling .gzip compressed XML files in addition to .gz files. Updated the GetXml method to follow URL redirections and use the final redirected URL for processing. **Issues** Fixes #13249 & #12413 --- <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 07:14:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13536