[PR #10526] feat(livetv): add filter for channel groups #12345

Open
opened 2025-12-22 09:15:13 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/10526
Author: @samuelmaurice
Created: 11/3/2023
Status: 🔄 Open

Base: masterHead: feature/channel-groupings


📝 Commits (1)

  • 84d40eb feat(livetv): add filter for channel groups

📊 Changes

8 files changed (+58 additions, -3 deletions)

View changed files

📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+16 -0)
📝 Emby.Server.Implementations/LiveTv/LiveTvManager.cs (+1 -0)
📝 Jellyfin.Api/Controllers/FilterController.cs (+18 -1)
📝 Jellyfin.Api/Controllers/LiveTvController.cs (+5 -2)
📝 MediaBrowser.Controller/Entities/BaseItem.cs (+6 -0)
📝 MediaBrowser.Controller/Entities/InternalItemsQuery.cs (+3 -0)
📝 MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs (+7 -0)
📝 MediaBrowser.Model/Querying/QueryFiltersLegacy.cs (+2 -0)

📄 Description

Changes

This PR adds a filter to the LiveTV channels allowing users to filter by channel groups.
Linked to this PR.

Issues

Addresses #1227 (moved here)


🔄 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/10526 **Author:** [@samuelmaurice](https://github.com/samuelmaurice) **Created:** 11/3/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/channel-groupings` --- ### 📝 Commits (1) - [`84d40eb`](https://github.com/jellyfin/jellyfin/commit/84d40ebe697105945e990c717b510a6ba984bf79) feat(livetv): add filter for channel groups ### 📊 Changes **8 files changed** (+58 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+16 -0) 📝 `Emby.Server.Implementations/LiveTv/LiveTvManager.cs` (+1 -0) 📝 `Jellyfin.Api/Controllers/FilterController.cs` (+18 -1) 📝 `Jellyfin.Api/Controllers/LiveTvController.cs` (+5 -2) 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+6 -0) 📝 `MediaBrowser.Controller/Entities/InternalItemsQuery.cs` (+3 -0) 📝 `MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs` (+7 -0) 📝 `MediaBrowser.Model/Querying/QueryFiltersLegacy.cs` (+2 -0) </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** <!-- Describe your changes here in 1-5 sentences. --> This PR adds a filter to the LiveTV channels allowing users to filter by channel groups. Linked to this [PR](https://github.com/jellyfin/jellyfin-web/pull/4937). **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Addresses #1227 (moved [here](https://features.jellyfin.org/posts/186/iptv-channel-groupings)) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo added the
pull-request
label 2025-12-22 09:15:13 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#12345
No description provided.