mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #10526] feat(livetv): add filter for channel groups #12345
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#12345
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/10526
Author: @samuelmaurice
Created: 11/3/2023
Status: 🔄 Open
Base:
master← Head:feature/channel-groupings📝 Commits (1)
84d40ebfeat(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.