NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 130 131 132 133 134 … 433 Next »
new indicator where it shouldn't be

new indicator where it shouldn't be
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#11
2016-06-08, 09:42 PM
ummm schedules direct does NOT provide reliable info for the 'new' tag....half of my epg shows blatent re-runs as 'new'...
and that's why i use mc2xml to download from there as it DOES correctly mark all shows as new when they are...
whatever mechanism it uses is dead-on for my sd data, where as the 'new' tag is really annoying that it appears on almost every show..
i understand that it was to catch possible missed shows that may have been marked wrong, but i can't find a single instance of sd data where it would have...[compared to mc2xml's method]
so unfortunately i have to keep using mc2xml instead of native sd access, and all the 'show *' [asterisk] annoyances that come with it, or end up with TONS of old shows recording..
[my shows that have a " *" at end of show cause file names to have ".." where only a "." should be.]

maybe a config switch to enable those with good data to use normal 'new' markings, and fail-safe alternate for those with flaky epg data?
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#12
2016-06-08, 10:59 PM
after reading more threads, it seems that *some* of my problems may be caused by the fact i use a xml import of sd data. [mostly because i like to see original air dates, actors etc.]
when i first tried it, i found similar results to what i get from xml data from sd...maybe this has changed now?

i would agree with Brettb that a switch to allow normal new flags on xml imports would solve this for everyone..[off by default]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#13
2016-06-09, 12:01 AM
What exactly do you want NextPVR to be looking at in your xmltv file to determine if a show is new?
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#14
2016-06-09, 01:12 AM
hmm, i'm not sure what criteria mc2xml uses, but it's always correct.. [only time i've seen it incorrect was when everybody's data was incorrect, like bad data from tribune itself. and that only twice in years]
i think it's just mostly if there isn't any known data to show it's new, then it isn't..
i can find out what he uses for mc2xml and let you know..
i'm not sure if there is anything abnormal he keys on, just doesn't flag shows without any applicable tags as new..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#15
2016-06-09, 01:19 AM
pBS Wrote:i think it's just mostly if there isn't any known data to show it's new, then it isn't..
I'm not aware of any standard "new" indicator for xmltv. There is a <previously-shown> indicator. As mentioned, this is only sporadically used though, and it's absence doesn't necessarily mean the show is new.

If you want to supply one of your xmltv files, I can see if anything stands out.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#16
2016-06-09, 01:23 AM
i think he also uses original air date[if today] as well but i wrote him to see what he uses, because it is very reliable..
Also, i'll see if i can modify my xslt script to put a "previously shown" tag in where there is no * in title...[correcting the data without it]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#17
2016-06-10, 04:45 PM (This post was last modified: 2016-06-10, 05:26 PM by pBS.)
He says he only marks as new programs that have a <new /> tag...
Which i assume is coming from sd itself..Smile
From my examination of the data, this holds true..
Every one of my ' *' shows has a <new /> tag in it...
Maybe only TMS sourced data sends this tag, maybe not..

from the dtd:
Code:
New.  This is the first screened programme from a new show that
has never been shown on television before - if not worldwide then at
least never before in this country.  After the first episode or
programme has been shown, subsequent ones are no longer 'new'.
Similarly the second series of an established programme is not 'new'.

Note that this does not mean 'new season' or 'new episode' of an
existing show.  You can express part of that using the episode-num
stuff.
<!ELEMENT new EMPTY>
Now that wording is quite odd, but TMS [or whatever it's called thesedays] does seem to mark only first showings of an episode, with what i see in the data...
The DTD seems to say that only the first show of a whole series is marked new, but in the data, every first showing of every episode has a 'new' tag, second airings of that same show don't...

The explanation in the dtd somewhat clearly says otherwise, but it seems TMS uses that tag for first run shows, even other services besides sd... zap2xml and it's source, the zap2it website...

i understand other countries may not use this tag from what the dtd says, so just a switch for TMS data sources would be fine..

so basically, any shows with the <new /> tag marked new only...
thanks
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,165
Threads: 958
Joined: May 2006
#18
2016-06-10, 05:34 PM
The SD API that sub uses is JSON not xmltv format. The default for XMLTV formated files is true, perhaps that is the problem with the process.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#19
2016-06-10, 05:38 PM
pBS, if you can supply one of your xmltv files, I'll look into adding support for it.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#20
2016-06-10, 06:16 PM
sure...
http://pbshouston.mooo.com/downloads/mc2xmldata.zip
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording Resume Indicator on Client JP23 2 1,447 2018-05-27, 08:06 AM
Last Post: martint123
  NextPVR not reusing tuners enough and ending live TV leases when it shouldn't ChaosMageX 3 1,933 2016-02-18, 08:53 PM
Last Post: Handy.Man
  onscreen indicator - recording and buttons madmax2 0 1,162 2013-12-27, 10:59 PM
Last Post: madmax2
  Recording screen not displaying watched indicator BrettB 18 5,882 2011-07-12, 06:44 PM
Last Post: sub
  Already Viewed Indicator steveum 2 1,558 2011-01-14, 01:55 AM
Last Post: steveum

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode