NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) ZTools and UltraXMLTV v
« Previous 1 … 4 5 6 7 8 … 12 Next »
UltraXMLTV: redundant recurring in pending

 
  • 0 Vote(s) - 0 Average
UltraXMLTV: redundant recurring in pending
madas
Offline

Member

Posts: 148
Threads: 20
Joined: Dec 2007
#1
2008-05-23, 05:34 PM (This post was last modified: 2008-05-23, 05:39 PM by madas.)
Couple of questions/problems

1. Since using this utility on my XML file i'm finding that the "pending" screen seems to show every instance of a re-occuring pending recording. Say "The Tudors" which is new once a week, and repeated like 4 times a day for the next week, shows up about 20 times. Will it record this everytime? or will those be skipped once it has one completed recording?

2. I use Yapi2XML to download my listings, and I have Yapi add a * after any new program. I tried to have UltraXMLTV do this too but 90% of programs ended up with a *, where as Yapi seems to be able to correctly identify which programs are new. Now, the programs show as "The Tudors *" and it seems that UltraXMLTV cannot receive season/episode information because of that *.

Any ideas?

Thanks

M

P.S. sorry for the limited subject, I didn't realise I couldn't edit that!
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#2
2008-05-23, 10:02 PM
madas Wrote:Couple of questions/problems

1. Since using this utility on my XML file i'm finding that the "pending" screen seems to show every instance of a re-occuring pending recording. Say "The Tudors" which is new once a week, and repeated like 4 times a day for the next week, shows up about 20 times. Will it record this everytime? or will those be skipped once it has one completed recording?

2. I use Yapi2XML to download my listings, and I have Yapi add a * after any new program. I tried to have UltraXMLTV do this too but 90% of programs ended up with a *, where as Yapi seems to be able to correctly identify which programs are new. Now, the programs show as "The Tudors *" and it seems that UltraXMLTV cannot receive season/episode information because of that *.

Any ideas?

Thanks

M

P.S. sorry for the limited subject, I didn't realise I couldn't edit that!

Well first off I'd say that the two issues might be related. I think if you get the New Show Indicator working within UltarXMLTV, the redundant pending shows might be gone. I doi not see this myself.

I believe that you should be able to select the detection method in the latest version available. I also believe other Yapi users aren't having a problem. Remember to disable the new show detection in Yapi...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
madas
Offline

Member

Posts: 148
Threads: 20
Joined: Dec 2007
#3
2008-05-27, 11:52 AM
Hi Frank,

I did disable the new show detection in Yapi, then I set UltraXMLTV to use the last air=null value (which is defaulted to anyway). Unfortunately the logic seems to be different.

Here is an example where Yapi identifies an old movie correctly, but UltraXML sees it as new

-----YAPI WITH NEW SHOW DETECTION------
<programme start="20080531033500 +0000" stop="20080531053000 +0000" channel="9959">
<title>Three Fugitives</title>
<desc>A clumsy bank robber (Martin Short) with a little girl (Sarah Rowland Doroff) to support takes a gruff ex-convict bank robber (Nick Nolte) hostage.</desc>
<credits>
<director>Francis Veber</director>
<actor>Nick Nolte</actor>
<actor>Martin Short</actor>
<actor>Sarah Rowland Doroff</actor>
<actor>James Earl Jones</actor>
<actor>Alan Ruck</actor>
<actor>Kenneth McMillan</actor>
<producer>Lauren Shuler Donner</producer>
</credits>
<date>1989</date>
<category>Movie</category>
<category>Comedy</category>
<length units="minutes">136</length>
<episode-num system="dd_progid">MV000265100000</episode-num>
<rating system="MPAA">
<value>PG-13</value>
</rating>
<star-rating>
<value>2.5</value>
</star-rating>
</programme>

-----YAPI WITHOUT NEW SHOW DETECTION------
<programme start="20080531033500 +0000" stop="20080531053000 +0000" channel="9959">
<title>Three Fugitives</title>
<desc>A clumsy bank robber (Martin Short) with a little girl (Sarah Rowland Doroff) to support takes a gruff ex-convict bank robber (Nick Nolte) hostage.</desc>
<credits>
<director>Francis Veber</director>
<actor>Nick Nolte</actor>
<actor>Martin Short</actor>
<actor>Sarah Rowland Doroff</actor>
<actor>James Earl Jones</actor>
<actor>Alan Ruck</actor>
<actor>Kenneth McMillan</actor>
<producer>Lauren Shuler Donner</producer>
</credits>
<date>1989</date>
<category>Movie</category>
<category>Comedy</category>
<length units="minutes">136</length>
<episode-num system="dd_progid">MV000265100000</episode-num>
<rating system="MPAA">
<value>PG-13</value>
</rating>
<star-rating>
<value>2.5</value>
</star-rating>
</programme>

