Project

General

Profile

Potential bug about EPG programme information changes not reflected properly

Added by Mathieu Gouin almost 8 years ago

Hello,

I decided to start a new thread, but this is loosely related to this thread which I already started:

https://tvheadend.org/boards/5/topics/23472

In a nutshell, here is the problem. Hopefully, someone can help me figure out what went wrong...

The movie "The Proposal" was originally supposed to air on the channel "CTV" on 2016-12-31 at 20:00. I created a one time recording for that event.

Later the movie start time was slightly changed to 2min later. It is now 20:02 (as reflected in the xmltv attached). My xmltv.xml is downloaded nightly at 3am. At 4am, the internal grabber tv_grab_file is scheduled to run.

However, as shown in the 3 screenshots showing various rendering of the TVH EPG data, there is still a left-over 2min dummy movie ("The Proposal") from 20:00 to 20:02.

There are a few problem here:
1. This dummy 2min movie is not listed anywhere in the xmltv information. In fact, a quick search reveals that there is only one entry for this movie.
2. My original recording was not updated with the new movie start time.

Just to clarify, I'm not angry or anything, I'm just happy to report a small glitch I encountered.

Let me know if I can be of more help to figure out what went wrong...

Thanks in advance,

Mathieu

Screenshot_2016-12-31-17-36-15.png (55.9 KB) Screenshot_2016-12-31-17-36-15.png Android TVH app EPG guide screenshot
Screenshot_2016-12-31-17-37-48.png (73.3 KB) Screenshot_2016-12-31-17-37-48.png TVH web UI EPG
Screenshot_2016-12-31-17-50-03.png (69 KB) Screenshot_2016-12-31-17-50-03.png TVH mobile UI EPG listing (originally from https://github.com/polini/TvheadendMobileUI)
xmltv_20161231_033301.xml (2.41 MB) xmltv_20161231_033301.xml xmltv EPG data corresponding to the problematic display

Replies (3)

RE: Potential bug about EPG programme information changes not reflected properly - Added by Mark Clarkstone almost 8 years ago

Open an issue here: https://tvheadend.org/projects/tvheadend/issues/new.

From a quick look at the xmltv data, tvh isn't merging the data it already has with the new data, it's seeing them as two separate events.

RE: Potential bug about EPG programme information changes not reflected properly - Added by Jaroslav Kysela almost 8 years ago

It seems that the 'The Queens New Year's Message' event was somehow ignored:

<programme start="20161231200000 -0500" stop="20161231200200 -0500" channel="I65995.labs.zap2it.com">
  <title lang="en">The Queens New Year's Message</title>
  <episode-num system="dd_progid">SH02590639.0000</episode-num>
  <new/>
</programme>
<programme start="20161231200200 -0500" stop="20161231220000 -0500" channel="I65995.labs.zap2it.com">
  <title lang="en">The Proposal</title>\
  <sub-title lang="en">Movie (2009)</sub-title>
  <desc lang="en">Facing deportation to Canada, a high-powered book editor pretends she is engaged to her assistant, whom she's tormented for years.</desc><date>2009</date>
  <category lang="en">Movie / Drama</category>
  <episode-num system="dd_progid">MV00238658.0000</episode-num>
</programme>
    (1-3/3)