oe-alliance / XMLTV-Import

Import's EPG data from rytec xml data sources.
15 stars 37 forks source link

channelfilter #31

Open lupomeo opened 5 years ago

lupomeo commented 5 years ago

Even if the channelsfilter is a good idea in principle I think it was badly done with the fake registration. In my little opinion this code in plugin.py is too heavy for e2 and heavly slow down parsing performance: fakeRecService = NavigationInstance.instance.recordService(sref, True) if fakeRecService: fakeRecResult = fakeRecService.start(True) NavigationInstance.instance.stopRecordService(fakeRecService) So i decided to skip with a patch because it seems to me that "the cure is worse than the disease" :) Just my 2 cents :)