Page 2 of 3

Re: XMLTV converter?

Posted: 19 May 2019, 03:06
by Eugene
UTC + timezone is correct

Re: XMLTV converter?

Posted: 19 May 2019, 20:15
by saentist
Near all channels have EPG now, but time problem is strange.
On image real time 19:55 /same on OSD clock/
in red 23:00 need to be 20:00
this is on all channels
Image

in settings, option to change time not helping.

Re: XMLTV converter?

Posted: 20 May 2019, 15:20
by admin
To analyze this, please, provide the following:

1. Screenshot of Settings (gear icon on main screen) -> Information
2. Screenshot of player with expanded TV guide (same as above)
3. Screenshot or part of XMLTV with programs that is currently displayed.

[upd] Current assumption: you have time in non-UTC format

Re: XMLTV converter?

Posted: 20 May 2019, 21:41
by saentist

Code: Select all

<programme start="20190520210000 +0300" stop="20190520220000 +0300" channel="BNT 1">
  <title>История.bg</title>
</programme>
<programme start="20190520220000 +0300" stop="20190520230000 +0300" channel="BNT 1">
  <title>На границата</title>
<programme start="20190520230000 +0300" stop="20190520232500 +0300" channel="BNT 1">
  <title>По света и у нас</title>
</programme>
<programme start="20190520232500 +0300" stop="20190520233000 +0300" channel="BNT 1">
  <title>Зелена светлина</title>
</programme>
<programme start="20190520233000 +0300" stop="20190521003000 +0300" channel="BNT 1">
  <title>Код 202</title>
<programme start="20190521003000 +0300" stop="20190521013000 +0300" channel="BNT 1">
  <title>Култура.БГ</title>
</programme>
<programme start="20190521013000 +0300" stop="20190521023000 +0300" channel="BNT 1">
  <title>100% будни</title>
</programme>
<programme start="20190521023000 +0300" stop="20190521031000 +0300" channel="BNT 1">
  <title>Днес и утре</title>
</programme>
<programme start="20190521031000 +0300" stop="20190521041000 +0300" channel="BNT 1">
  <title>Малки истории</title>
</programme>
<programme start="20190521041000 +0300" stop="20190521050500 +0300" channel="BNT 1">
  <title>Код 202</title>
<programme start="20190521050500 +0300" stop="20190521054500 +0300" channel="BNT 1">
  <title>Още от деня</title>
</programme>
<programme start="20190521054500 +0300" stop="20190521060000 +0300" channel="BNT 1">
  <title>Телепазарен прозорец</title>
</programme>
<programme start="20190521060000 +0300" stop="20190521083000 +0300" channel="BNT 1">
  <title>Сутрешен блок</title>
</programme>
<programme start="20190521083000 +0300" stop="20190521084500 +0300" channel="BNT 1">
  <title>По света и у нас</title>

Image Image Image Image

If I change time-zone in setting effect is not logical.
If set UTC +0 events are in correct time, but current event is event 3h ago of real time, also OSD clock is 3h back.

With same playlist and epg on ProgDVB and IP-TV Player all times is correct.

Re: XMLTV converter?

Posted: 20 May 2019, 23:52
by Eugene
Don't you see that it is absolutely different TV Guide: on your screenshot and in your code?

in your XMLTV Code: Код 202
on your screenshot: Код 202 тв филм /4 еп./

in your XMLTV Code: Култура.БГ
on your sceenshot: Култура.БГ /п/

and so on

Re: XMLTV converter?

Posted: 21 May 2019, 09:16
by saentist
One is from DVB-T other is from DVB-S but event timing is same. /different operators and detail levels/

event

Code: Select all

<programme start="20190520220000 +0300" stop="20190520230000 +0300" channel="BNT 1">
  <title>На границата</title>

start time 20190520220000 aka 22:00h on 20 may 2019
in picture start on next day at 01:00 /+3h/ 01:00 on 21 may 2019

From this I see
TV settings region +3 /+2 +summertime/
In SS-IPTV info page date and time is also correct.
In XmlEPG time indication is correct and time zone is correct.
After that, in visualization UI all times are +3h

Re: XMLTV converter?

Posted: 21 May 2019, 14:14
by Eugene
TV Guide that you see differs from TV Guide in your XMLTV.
No matter what time you have in your TV Guide, the app doesn't use it but uses another one.

Why the app doesn't use your XMLTV? I suppose that's because you didn't aligned it with our requirements
http://ss-iptv.com/en/operators/epg

Did you added all the http-headers required and turned off gzipping on your server?

Re: XMLTV converter?

Posted: 21 May 2019, 19:21
by admin
saentist wrote:Image


The EPG that you show is from our database.
I confirm that there is an issue +3 hours in our EPG database.

And again, If you want to use your own EPG source with XMLTV or JTV, you should follow the requirements:
http://ss-iptv.com/en/operators/epg

Re: XMLTV converter?

Posted: 21 May 2019, 19:39
by saentist
EPG is direct connected to generator and I see EPG from it, it not come from black hole in deep space. 8-)
When i start to use ss-iptv with my playlist there was no EPG at all, until cut format of generated xmlepg to minimum.
Now EPG work I see it also on pictures can be seen but Time is not correct.

question is: why time is not correct?

Later will make more pictures and export of full EPG to be more clear.

p.s.
That's why I asked for spec of XMLEPG with is compatible with app
currently no one answer of this question clear
reverse engendered answer is
<programme start="UTC +TZ" stop="UTC +TZ" channel="CH_NAME">
/not clear is it must be UTC or local time/
("tvg-id" or "id" attribute in M3U and attribute "id" of tag "channel" on the xmltv side. IDs must be unique.)
<title>Up to 43 symbols event name</title>
Other tags will be ignored.

Re: XMLTV converter?

Posted: 21 May 2019, 19:55
by admin
saentist wrote:reverse engendered answer is
<programme start="UTC +TZ" stop="UTC +TZ" channel="CH_NAME">
/not clear is it must be UTC or local time/


We've provided you the information that attribute "channel" should match attribute "id" from M3U.
What kind of reverse engineering do you mean?

The answer is:
It should be in localtime +TZ

Could you please share your playlist (with dummy content and direct link to your xmltv file) for test purposes to support@ss-iptv.com (subject: "xmltv issue").
It seems that you see EPG from our source (not from yours) with "+3 h" bug. It was added several days ago. (will be fixed soon)