Re: Original Broadcast Date' and 'Repeat' flag available from tv_grab_uk_rt ?

Nick Morrott <[email protected]>
Newsgroups gmane.comp.tv.xmltv.general
Message-ID <CAOQWjw0bna=00PgGKS-dK28h4ufS4990iKXXtE=iOq6-Lzqj2g@mail.gmail.com>
On 22 September 2011 08:53, David Watkins <[email protected]> wrote:
>>
>> I suppose one could infer that if a programme is flagged as a
>> premiere, the original airdate is the same as the transmission date of
>> the programme.
>>
>> I'll do some more research on the listings I have available, and
>> perhaps contact the Radio Times to see if they are aware of the
>> problem.

I ran a query a few nights ago on my then-current 14-days of listings
for my Virgin TV video source in MythTV to count flagged repeats and
was quite surprised by the findings. This query was clearly automated
and I haven't checked the listings manually to look for mis-flagged
repeats (I'll add premiere/repeat counts to the grabber's debug
output).

The query was:

SELECT
  `channel`.`name` as "Channel",
  count(*) as "Programmes",
  count(nullif(`program`.`previouslyshown`,1)) as "Unknown",
  count(nullif(`program`.`previouslyshown`,0)) as "Repeats"
FROM
  `program`,`channel`
WHERE
  `program`.`chanid` = `channel`.`chanid` AND `channel`.`sourceid` = '2'
GROUP BY
  `program`.`chanid`
ORDER BY
  `program`.`chanid`;


The following channels (ignoring any timeshifted versions) provided no
repeat flagging at all:

Watch
GOLD
Dave
Alibi
Comedy Central
Syfy
5*
5USA
Universal
DMAX
Quest
Blighty
Eden
Discovery
Animal Planet
Disc History
Disc Science
Good Food
Home
Really
Disc Realtime
Disc Shed
Disc Home and Health
Sky Arts 1
MTV
VH1
TCM
Movies 24
Film4
Eurosport
Eurosport 2
BBC News
BBC Parliament

> To be honest, for originalairdate, it's the release date(year) for
> both films and television that I'd find most useful.  The date that a
> programme was first shown on television is not particularly relevant
> (and is open to interpretation, as has already been pointed out in
> this thread).
>
> Presumably 'airdate' will always be the date of the current broadcast,
> ie the same as the date of the 'programmestart' field ?
>
> Apart from Dave and More4  those TOTP repeats from 1976 look odd when
> Myth flags them as 2011.

It's a bug in MythTV if it's using provided data incorrectly (or
worse, creating erroneous information when none is given). As Karl
mentioned, MythTV's listings infrastructure is heavily skewed toward
the TMS/Schedules Direct services and the very rich data they provide.
Other XMLTV sources - uk_rt included - do not provide such rich data.

Cheers,
Nick

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
xmltv-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xmltv-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.