(Not that anyone needs it... I certanly don't watch these channels! Then again my Lithuanian is really bad and some natives might find it usefull.)
EDIT 15/03/2007:
I found out that the site I was using wasn't that reliable, so I did new grabber files (with corrected channel IDs) for the actual channel web sites. I haven't sone them all yet, but I'm working on it. Anyway here are the codes:
LTV and LTV2 (www_lrt_lt):
TV3 (www_tv3_lt):
LNK (www_lnk_lt):
BTV (www_btv_lt): (Note with this one I'm having some minor problems. I'll write more about it later.)
And more coming later...
EDIT 15/03/2007:
I found out that the site I was using wasn't that reliable, so I did new grabber files (with corrected channel IDs) for the actual channel web sites. I haven't sone them all yet, but I'm working on it. Anyway here are the codes:
LTV and LTV2 (www_lrt_lt):
Code:
<?xml version="1.0" encoding="utf-8" ?>
<Grabber>
<Info language="lt" availableDays="7" timezone="E. Europe Standard Time" />
<Channels>
<Channel id="ltv@lrt.lt" siteId="1352" />
<Channel id="ltv2@lrt.lt" siteId="217179" />
</Channels>
<Listing type="Html">
<Site url="http://www.lrt.lt/schedule.php?c=[ID]&d=[YYYY]-[MM]-[DD]" post="" external="false" encoding="" />
<Html>
<Template name="default" start="tvr_filter">
<SectionTemplate tags="TF">
<TemplateText>
<tr><td><#START></td><td></td>
<td><font><#TITLE></font>
<font><#DESCRIPTION></font></td></tr>
</TemplateText>
</SectionTemplate>
</Template>
</Html>
</Listing>
</Grabber>
TV3 (www_tv3_lt):
Code:
<?xml version="1.0" encoding="utf-8" ?>
<Grabber>
<Info language="lt" availableDays="7" timezone="E. Europe Standard Time" />
<Channels>
<Channel id="tv3.lt" siteId="tv3" />
</Channels>
<Listing type="Html">
<Site url="http://www.tv3.lt/index.php?option=com_press&channel=[ID]&date=[YYYY]-[MM]-[DD]" post="" external="false" encoding="" />
<Html>
<Template name="default">
<SectionTemplate tags="T">
<TemplateText>
<tr><td><#START></td><td><
a href><#TITLE></a><div></div></td></tr>
</TemplateText>
</SectionTemplate>
</Template>
<Template name="Details" start="contentpaneopenfoot">
<SectionTemplate tags="HS">
<TemplateText>
<span><<h2><#TITLE></h2><#DESCRIPTION></span>
</TemplateText>
</SectionTemplate>
</Template>
<Sublinks>
<Sublink search="com_content" template="Details" />
</Sublinks>
</Html>
</Listing>
</Grabber>
LNK (www_lnk_lt):
Code:
<?xml version="1.0" encoding="utf-8" ?>
<Grabber>
<Info language="lt" availableDays="7" timezone="E. Europe Standard Time" />
<Channels>
<Channel id="lnk.lt" siteId="" />
</Channels>
<Listing type="Html">
<Site url="http://www.lnk.lt/programa/index.php?d=[WEEKDAY]" post="" external="false" encoding="" />
<Search language="lt-LT" />
<Html>
<Template name="default">
<SectionTemplate tags="TF">
<TemplateText>
<table><tr><td><#START></td>
<td><font><#TITLE></font>
<z(><#DESCRIPTION>
<z(><font></font></z)?>
<font><#GENRE></font></z)?>
</td></tr></table>
</TemplateText>
</SectionTemplate>
</Template>
</Html>
</Listing>
<Actions>
<Modify channel="*" field="#GENRE" search="</td>" action="Replace">-</Modify>
</Actions>
</Grabber>
BTV (www_btv_lt): (Note with this one I'm having some minor problems. I'll write more about it later.)
Code:
<?xml version="1.0" encoding="utf-8" ?>
<Grabber>
<Info language="lt" availableDays="7" timezone="E. Europe Standard Time" />
<Channels>
<Channel id="btv.lt" siteId="" />
</Channels>
<Listing type="Html">
<Site url="http://www.btv.lt/index.php/pageid/81/date/[YYYY]-[MM]-[DD]" post="" external="false" encoding="" />
<Html>
<Template name="default" start="<table cellspacing="1" cellpadding="5" width="100%" border="0" bgcolor="#ffffff">" end="</table>">
<SectionTemplate tags="T">
<TemplateText>
<tr><td><#START></td>
<td><a href><#TITLE></a></td>
<td></td></tr>
</TemplateText>
</SectionTemplate>
</Template>
<Template name="Details" start="weekday">
<SectionTemplate tags="DP">
<TemplateText>
<div><p><#SUBTITLE></p>
<z(><p><#GENRE></p><p></p></z)?>
<p><#DESCIPTION></p>
<p></p></div>
</TemplateText>
</SectionTemplate>
</Template>
<Sublinks>
<Sublink search="programid" template="Details" />
</Sublinks>
</Html>
</Listing>
</Grabber>
And more coming later...