-----YAPI WITHOUT NEW SHOW DETECTION THEN ULTRAXML------
<programme start="20080531033500 +0000" stop="20080531053000 +0000" channel="9959">
<title>Three Fugitives *</title>
<desc>A clumsy bank robber (Martin Short) with a little girl (Sarah Rowland Doroff) to support takes a gruff ex-convict bank robber (Nick Nolte) hostage.</desc>
<date>1989</date>
<category>Movie</category>
<category>Comedy</category>
<length units="minutes">136</length>
<episode-num system="dd_progid">MV000265100000</episode-num>
<rating system="MPAA">
<value>PG-13</value>
</rating>
<star-rating>
<value>2.5</value>
</star-rating>
</programme>
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#4
2008-05-27, 08:21 PM
madas Wrote:Hi Frank,

I did disable the new show detection in Yapi, then I set UltraXMLTV to use the last air=null value (which is defaulted to anyway). Unfortunately the logic seems to be different.

Here is an example where Yapi identifies an old movie correctly, but UltraXML sees it as new

-----YAPI WITH NEW SHOW DETECTION------
<programme start="20080531033500 +0000" stop="20080531053000 +0000" channel="9959">
<title>Three Fugitives</title>
<desc>A clumsy bank robber (Martin Short) with a little girl (Sarah Rowland Doroff) to support takes a gruff ex-convict bank robber (Nick Nolte) hostage.</desc>
<credits>
<director>Francis Veber</director>
<actor>Nick Nolte</actor>
<actor>Martin Short</actor>
<actor>Sarah Rowland Doroff</actor>
<actor>James Earl Jones</actor>
<actor>Alan Ruck</actor>
<actor>Kenneth McMillan</actor>
<producer>Lauren Shuler Donner</producer>
</credits>
<date>1989</date>
<category>Movie</category>
<category>Comedy</category>
<length units="minutes">136</length>
<episode-num system="dd_progid">MV000265100000</episode-num>
<rating system="MPAA">
<value>PG-13</value>
</rating>
<star-rating>
<value>2.5</value>
</star-rating>
</programme>

-----YAPI WITHOUT NEW SHOW DETECTION------
<programme start="20080531033500 +0000" stop="20080531053000 +0000" channel="9959">
<title>Three Fugitives</title>
<desc>A clumsy bank robber (Martin Short) with a little girl (Sarah Rowland Doroff) to support takes a gruff ex-convict bank robber (Nick Nolte) hostage.</desc>
<credits>
<director>Francis Veber</director>
<actor>Nick Nolte</actor>
<actor>Martin Short</actor>
<actor>Sarah Rowland Doroff</actor>
<actor>James Earl Jones</actor>
<actor>Alan Ruck</actor>
<actor>Kenneth McMillan</actor>
<producer>Lauren Shuler Donner</producer>
</credits>
<date>1989</date>
<category>Movie</category>
<category>Comedy</category>
<length units="minutes">136</length>
<episode-num system="dd_progid">MV000265100000</episode-num>
<rating system="MPAA">
<value>PG-13</value>
</rating>
<star-rating>
<value>2.5</value>
</star-rating>
</programme>

-----YAPI WITHOUT NEW SHOW DETECTION THEN ULTRAXML------
<programme start="20080531033500 +0000" stop="20080531053000 +0000" channel="9959">
<title>Three Fugitives *</title>
<desc>A clumsy bank robber (Martin Short) with a little girl (Sarah Rowland Doroff) to support takes a gruff ex-convict bank robber (Nick Nolte) hostage.</desc>
<date>1989</date>
<category>Movie</category>
<category>Comedy</category>
<length units="minutes">136</length>
<episode-num system="dd_progid">MV000265100000</episode-num>
<rating system="MPAA">
<value>PG-13</value>
</rating>
<star-rating>
<value>2.5</value>
</star-rating>
</programme>

I now have the Yapi code. I'll look at how -oz- did it, and compare. I'll adjust it. Gonna need some time though...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
madas
Offline

Member

Posts: 148
Threads: 20
Joined: Dec 2007
#5
2008-05-28, 11:27 AM
Frank,

Many thanks.

Graham
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  UltraXMLTV Enhancer 2.2 stopped working dshoup 4 6,384 2017-09-09, 08:54 PM
Last Post: dshoup
  UltraXMLTV NEWS! zehd 19 17,329 2013-09-07, 03:02 AM
Last Post: zehd
  ZTools and UltraXMLTV is done. RIP zehd 0 5,063 2013-09-07, 02:56 AM
Last Post: zehd
  UltraXMLTV Enhancer 2 - Public Release zehd 9 9,591 2013-01-18, 01:21 PM
Last Post: Graham
  Beta: UltraXMLTV Post-Process Renamer zehd 25 22,387 2011-11-14, 06:18 AM
Last Post: Ski098
  UltraXMLTV does not complete from UpdateEPG.bat agerdin 0 4,873 2011-11-01, 07:19 PM
Last Post: agerdin
  UltraXMLTV 2.1 - Movie ratings not being added description BrettB 11 10,909 2011-10-13, 12:34 AM
Last Post: OTAjunkie
  UltraXMLTV 2.1 - Episode numbers TomR 4 7,232 2011-02-06, 12:48 AM
Last Post: zehd
  Updated UltraXMLTV - now won't work jfm 3 6,235 2011-01-03, 05:09 AM
Last Post: zehd
  UltraXMLTV - New Beta zehd 46 31,148 2010-11-17, 09:08 PM
Last Post: zehd

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

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

Linear Mode
Threaded Mode