You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,15 @@ Built for fast, reliable XC/XCUI playback on Kodi 21 (Omega) with modern parsing
52
52
- Speed test and advanced settings helpers
53
53
- Robust handling of inconsistent provider APIs
54
54
- Icon-host reachability checks — dead icon servers never stall the UI
55
+
-**Custom EPG / TV Guide** — full in-addon EPG window with two-panel layout (channels + programme schedule), category browsing, search for categories and channels, progress bars on currently airing shows, and info panel
56
+
-**EPG remembers last category** — reopening the TV Guide auto-loads the previously viewed category
57
+
-**Programme click plays channel** — selecting any programme in the schedule plays that channel directly
58
+
-**Live programme info in player overlay** — pressing Info (i) during playback shows the current programme title, description, and channel name
59
+
-**Auto-updating EPG info** — background thread refreshes programme metadata every 60 seconds during playback so the info overlay always shows the current show
60
+
-**Favorites** — long-press any channel, movie, or series to add/remove from Favorites; new Favorites menu on home screen for instant access to your most-watched content
61
+
-**Recently Watched History** — automatically logs the last 25 streams played (configurable); accessible from the home screen with timestamps; clear from Extras
62
+
-**Multi-Server Profiles** — save, switch between, and delete multiple IPTV server credentials from Settings → Switch Server; cache is auto-cleared on switch
63
+
-**Last Played** — the last played stream appears at the top of home as a quick-resume item
55
64
56
65
---
57
66
@@ -137,9 +146,31 @@ Built for fast, reliable XC/XCUI playback on Kodi 21 (Omega) with modern parsing
137
146
138
147
For a complete list of changes and release history, see [CHANGELOG.md](CHANGELOG.md).
139
148
149
+
---
140
150
151
+
## 🚀 What's New (v3.8.x)
152
+
153
+
-**Custom EPG / TV Guide** — full in-addon EPG window with two-panel layout (channels + programme schedule), category browsing, search for categories and channels, progress bars on currently airing shows, and info panel
154
+
-**EPG remembers last category** — reopening the TV Guide auto-loads the previously viewed category
155
+
-**Programme click plays channel** — selecting any programme in the schedule plays that channel directly
156
+
-**Live programme info in player overlay** — pressing Info (i) during playback shows the current programme title, description, and channel name
157
+
-**Auto-updating EPG info** — background thread refreshes programme metadata every 60 seconds during playback so the info overlay always shows the current show
158
+
-**Favorites** — long-press any channel, movie, or series to add/remove from Favorites; new Favorites menu on home screen for instant access to your most-watched content
159
+
-**Recently Watched History** — automatically logs the last 25 streams played (configurable); accessible from the home screen with timestamps; clear from Extras
160
+
-**Multi-Server Profiles** — save, switch between, and delete multiple IPTV server credentials from Settings → Switch Server; cache is auto-cleared on switch
161
+
-**Last Played** — the last played stream appears at the top of home as a quick-resume item
162
+
-**Persistent file-based caching** for Live TV, Movies/VOD, Series, Catch-up
0 commit comments