https://www.premiersports.com/gb/tv-guide
request to create ini
epg visible vpn uk, there are only 3 channels premier sports 1, premier sports 2, Laliga TV and the last one I want is Laliga TV UK version, Thank you for your help
https://www.premiersports.com/gb/tv-guide
request to create ini
epg visible vpn uk, there are only 3 channels premier sports 1, premier sports 2, Laliga TV and the last one I want is Laliga TV UK version, Thank you for your help
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
sites like these are worse than one with a thousand channels.
there are many issues with this site is the start/stop time.
if you look at the schedule the times are in h:mm format
so look at a show around noon or midnight.
for example say we have this for a start/stop time.
11:30 - 1:30
when webgrab processes this i thinks this is wrong because its thinks its 1:30 am in stead of 1:30 pm.
same thing happens around midnight.
webgrab throw error because it check to make sure the time makes sense and it knows 1:30 am if before 11:30 am.
there just nothing for it to gon on in the data for the time si its does its best guess.
another issue is days with no epg.
i only seen this with the 2 event channels but it could happen on any channel so thtis has to be dealt with.
anyway i spent the afternoon and got it to work with alot of tricks.
i hope it never breaks as i dont know if i would ever figure it out again.
First of all, thank you for taking up this topic, I will check it and get back to you if it is ok
hows it working?
there a updated version in ini pack that hopefully get the stream channels epg correct.
Works great using VPN from Poland
Thank you
late but me too, thank you, it works
Hi guys,
i know this is a complicated site
but its grabbing evening epg as morning
can you fix it please if you can.
Good day
more info needed.
guide.xml
screenshots,ect of where u see its wrong as it all matches site for me.
Sure here attached xml and screenshot of site
look example at
<programme start="20251025010000 +0100" stop="20251025031500 +0100" channel="Laliga Tv">
<title lang="en">LIVE LALIGA - Girona v Oviedo</title>
<category lang="en">Sports</category>
</programme>
<programme start="20251025031500 +0100" stop="20251025053000 +0100" channel="Laliga Tv">
<title lang="en">LIVE LALIGA - Espanyol v Elche</title>
<category lang="en">Sports</category>
</programme>
<programme start="20251025053000 +0100" stop="20251025073000 +0100" channel="Laliga Tv">
<title lang="en">LIVE LALIGA - Athletic Club v Getafe</title>
<category lang="en">Sports</category>
</programme>
they are on am time.
try this.
your going to see all kinds of corrections in your log.
its from errors in the data.
example
program 03:00 - 05:30
next program 05:00 - xx:xx
the next show has a start time before the previous show end time.
i think every channel except the ruby prone had errors in the schedule like this.
normally we would not use the stop time when this happens but for this site we need it because of gaps in the programming.
in the above example webgrab will adjust the first show stop time to 05:00 so it doesnt overlap the next show start time.
its just makes a mess of your log file.
Thanks so much looks ok now, if you can do me a favour append the subtitle with the title like in my example i would appriciate so much since its encrypted i cant do it myself.
use the rex post processor.
<title>'title( - )''subtitle'</title>
i made a mistake in the rex line above,this is correct..
<title>'title( - )''subtitle( - )'</title>
been awhile since i used rex.
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<filename>guide_final.xml</filename>
<!-- Combine title and subtitle with a dash separator -->
<title>'title( - )''subtitle( - )'</title>
<!-- Remove subtitle after combining -->
<sub-title></sub-title>
</settings>
this rex.config should do it?
i have <postprocess>rex</postprocess> in conf
because iam trying and its not working
never used rex
yes.
on the <postprocess line you also need to enable the postprocessor with run="y"
guide_final.xml is the created epg.xml file.
your original one webgrab created is untouched.
this is the xml you use.