Hi. Currently i'm migrating my own recording and management solution from Windows / DVB Viewer Service to Linux / TV Headend.
In the TV Headend API i have a question to the fields for a recording entry (for example in upcoming timer). I'm able to create timers with time codes, channel id and title. But where to put the event ID from EPG?
The output of dvr/entry/class says, the field dvb_eid is u16. But in epg/events/grid the id field is u32. And if i look to the values for example for the german channel "ONE HD", this values are to big for u16. So ist u16 a mistake?
There is a second field for DVR entry named "broadcast". This is u32. But the description says only "Broadcast.". Hmm, should this be the correct? Or is the source in EPG grid not the id field?