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
#1
2015-09-30, 09:42 PM (This post was last modified: 2015-09-30, 10:12 PM by pBS.)
i have some shows coming up with the 'new' indicator that shouldn't have it...i looked at the epg xml info and no new tag exists, and the date tag shows 2003 as original air date...
Code:
<programme start="20150930150000 -0500" stop="20150930160000 -0500" channel="I7.28455196.microsoft.com" clumpidx="0/1">
          <title>Law &amp; Order</title>
          <sub-title>Shrunk(4)
      </sub-title>
      <desc>(10-22-2003) The body of a fatally stabbed young actress is found at the home of a Broadway composer (John Shea). Dr. Frederick Barrett: Robert Foxworth. Lisa Cutler: Kathleen Chalfant. Margot Dalton: Molly Regan. Dr. Felicity Cyrus: Ami Brabson.
      
¤ Actors: Jerry Orbach, Sam Waterston, Jesse L. Martin, Elisabeth Rohm, S. Epatha Merkerson, Fred Dalton Thompson, Robert Foxworth
¤ Director: Jace Alexander
¤ Writer: Richard Sweren</desc>
<icon src="http://images-eds.xboxlive.com/image?url=cOC861nTwwD6fdaNNqSphYhIoPdt3SpAXZveWYNx1oyg9mRQO1iGgisnlhvHYYhlSpv4w2a4JEEUhPkGFcCWGmf6MEGYhtVm.UWKke_U8PKW7lz5VfqpknLtCrqq4AwM1KYh1Sg5..VzdegAEhuorIMMt1MDyRudboL_ig9sLeY-&amp;w=267&amp;h=150"></icon>
      <category lang="en">Other</category>
      <category lang="en">courtroom</category>
      <episode-num system="onscreen">4</episode-num>
      </programme>
