[vdr] [ANNOUNCE] vdr-epgsearch-0.9.7
Darren Salt
linux at youmustbejoking.demon.co.uk
Sat Sep 17 17:20:20 CEST 2005
I demand that cwieninger at gmx.de may or may not have written...
> here's a new release of the epgsearch plugin. A bit early this time, but
> there were two bugs, that had to be fixed.
> You can find it here:
> http://people.freenet.de/cwieninger/html/vdr-epg-search__english_.html
[snip]
There's a bug in the schedule display wrt channel selection via the green and
yellow buttons if the currently displayed channel doesn't have any EPG data:
it's impossible to use the buttons to select either the previous and/or next
channel (there's a dependency on how you accessed the schedule for that
channel).
Here, E4+1 has no EPG data and will trigger this bug.
--
| Darren Salt | d youmustbejoking,demon,co,uk | nr. Ashington,
| Debian, | s zap,tartarus,org | Northumberland
| RISC OS | @ | Toon Army
| I don't ask for much, just untold riches...
I have never let my schooling interfere with my education.
-------------- next part --------------
--- vdr-epgsearch-0.9.7/menu_main.c~ 2005-09-17 16:33:26.000000000 +0100
+++ vdr-epgsearch-0.9.7/menu_main.c 2005-09-17 16:33:26.000000000 +0100
@@ -70,9 +70,9 @@
if (schedules) {
const cSchedule *Schedule = schedules->GetSchedule(Channel->GetChannelID());
+ currentChannel = Channel->Number();
if (Schedule)
{
- currentChannel = Channel->Number();
const cEvent *PresentEvent = Schedule->GetPresentEvent(currentChannel == cDevice::CurrentChannel());
time_t now;
if (shiftTime == 0)
More information about the vdr
mailing list