--- a/tv_grab_zz_sdjson_sqlite 2017-10-03 09:57:08.576347223 -0700 +++ b/tv_grab_zz_sdjson_sqlite 2017-09-22 13:22:00.512171274 -0700 @@ -1777,7 +1777,13 @@ # XMLTV uses their standardized dates, while Schedules # Direct uses YYYY-MM-DD - if (defined($programDetails->{'originalAirDate'})) + # If "new", then do not generate previously-shown + if (defined($scheduleDetails->{'new'})) + { + my $new = $scheduleDetails->{'new'}; + $w->emptyTag('new'); + } + elsif (defined($programDetails->{'originalAirDate'})) { my $originalAirDate = $programDetails->{'originalAirDate'}; my $offset = ' +0000';