2019-10-18, 05:17 PM
Kodi v19 is introducing a new feature that matches the New indicator in NextPVR. https://github.com/xbmc/xbmc/pull/16645 Unfortunately they aren't using a flag at this point they are going to be basing it on the original air date. There are a couple of things that we need to do. First I'd to confirm that you pass it as is, which we can assume to be local time (appears to be the case with Schedules Direct) Kodi needs it converted to UTC
There are lots on anomalies with the SD data (more than half of my database)
- it is the production year for movies (first run meaning first TV broadcast)
- for imported shows like Coronation Street they can be marked new but the original broadcast date could be two weeks earlier in the UK.
- varies for live events empty for sports, the first broadcast date for many news and talk shows
I think it will be easy enough to fake the original_air_date to be the start_date to handle some issues, If we don't things like a new episode of "Saturday Night Live" might show 1975-10-11.
My first question is should we clean up these dates? If so should it be done in Kodi or NextPVR? I think Kodi unless you plan on showing this date in your apps.
My second question is after your trip could you add the Live indicator from SD (it might be liveTapeDelay) as a significance. For me it is much nicer to present live events as new not live. Emby supports it now (I am faking it for some sports) and I mentioned it to ksooo too and Kodi will likely have new and live flags. If we don't fake the date in Kodi then they won't show as new so we'd need this as an indicator in the web app to show why
Martin
There are lots on anomalies with the SD data (more than half of my database)
- it is the production year for movies (first run meaning first TV broadcast)
- for imported shows like Coronation Street they can be marked new but the original broadcast date could be two weeks earlier in the UK.
- varies for live events empty for sports, the first broadcast date for many news and talk shows
I think it will be easy enough to fake the original_air_date to be the start_date to handle some issues, If we don't things like a new episode of "Saturday Night Live" might show 1975-10-11.
My first question is should we clean up these dates? If so should it be done in Kodi or NextPVR? I think Kodi unless you plan on showing this date in your apps.
My second question is after your trip could you add the Live indicator from SD (it might be liveTapeDelay) as a significance. For me it is much nicer to present live events as new not live. Emby supports it now (I am faking it for some sports) and I mentioned it to ksooo too and Kodi will likely have new and live flags. If we don't fake the date in Kodi then they won't show as new so we'd need this as an indicator in the web app to show why
Martin