Hi Dischi,
> I did a quick look over the patch. Basicly I have no time to work on > it and never put too much toughts into this. This means if you think > it is ok I will add this patch. I hope, it is OK. Maybe Jose can do some tests? > > But I have some questions: > While I was trying to find the answers to the questions that are related to Jose's part of the code, Jose did alread answer. Thanks ;-) >> # fetch epg data from InProgress object >> query_data = query_data() >> for prg in query_data: >> - items.append(ProgramItem(prg, self)) >> + if prg.stop > time.time(): >> + # only add this to the list, if it has not already finished >> + items.append(ProgramItem(prg, self)) > > We need a better way to do the query. The query should return a) > stop > time.time() and b) sorted by time. > > @Tack: how can we add this to kaa.epg? > Right, I agree. I did look for that possibility in kaa.epg, but could not find an easy way. Maybe I overlooked something? It would be good, if one could do queries for stop or start > or < a certain time, not just equal a certain time and it would be good if one could specify if the result should be sorted by start, stop or title. Regards Tanja ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