that was after my enhancement, here is before it: [but npvr doesn't see this one]
Code:
    <programme start="20150930150000 -0500" stop="20150930160000 -0500" channel="I7.28455196.microsoft.com">
        <title lang="en">Law &amp; Order</title>
        <sub-title lang="en">Shrunk</sub-title>
        <desc lang="en">The body of a fatally stabbed young actress is found at the home of a Broadway composer (John Shea). Dr. Frederick Barrett: Robert Foxworth. Lisa Cutler: Kathleen Chalfant. Margot Dalton: Molly Regan. Dr. Felicity Cyrus: Ami Brabson.</desc>
        <credits>
            <director>Jace Alexander</director>
            <actor>Jerry Orbach</actor>
            <actor>Sam Waterston</actor>
            <actor>Jesse L. Martin</actor>
            <actor>Elisabeth Rohm</actor>
            <actor>S. Epatha Merkerson</actor>
            <actor>Fred Dalton Thompson</actor>
            <actor>Robert Foxworth</actor>
            <actor>John Shea</actor>
            <actor>Kathleen Chalfant</actor>
            <actor>Molly Regan</actor>
            <actor>J.K. Simmons</actor>
            <actor>Amy Brabson</actor>
            <writer>Richard Sweren</writer>
        </credits>
        <date>20031022</date>
        <category lang="en">Other</category>
        <category lang="en">courtroom</category>
        <icon src="http://images-eds.xboxlive.com/image?url=cOC861nTwwD6fdaNNqSphYhIoPdt3SpAXZveWYNx1oyg9mRQO1iGgisnlhvHYYhlSpv4w2a4JEEUhPkGFcCWGmf6MEGYhtVm.UWKke_U8PKW7lz5VfqpknLtCrqq4AwM1KYh1Sg5..VzdegAEhuorIMMt1MDyRudboL_ig9sLeY-&amp;w=267&amp;h=150" />
        <episode-num system="ms_progid">1.309642652</episode-num>
        <episode-num system="onscreen">4</episode-num>
    </programme>

any idea why this shows with a new tag? maybe because no <date> tag?
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,007
Threads: 770
Joined: Nov 2003
#2
2015-09-30, 10:25 PM
With XMLTV EPG sources, everything is considered a new episode unless it has the <previously-shown> tag, or "®" at the end of the title. ie, unless the code specifically says it's new or previously shown, then it's treated as "unknown" and treats it as new.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#3
2015-09-30, 11:19 PM
ahhh, it just seems odd to flag something as 'new' when it's not known one way or the other...
i'm used to mc2xml flagging only things it 'knows' are new, and those without info should be considered old, because no reason to assume it's true...
any possibility for a change? shouldn't the <date> in the past flag it as old?

it's going to be hard to mark all non-new shows with previously shown tag, or i'll have to stop using new indicators and stay with the old *..
what about the /new tag? does it count for new?
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,007
Threads: 770
Joined: Nov 2003
#4
2015-09-30, 11:46 PM
pBS Wrote:ahhh, it just seems odd to flag something as 'new' when it's not known one way or the other...
It's done this way to minimize risk of recordings not happening. This specific information is very hit or miss world wide. For some epg's it varies from channel to channel. When the user schedules "season recording (New Episodes)", we want it to assume all episodes are new unless it knows otherwise, so that these episodes will be scheduled.

Quote:i'm used to mc2xml flagging only things it 'knows' are new, and those without info should be considered old, because no reason to assume it's true...any possibility for a change?
Pretty much no chance Big Grin A lot of thought went into intentionally doing this way, to best suit the majority of users.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,674
Threads: 170
Joined: Jun 2007
#5
2015-10-01, 01:48 AM
sub Wrote:It's done this way to minimize risk of recordings not happening. This specific information is very hit or miss world wide. For some epg's it varies from channel to channel. When the user schedules "season recording (New Episodes)", we want it to assume all episodes are new unless it knows otherwise, so that these episodes will be scheduled.

Pretty much no chance Big Grin A lot of thought went into intentionally doing this way, to best suit the majority of users.

Not that it really counts for anything, but I would vote with pBS to have a setting to select whether or not "unknowns" are considered "new" or not. I do really like having the new banner in the TV Guide (thanks, sub!). But it is strange and confusing to have movies from 20 years ago flagged as "new".
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,674
Threads: 170
Joined: Jun 2007
#6
2015-10-01, 01:50 AM
sub Wrote:With XMLTV EPG sources, everything is considered a new episode unless it has the <previously-shown> tag, or "®" at the end of the title. ie, unless the code specifically says it's new or previously shown, then it's treated as "unknown" and treats it as new.

Do you use different logic for specifying as "new" when the EPG source is native Schedules Direct?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,007
Threads: 770
Joined: Nov 2003
#7
2015-10-01, 01:55 AM
BrettB Wrote:Do you use different logic for specifying as "new" when the EPG source is native Schedules Direct?
Above were the XMLTV rules. Schedules Direct explicitly tells us if a show is new or not, so this is directly used to mark a show as new (or not).
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,674
Threads: 170
Joined: Jun 2007
#8
2015-10-01, 02:14 AM
sub Wrote:Above were the XMLTV rules. Schedules Direct explicitly tells us if a show is new or not, so this is directly used to mark a show as new (or not).

So then, Schedules Direct is the one that is specifying old movies are "new"?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,545
Threads: 964
Joined: May 2006
#9
2015-10-01, 02:29 AM
One of the SD flags tell you when an old movie premieres on TV. Sub was showing all old movies as new but on my request I think he changed it to just be premieres.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,007
Threads: 770
Joined: Nov 2003
#10
2015-10-01, 05:07 AM
mvallevand Wrote:One of the SD flags tell you when an old movie premieres on TV. Sub was showing all old movies as new but on my request I think he changed it to just be premieres.
For SD, for unique IDs that start with "MV" (ie Movie), it marks it as new if it has 'new' = true.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording Resume Indicator on Client JP23 2 1,582 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 2,053 2016-02-18, 08:53 PM
Last Post: Handy.Man
  onscreen indicator - recording and buttons madmax2 0 1,231 2013-12-27, 10:59 PM
Last Post: madmax2
  Recording screen not displaying watched indicator BrettB 18 6,278 2011-07-12, 06:44 PM
Last Post: sub
  Already Viewed Indicator steveum 2 1,684 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