Hi to all MP users and developers,
I'm constructing new grabber which uses http://www.rzeczpospolita.pl/tv web site, listings looks pretty usefull and contain many information.
Almost all work is done except one thing: site lists only 25 records, so I need to shift to next set of records, I use LIST_OFFSET with maxlistings="25" to accomplish that.
WebEPG reads and parse correctly first page (25 records) with LIST_OFFSET=0, then it promotes to next page with LIST_OFFSET=25 (and gets 20 records as for today), then instead of promoting to the next day it looks for next page with LIST_OFFSET=50 (it will get 0 records of course), then it uses LIST_OFFSET=75 and so forth untill I kill webepg.exe.
Please look at attached grabber and webepg.log files, it seems that webepg misses the point where (list count)<(maxlistings), even on pages where (list count)=0. In the log file you can see that webepg wrongly plays with Listing Count considering it 26 where it should be 0 (as in WebEPG Designer).
thanks in advance
I'm constructing new grabber which uses http://www.rzeczpospolita.pl/tv web site, listings looks pretty usefull and contain many information.
Almost all work is done except one thing: site lists only 25 records, so I need to shift to next set of records, I use LIST_OFFSET with maxlistings="25" to accomplish that.
WebEPG reads and parse correctly first page (25 records) with LIST_OFFSET=0, then it promotes to next page with LIST_OFFSET=25 (and gets 20 records as for today), then instead of promoting to the next day it looks for next page with LIST_OFFSET=50 (it will get 0 records of course), then it uses LIST_OFFSET=75 and so forth untill I kill webepg.exe.
Please look at attached grabber and webepg.log files, it seems that webepg misses the point where (list count)<(maxlistings), even on pages where (list count)=0. In the log file you can see that webepg wrongly plays with Listing Count considering it 26 where it should be 0 (as in WebEPG Designer).
thanks in advance
Poland