Gregoire Favre wrote: > Hello, > > I need some help in understanding the event id of epd.data (or for > LSTE/PUTE via SVDRP) : if I want to send some epg to populate the EPG, > how should I choose the event id ? You could to $Id = $time / 60 % 0xFFFF; as I do in my getskyepg.pl script. $time is the start time of the event, so this method would give you unique ids for every minute of over 6 weeks. Klaus