Normal
Laban,Would it be possible to change the delete before import option?Instead of deleting the whole dbo.program table, can you delete just the program information for the channels that are being imported?I use DVB-S EPG and XMLTV importing to get a guide for all my channels.When I import the XMLTV program infromation all the DVB-S EPG program information is deleted. This would also leave behind the program information for any channels that had failed to grab...This may slow down the import a bit as you would need to do something like: delete * from dbo.program where channelid=<id of channel being imported>but it would be real nice to have Keep up the good work!Winno*EDIT*I've just looked ar revs post and he's asked for exactly the same thing!
Laban,
Would it be possible to change the delete before import option?
Instead of deleting the whole dbo.program table, can you delete just the program information for the channels that are being imported?
I use DVB-S EPG and XMLTV importing to get a guide for all my channels.
When I import the XMLTV program infromation all the DVB-S EPG program information is deleted.
This would also leave behind the program information for any channels that had failed to grab...
This may slow down the import a bit as you would need to do something like:
delete * from dbo.program where channelid=<id of channel being imported>
but it would be real nice to have
Keep up the good work!
Winno
*EDIT*
I've just looked ar revs post and he's asked for exactly the same thing!