You are here

tv24.lt

14 posts / 0 new
Last post
Jay888
Offline
Joined: 7 years
Last seen: 6 years
tv24.lt

Getting errors, no data..

    <channel update="i" site="tv24.lt" site_id="setanta-eurasia" xmltv_id="Setanta Eurasia">Setanta Eurasia</channel>

 

Can someone please take a look, thanks.

Attachments: 
ediri
Offline
Joined: 7 years
Last seen: 4 years
Jay888 wrote:

Getting errors, no data..

    <channel update="i" site="tv24.lt" site_id="setanta-eurasia" xmltv_id="Setanta Eurasia">Setanta Eurasia</channel>

 

Can someone please take a look, thanks.

 

there are 2 versions of grab

one for linux and one for windows

you have to remove "*" from windows url_index and add "*" to linux url_index

good luck

Jay888
Offline
Joined: 7 years
Last seen: 6 years
ediri wrote:

Jay888 wrote:

Getting errors, no data..

    <channel update="i" site="tv24.lt" site_id="setanta-eurasia" xmltv_id="Setanta Eurasia">Setanta Eurasia</channel>

 

Can someone please take a look, thanks.

 

there are 2 versions of grab

one for linux and one for windows

you have to remove "*" from windows url_index and add "*" to linux url_index

good luck

 

That's exactly what it was, thanks ediri

Cheers!

minrim
Offline
Joined: 7 years
Last seen: 7 months

Hello,

Does anyone use tv24.lt service. For us a week ago this service do not collect EPG information. Does anyone have some fix?

 

update requested for - 35 - out of - 35 - channels for 6 day(s)
(   1/35  ) TV24.LT -- chan. (xmltv_id=lrt_televizija) -- mode Force
iiiiii

(   2/35  ) TV24.LT -- chan. (xmltv_id=lrt_kultura) -- mode Force
iiiiii

(   3/35  ) TV24.LT -- chan. (xmltv_id=lnk) -- mode Force
iiiiii

(   4/35  ) TV24.LT -- chan. (xmltv_id=lietuvos_ryto_televizija) -- mode Force
iiiiii

(   5/35  ) TV24.LT -- chan. (xmltv_id=tv6) -- mode Force
iiiiii

(   6/35  ) TV24.LT -- chan. (xmltv_id=btv) -- mode Force
iiiiii

meskiokas
Offline
Joined: 11 years
Last seen: 7 years

Same here...

I'm experiencing exactly the same problem as minrim does.

My OS: Ubuntu

WG++ v2.0

meskiokas
Offline
Joined: 11 years
Last seen: 7 years

My bad. I've attached it now.

What do you mean by referring to Server and PHP is needed? Some kind of nginx proxy?

meskiokas
Offline
Joined: 11 years
Last seen: 7 years

This is what I needed.

nginx+php+curl installation is pretty straight forward.

It is working now.

 

Thank you!

minrim
Offline
Joined: 7 years
Last seen: 7 months

Hello,

We have problems with tv24.lt.ini config this config download channels with -3 hours offset.

We try to use Lithuanian config tvprograma.lt.ini that works OK for same channel.

Anyone can fix this problem?

Thanks

 

We use:

Mono JIT compiler version 5.2.0.224 (tarball Mon Sep 18 17:35:35 UTC 2017)

WebGrab+Plus  V2.1

tv24.lt.ini (lastest v. ) 

* @MinSWversion: V1.1.1/55
* @Revision 6 - [12/02/2017] TDabasinskas
*   Timezone was updated from UTC to Europe/Vilnius, which is the correct way to identify a timezone
*   The space after each attribute was removed, as the site output was recently updated, causing the config to break
* @Revision 5 - [06/08/2016] Blackbear199
*       site changes
* @Revision 4 - [19/07/2016] Blackbear199
*       showsplit fix
* @Revision 3 - [22/05/2016] Blackbear199
*       change season/episode to SxEx,add stop.scrub,add rating
* @Revision 2 - [23/02/2016] Jan van Straaten
*       complete rewrite
* @Revision 1 - [01/04/2013] Francis De Paemeleere
*   update .channel.xml generation
*   remove duplicate channel_id's
* @Revision 0 - [07/07/2011] Jan van Straaten
*   none
* @Remarks:
*   none
* @header_end

 

Webgrab config:

 

<?xml version="1.0"?>
<settings>

  <!-- for detailed info about the settings see http://webgrabplus.com/documentation/configuration/webgrabconfigxml -->

  <filename>/var/www/epg/guide.xml</filename>
  <mode></mode>
  <postprocess grab="y" run="n">mdb</postprocess>
  <user-agent>Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0</user-agent>
  <logging>on</logging>
  <retry time-out="5">4</retry>
  <timespan keeppastdays="7">7</timespan>
  <update>f</update>

  <!--
            Replace the next dummy channel entry with the channels you want.
                        You can look into the installed siteini.pack folder on your computer

            For the latest version,
            see http://webgrabplus.com/epg-channels for the available sites/channels
  -->

  <!-- tv24.lt  works with -3 hours offet -->
<channel update="i" site="tv24.lt"  site_id="lnk" xmltv_id="lnk">LNK</channel>

  <!-- tv24.lt  works ok -->
<channel update="i" site="tvprograma.lt" site_id="lnk/3" xmltv_id="LNK1">LNK1</channel>

</settings>

 

 

minrim
Offline
Joined: 7 years
Last seen: 7 months

Thanks for reply,

In my case if XMLTV software do not understand +0300 setting in programme like   <programme start="20170928150000 +0300" stop="20170928153000 +0300" channel="LRT Televizija"> only way to use is  <channel offset="3" same_as="lrt-televizija" xmltv_id="lrt-televizija1">LRT Televizija +3</channel>  ?

Its imposible to parse file in lithuanian local time with +3 option like tvprograma.lt.ini ?

Thanks for answer

Regards

 

minrim
Offline
Joined: 7 years
Last seen: 7 months

WG2MP helps if file with muti channels from different ini is in same timezone for example UTC +0.

Now problem is we use channels from tvprograma.lt.ini and tv24.lt.ini but they are in different time format :( If we convert output xml from webgrab with WG2MP, we add +3 hour for all channels.

Now i see only solution is to use channel offset but this is not good to duplicate channels :(

minrim
Offline
Joined: 7 years
Last seen: 7 months

Thanks You are correct!

Can You tell me how WG2MP.exe  select currect (my timezone) timezone  in my ubuntu 14.04 system (cat /etc/timezone ?)

Thanks

 

minrim
Offline
Joined: 7 years
Last seen: 7 months

Blackbear199 THANKS!

minrim
Offline
Joined: 7 years
Last seen: 7 months

Hello,

Blackbear199 can You check what's wrong with tv24 ini. 

tv24.lt not working now :(

minrim
Offline
Joined: 7 years
Last seen: 7 months

Hello,

Blackbear199 seems like changed tv24.lt page structure, can you fix tv24 ini. Now not working :(

Thanks

Log in or register to post comments

Brought to you by Jan van Straaten

Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl