EPG Cache wurde schon mal verraten, habe mir gleichnahmige Datei in Enigma1 epgcahe.cpp mal angeschaut und fand gleich die Lösung, hier das diff, es scheint zu funktionieren, bitte testenextended EPG cache from 14 to 28 days
Code: Alles auswählen
--- epgcache_cvs.cpp Sat Aug 21 19:16:24 2010
+++ epgcache.cpp Mon Nov 07 21:02:11 2011
@@ -917,7 +917,7 @@
goto next;
#endif
- if ( TM != 3599 && (TM+duration < now || TM > now+14*24*60*60) )
+ if ( TM != 3599 && (TM+duration < now || TM > now+28*24*60*60) )
goto next;
if ( now <= (TM+duration) || TM == 3599 /*NVOD Service*/ ) // old events should not be cached