Show current EPG program on channel tiles#404
Open
fjordnode wants to merge 1 commit intoFredolx:mainfrom
Open
Conversation
Uses the Xtream get_short_epg API to fetch the currently playing program for livestream channels and displays it inline on the channel tile, replacing the source name when EPG data is available. - Backend: new get_now_playing_batch command that fetches short EPG for multiple channels concurrently (semaphore-limited to 10 parallel requests) - Frontend: fetches now-playing data after channel list loads and passes it to each channel tile component - Now-playing text shown in blue (#8cb4ff) to distinguish from source name Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
get_short_epgXtream API to fetch the current program, with automatic fallback toget_simple_data_tablewhen short EPG returns emptyScreenshots
How it works
get_now_playing_batchTauri command with those channelsget_short_epgfirst for each stream, falls back toget_simple_data_tableif emptyTest plan
🤖 Generated with Claude Code