Hey.
Is it possible to grab epg for Eurosport 2 HD Xtra? (https://tv.de/sender/eurosport-2-hd-xtra/)
Thanks.
Hey.
Is it possible to grab epg for Eurosport 2 HD Xtra? (https://tv.de/sender/eurosport-2-hd-xtra/)
Thanks.
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
it's not hurry, i can wait.
i searched in google and this homepage is the only source for eurosport 2 hd xtra i found.
Check this
It's working. Thank you very much.
Hi everybody.
I have a small Problem with the 2 files and the working epg.
The epg is +1 Houre in the future. It means the real TV Programm starts from 7.00-9.00, but in the EPG (Perfect Player) is beginning from 8.00-10.00.
The XML file has also writen "Programm from 7.00-9.00"
Any idea what can i do?
Example:
programme start="20190119070000 +0000" stop="20190119090000 +0000" channel="EUROSPORT 2 HD XTRA"
Tennis: Grand Slam 2019 - Australian Open
Vom 14. bis zum 27. Januar finden die Australian Open in Melbourne statt. Beim ersten Grand Slam des Jahres rechnen sich einige Spieler gute Chancen auf den Titelgewinn aus. Im letzten Jahr gewann Roger Federer das Turnier und sicherte sich den bereits 20. Grand Slam-Titel seiner Karriere. Bei den Damen konnte sich die Dänin Caroline Wozniacki zur Siegerin krönen. In diesem Jahr liegen die deustchen Hoffnungen erneut auf Alexander Zverev, der sich in der Vergangenheit durch starke Auftritte in den Top 10 etablieren konnte und Angelique Kerber, die 2016 das Turnier für sich entscheiden konnte
Tennis
But on TV is 8.00-10.00
problem is perfect player that does not consider time. In you case, for perfect player, you can change time from Europe/Berlin to UTC+02:00, this should do it as site.ini is Europe/Berlin (UTC+01:00) (revision 2)
THX MAt. Done and Finish.
Here is another issue with the created EPG.
I have paste the created file from now. If you take a look inside, you will see 11 days of EPG.
BUT
If you open it with EPGEdit or Perfect Player you will have only two days with Information and each time a break of 1 Day .
For Example:
27.01: EPG with Text inside EPDEdit and PerfectPlayer
28.01: No EPG showing in EPGEdit and PerfectPlayer
29.01: EPG with Text inside EPDEdit and PerfectPlayer
30.01: No EPG showing in EPGEdit and PerfectPlayer
31.01: No EPG showing in EPGEdit and PerfectPlayer
?????
But the same with EPGEdit
Hello Gordon,
iTHX for your support.
I have checked the side and the created file again and i think the Problem is inside the ini file. Because the created epg is missing some date Information each 2 days.
The main side is showing the EPG Information (by day) from 04:00 till next day 04:30, after switching to the next date, they beginning from 04:30 again. ( I think that was what you mean)
Also they stoped to find more EPG Information for THIS Day. For example : normaly they have 12-13 chapters by day. But when WG create the second day the will stopt after 7 chapters, when they Arrival the 04:30 and beginns with a new day.
Did you have a good solution for that Problem? You writen " Delete duplicate" which tool did you used for it?
THX so much
I would like to post a screen , but i don´t have the upload button any more.
Attachments are blank
Here now the fully list for 14 days. We see that the second day has only Information from 3:00- till 5:30 so they grab only the first page, the next day will be ignored and beginns after page 3 (10.02.2019
A correct site.ini should look like :
[ Info ] update requested for - 1 - out of - 1 - channels for 7 day(s)
[ Debug ]
[ Info ] ( 1/1 ) TV.DE -- chan. (xmltv_id=Eurosport 2 HD Xtra) -- mode Force
[ Debug ] skipped : last show, no next startime to use as stop
[ Info ] 0.36 sec/update
[ Debug ]
[ Debug ] 170 shows in 1 channels
[ Debug ] 0 updated shows
[ Debug ] 170 new shows added
[ Info ]
[ Info ]
[ ] Job finished at 08/02/2019 16:37:52 done in 1m 4s
If overlapping there is obviously a problem.
Ps
My personal opinion is a waste of time and resource grab 14 days. Show may change within days, then who is interested what is going to happen into 2 weeks ??
I have Change to this and it´s OK. Don´t ask me why :) :)
Preview: https://ibb.co/wRrC2GG
index_start.scrub {single||||}
index.stop.scrub {regex||endTime":"(\d{2}:\d{2})||}
The modification is delet the "s" in index.stop.scrub
index.stop.scrub {regex||endTime":"(\d{2}:\d{2})||}
does nothing as its not even something webgrab would reconize as the format is wrong.
it should be index_stop not index.stop
unless the error is a typo as u didnt copy/paste it.
i don´t know why, but it´s OK and runs perfect.
Here the ini file
https://u4ueqhcllzn4l3nu.myfritz.net/nas/filelink.lua?id=22bde7b279521e6c
its because ur stop scrub is not correct and scrubs nothing so wg uses the start time only.
u think it runs perfect,i gurantee its far from it as there are problems with your ini file.
the big one is duplicate shows.
you are using the start time only(which is ok) but here's what happens..
wg will start at the first program and start processing the data.
so its goin along..09:00 show,10:00 show,ect,ect 22:00 show,23:00 show,ect,ect 01:00,05:00 and then say there a duplicate show 05:00 again.
so since wg only has the time(no date which goran explained above how to add),it goes there cannot be two shows starting at the same time so it think the second one must be from tomorrow.
so all programs from here foreward get push ahead 1 day.
then it gets worst,there will be a duplicate show on the day after also so again everything from there on gets pushed foreward another day and it just keeps compounding like this to the end of the data.
now i will tell u why it works for u,and its not because u did it right,u just go lucky..
since u only used the start time(because ur stop scrub is broken and does nothing)
when wegrab processes the shows it uses the start time of the next show for the stop time of the current show.
when it gets to the duplicate show it adds it buts its a zero seconds in lenght(start and stop time are the same).
http://blkbr.ddns.net:32600/Screenshot1.png
no i will fix ur stop scrub(with date and time) and see what happens..
you get 2 shows the same..
http://blkbr.ddns.net:32600/Screenshot2.png
now lets use the stop time only(no date)..
http://blkbr.ddns.net:32600/Screenshot3.png
see what happend?,just as i said it would above..
If he is happy...let him be happy. Probably he don't need shows at that time or he don't care if mess up.
I count on you for patience. Btw see post 16....then he keeps saying it works for him....so i leave it to you :)
Thanks to all for the Support.
By my Side its enough for me.
Thanks to all for the Support.
By my Side its enough for me.