Skip to content

Commit f4be758

Browse files
committed
docs: update README with all recent features and changes
1 parent 9e141a8 commit f4be758

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ Built for fast, reliable XC/XCUI playback on Kodi 21 (Omega) with modern parsing
5252
- Speed test and advanced settings helpers
5353
- Robust handling of inconsistent provider APIs
5454
- 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
5564

5665
---
5766

@@ -137,9 +146,31 @@ Built for fast, reliable XC/XCUI playback on Kodi 21 (Omega) with modern parsing
137146

138147
For a complete list of changes and release history, see [CHANGELOG.md](CHANGELOG.md).
139148

149+
---
140150

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
163+
- **User-configurable cache expiry** in Settings → Cache (5 minutes → 7 days)
164+
- **Clear content cache** button in Settings → Cache
165+
- **Speed test and advanced settings helpers**
166+
- **Robust handling of inconsistent provider APIs**
167+
- **Icon-host reachability checks** — dead icon servers never stall the UI
168+
- **No pvr.iptvsimple dependency** — EPG is fully self-contained within the addon
169+
170+
For full details, see [CHANGELOG.md](CHANGELOG.md).
141171

142172
---
173+
143174
## 🛠️ Troubleshooting
144175

145176
- **No content visible?**

0 commit comments

Comments
 (0)