Open
Conversation
Adds a channel editor page with a sortable, filterable, and editable table. The table is populated via AJAX and allows editing of channel properties like enabled status, custom name, genre, number, EPG ID, and fallback channel. It also includes a video player modal for previewing channels. Adds duplicate detection and a function to automatically deactivate duplicate channels.
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.
🔧 Added Features - Quick Rundown
Enhanced Filtering System:
✅ Portal Filter - Dropdown to show channels from specific portals only
✅ Genre Filter - Dropdown to isolate channels by genre (Sports, Movies, etc.)
✅ Duplicate Filter - Toggle between "All", "Duplicates Only", or "Unique Only"
Smart Duplicate Management:
✅ Enabled-Only Detection - Only counts enabled channels as duplicates (ignores disabled)
✅ Visual Highlighting - Yellow background for duplicate enabled rows
✅ Count Badges - Shows "3x enabled" next to channel names with duplicates
✅ One-Click Cleanup - "Deactivate Enabled Duplicates" button keeps the first, removes the rest
Fallback System Enhancement:
✅ Autocomplete Suggestions - Fallback field shows a dropdown of all channel names
✅ Type-to-Search - Start typing to filter suggestions
✅ Click-to-Browse - Click field to see all available channels