Hi. I'm trying to get the EPG for the OnePlay Sport MD2-8 channel but it's kind of weird.. it only downloads EPGs that haven't been running yet, if there's a series running on the channel, it won't download it, so it doesn't download series for the whole day.
<channel update="i" site="m.tv.sms.cz" site_id="Oneplay+Sport+MD2" xmltv_id="0011">Oneplay Sport 2MD</channel>
I'm not currently downloading anything for this channel, even though according to the website there is a series that is already running or has already ended.

this site is not good for channel like this.
it has few shows per day.
start time only for the show.
webgrab can easily mess up the schedule as it will get confused.
example
u grab 1 day epg
there is one event today.
since there is a start time only webgrab uses the start time of the next show for the current show stop time.
since there is only one show there is no next show and webgrab cannot calculate a stop time so the show is skipped with nothing being written to your guide.xml file.
can u try loading this epg file.
there is not much epg for these channels to compare to check if the results are correct.
and few shows per day.
it might be better to completely rework the ini to the api that the android application uses
channel list:
api to display programs:
the api must use useragent:
that will work as it has a full date/time for the show start/stop.
read the remarks in the ini for how to use a custom user agent for these channels.
for the category.
the site uses a single letter to represent genre.
i found all the one that i could but there is just to many channels to check them all.
if you see a single letter in your data for a category it means it hasnt been mapped to the category name.
look at the example in the ini,here's one.
F in the data means Film
index_category.modify {set('index_temp_2' "F")|Film}
so if u find a unmapped category u can add it by adding another line.
say u found a category X
index_category.modify {set('index_temp_2' "X")|Category X Name}
if you do find some new ones please post here so it can be added.
also..
there was one other i couldnt figure out,i dont think its a important one.
for index_temp_1 i found the values L,R,P there may be more.
L > Live
R > Repeat
P > Premiere? **not sure about this one.
edit:
renamed files to app.tv.sms.cz