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 … 94 95 96 97 98 … 433 Next »
First_Run = "Y"

First_Run = "Y"
TeleFragger
Offline

Member

Posts: 109
Threads: 13
Joined: Mar 2016
#1
2017-03-20, 12:43 AM
ok so I have this setup and works great for some things.

I have tv shows like APB and 24 Legacy and they work without issue.

This one is weird...
I have the hallmark channel setup to record anything new. Funny thing is it does record new tv shows as you will see in screenshots but it doesn't show new movies. I checked Comcast cable and it lists this show as NEW.... so I thought it would record it but it didn't. so I setup a manual record of it for the wife..

[ATTACHMENT NOT FOUND]

[ATTACHMENT NOT FOUND]

[ATTACHMENT NOT FOUND]




any help appreciated.. tryin to get on the wifes nice list!!! LOL
scJohn
Offline

Senior Member

Posts: 281
Threads: 41
Joined: Jun 2013
#2
2017-03-20, 08:19 PM
You need to check if the NextPVR EPG data also showed that movie (or any other movie) as "New". The Comcat EPG and the your NextPVR EPG could be using different sources for the Guide data.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,498
Threads: 963
Joined: May 2006
#3
2017-03-20, 08:51 PM
I think the SD "new" meta data is only for episodic show but I am not certain. The SD JSON does have a premiere flag for made-for-TV movies and mini series not sure if sub uses it.

Martin
TeleFragger
Offline

Member

Posts: 109
Threads: 13
Joined: Mar 2016
#4
2017-03-21, 10:59 AM
scJohn Wrote:You need to check if the NextPVR EPG data also showed that movie (or any other movie) as "New". The Comcat EPG and the your NextPVR EPG could be using different sources for the Guide data.

so im still learning about this and can you point me in the direction of what to look for? im guessing the source of my tv guide (zap2it) which is what im bringing in. Not sure what you mean by the 2 of them use different source for guide data...

appreciate it!
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,498
Threads: 963
Joined: May 2006
#5
2017-03-21, 12:34 PM
Ok you aren't using SD JSON but how to you know your zap2it movies are marked New. Perhaps make you guide data available.

Martin
TeleFragger
Offline

Member

Posts: 109
Threads: 13
Joined: Mar 2016
#6
2017-03-22, 05:38 PM
i will when im home later... work is blocking the DL of the zap2it program
TeleFragger
Offline

Member

Posts: 109
Threads: 13
Joined: Mar 2016
#7
2017-03-23, 02:02 PM
ok so did some digging...
here is an example...
that hallmark channel like shown above gets some of the shows... and here is the blurb out of the xml (attached)
I do not see any "New" for these but yet they are set to record...

I setup soccer to record and it did 3 of them but then no more...

shooter, the walking dead all work...

When calls the heart

Code:
    <programme start="20170326210000 -0400" stop="20170326220000 -0400" channel="I66268.labs.zap2it.com">
        <title lang="en">When Calls the Heart</title>
        <sub-title lang="en">My Heart Will Go On</sub-title>
        <desc lang="en">Jack makes some difficult choices.</desc>
        <date>20170326</date>
        <category lang="en">Series</category>
        <episode-num system="dd_progid">EP01547473.0061</episode-num>
        <video>
            <aspect>16:9</aspect>
            <quality>HDTV</quality>
        </video>
        <new />
        <subtitles type="teletext" />
        <rating>
            <value>TVG</value>
        </rating>


Home and Family

Code:
    <programme start="20170323100000 -0400" stop="20170323120000 -0400" channel="I66268.labs.zap2it.com">
        <title lang="en">Home &amp; Family</title>
        <desc lang="en">Actor Cameron Mathison; Nick D&apos;Agosto.</desc>
        <date>20170323</date>
        <category lang="en">Series</category>
        <episode-num system="dd_progid">EP01547270.1080</episode-num>
        <video>
            <aspect>16:9</aspect>
            <quality>HDTV</quality>
        </video>
        <new />
        <subtitles type="teletext" />
        <rating>
            <value>TVG</value>
        </rating>
    </programme>



This walking dead is set to record.. verified its set...

Code:
    <programme start="20170326210000 -0400" stop="20170326220200 -0400" channel="I59337.labs.zap2it.com">
        <title lang="en">The Walking Dead</title>
        <sub-title lang="en">Something They Need</sub-title>
        <desc lang="en">Alexandrians embark on a journey.</desc>
        <date>20170326</date>
        <category lang="en">Series</category>
        <episode-num system="dd_progid">EP01324002.0141</episode-num>
        <video>
            <aspect>16:9</aspect>
            <quality>HDTV</quality>
        </video>
        <new />
        <subtitles type="teletext" />
        <rating>
            <value>TVMA (L,V)</value>
        </rating>
    </programme>

[ATTACHMENT NOT FOUND]

[ATTACHMENT NOT FOUND]
TeleFragger
Offline

Member

Posts: 109
Threads: 13
Joined: Mar 2016
#8
2017-03-24, 07:16 PM
so im guessing no one knows? would like to figure this out.. whether it is using a different source for xml or what...
TeleFragger
Offline

Member

Posts: 109
Threads: 13
Joined: Mar 2016
#9
2017-03-24, 07:27 PM
also here is an example of something that has "new" in it... but not all have this... and not sure if this is putting it as new...

Code:
    <programme start="20170325073000 -0400" stop="20170325074500 -0400" channel="I12131.labs.zap2it.com">
        <title lang="en">Justice League Action</title>
        <sub-title lang="en">Speed Demon</sub-title>
        <date>20170325</date>
        <category lang="en">Children</category>
        <category lang="en">Series</category>
        <episode-num system="dd_progid">EP02547172.0012</episode-num>
        <new />
        <rating>
            <value>TVY7 (FV)</value>
        </rating>
    </programme>
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,498
Threads: 963
Joined: May 2006
#10
2017-03-24, 07:49 PM
For testing if you have "show new in guide" configured New will show up in the guide . You also need to upload your NextPVR logs to show how the scheduler is using this info.


Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


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

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

Linear Mode
Threaded Mode