feat: add EPG grid view, search IPC, and channel favoriting #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/epg-favorites-search"
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?
Changes
Part A: XMLTV EPG fetching
XmltvEpgstruct incrates/crashfin-xtream/src/xmltv.rsget_epg()method with channel filtering and time range supportPart B: Favorites storage
FavoriteStoreincrates/crashfin-core/src/favorites.rs~/.config/crashfin/favorites.jsonPart C: IPC methods
search: Searches both Jellyfin and Xtream providersgetEpg: Fetches XMLTV EPG data for a channeltoggleFavorite: Adds/removes item from favoritesgetFavorites: Returns all favorited item IDsPart D: AppState integration
favoritesfield toAppStateAppState::load()Commit: feat: add EPG fetching, favorites storage, search IPC, favorite toggle
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.