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 2 3 4 5 … 12 Next »
UltraXMLTV 1.2.152 - credits info disappearing

 
  • 0 Vote(s) - 0 Average
UltraXMLTV 1.2.152 - credits info disappearing
TomR
Offline

Member

Posts: 229
Threads: 17
Joined: Jan 2009
#1
2009-02-25, 12:43 PM
I'm having a problem with keeping the credits info (Actors, Guests,etc.) in the xmltv.xml file.

I use mc2xml and grab the listings for Canada (East), Bell TV (Digital). If I look at the contents of this xmltv.xml file it includes the credits info (Actors, Guests,etc.). I then run UltraXMLTV to "enhance" the information (e.g. mark new shows, add the Season and Episode numbers, etc.). IN UltraXMLTV, I have selected to append the Credits info to the Description and to include the Actors, Guests, Director, and Writer info.

Once UltraXMLTV is complete I look at the xmltv.xml again and the credits info (Actors, Guests,etc.) are now gone.

I have attached a copy of the log containing all entries from the last run and my UltraXMLTV settings for you reference. If it would be of any benefit I can upload the pre and post xmltv.xml files.

Any suggestions on what I'm doing wrong or missing?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#2
2009-02-26, 05:10 AM
TomR Wrote:I'm having a problem with keeping the credits info (Actors, Guests,etc.) in the xmltv.xml file.

I use mc2xml and grab the listings for Canada (East), Bell TV (Digital). If I look at the contents of this xmltv.xml file it includes the credits info (Actors, Guests,etc.). I then run UltraXMLTV to "enhance" the information (e.g. mark new shows, add the Season and Episode numbers, etc.). IN UltraXMLTV, I have selected to append the Credits info to the Description and to include the Actors, Guests, Director, and Writer info.

Once UltraXMLTV is complete I look at the xmltv.xml again and the credits info (Actors, Guests,etc.) are now gone.

I have attached a copy of the log containing all entries from the last run and my UltraXMLTV settings for you reference. If it would be of any benefit I can upload the pre and post xmltv.xml files.

Any suggestions on what I'm doing wrong or missing?

hmm. If you have the Credits appended to the Description, then there shouldn't be any credits anymore, the data is now part of the Description. Since the Credits are normally hidden to GB-PVR, and Ultra exposes that, by putting it somewhere else, why do you still need that info in the XMLTV file?
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]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#3
2009-02-26, 05:12 AM
TomR Wrote:I'm having a problem with keeping the credits info (Actors, Guests,etc.) in the xmltv.xml file.

I use mc2xml and grab the listings for Canada (East), Bell TV (Digital). If I look at the contents of this xmltv.xml file it includes the credits info (Actors, Guests,etc.). I then run UltraXMLTV to "enhance" the information (e.g. mark new shows, add the Season and Episode numbers, etc.). IN UltraXMLTV, I have selected to append the Credits info to the Description and to include the Actors, Guests, Director, and Writer info.

Once UltraXMLTV is complete I look at the xmltv.xml again and the credits info (Actors, Guests,etc.) are now gone.

I have attached a copy of the log containing all entries from the last run and my UltraXMLTV settings for you reference. If it would be of any benefit I can upload the pre and post xmltv.xml files.

Any suggestions on what I'm doing wrong or missing?

Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\UltraXMLTV\UltraXMLTV_Enhancer\Credits]
[B]"LimitActors"="0"
"LimitGuests"="0"[/B]
"CreditsAction"="Append to Desc"
"ActorsTag"="Actors: [Actor]"
"ActorsCrLf"="0"
"GuestsTag"="Guests: [Guest]"
"GuestsCrLf"="0"
"Director"="0"
"DirectorTag"="Director: [Director]"
"DirectorCrLf"="0"
"Writer"="0"
"WriterTag"="Writer: [Writer]"
"WriterCrLf"="0"
If the limit is set to 0 then no Actors or Guests will display...
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]
TomR
Offline

Member

Posts: 229
Threads: 17
Joined: Jan 2009
#4
2009-02-26, 05:01 PM
That works much better. I thought if I let it a t zero it would give me all instead of none. I guess I should have looked at "Zehd's Picks". I might of clued in then Smile

You mentioned elsewhere that a .NET version is in the works. Any timeframe for this yet?

Thanks again for all of your hard work.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#5
2009-02-27, 03:27 AM
TomR Wrote:That works much better. I thought if I let it a t zero it would give me all instead of none. I guess I should have looked at "Zehd's Picks". I might of clued in then Smile

You mentioned elsewhere that a .NET version is in the works. Any timeframe for this yet?

Thanks again for all of your hard work.

I'm looking for an alpha release this weekend. As with anything, documentation is the tough stuff...
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]
LewE
Offline

Posting Freak

Posts: 771
Threads: 115
Joined: Oct 2007
#6
2009-02-27, 03:30 AM
zehd Wrote:I'm looking for an alpha release this weekend. As with anything, documentation is the tough stuff...
If you were a real programmer, you'd realize that you just don't do the documentation. Rolleyes
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#7
2009-02-27, 04:28 PM
LewE Wrote:If you were a real programmer, you'd realize that you just don't do the documentation. Rolleyes

LOL...

I'm adding Tooltips to just about everything (able to turn off too) so that people can find their way around...
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]
LewE
Offline

Posting Freak

Posts: 771
Threads: 115
Joined: Oct 2007
#8
2009-02-27, 07:39 PM
zehd Wrote:LOL...

I'm adding Tooltips to just about everything (able to turn off too) so that people can find their way around...
Well, even though it will be hard to take you seriously as a programmerBig Grin, I for one will appreciate any Tooltips, etc.

This is a complex program and it isn't always obvious what effects some entries will have on the results.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#9
2009-02-27, 09:42 PM
LewE Wrote:Well, even though it will be hard to take you seriously as a programmerBig Grin, I for one will appreciate any Tooltips, etc.

This is a complex program and it isn't always obvious what effects some entries will have on the results.

Since you have such a grasp on my programming abilities and the complexity of the task at hand, I will expect you at the front of the Beta Test pack...
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]
LewE
Offline

Posting Freak

Posts: 771
Threads: 115
Joined: Oct 2007
#10
2009-02-27, 11:54 PM
zehd Wrote:Since you have such a grasp on my programming abilities and the complexity of the task at hand, I will expect you at the front of the Beta Test pack...
I'd be glad to help in whatever little way I can with early version testing. When will we be able to try out the first beta?

Normally, I only beta test software that I don't consider crucial. For example, I don't volunteer for beta testing operating systems, or applications I use for storing passwords, etc. This is an exception I will gladly make.
« 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,204 2017-09-09, 08:54 PM
Last Post: dshoup
  UltraXMLTV NEWS! zehd 19 17,010 2013-09-07, 03:02 AM
Last Post: zehd
  ZTools and UltraXMLTV is done. RIP zehd 0 4,978 2013-09-07, 02:56 AM
Last Post: zehd
  UltraXMLTV Enhancer 2 - Public Release zehd 9 9,400 2013-01-18, 01:21 PM
Last Post: Graham
  Beta: UltraXMLTV Post-Process Renamer zehd 25 21,970 2011-11-14, 06:18 AM
Last Post: Ski098
  UltraXMLTV does not complete from UpdateEPG.bat agerdin 0 4,794 2011-11-01, 07:19 PM
Last Post: agerdin
  UltraXMLTV 2.1 - Movie ratings not being added description BrettB 11 10,706 2011-10-13, 12:34 AM
Last Post: OTAjunkie
  UltraXMLTV 2.1 - Episode numbers TomR 4 7,088 2011-02-06, 12:48 AM
Last Post: zehd
  Updated UltraXMLTV - now won't work jfm 3 6,122 2011-01-03, 05:09 AM
Last Post: zehd
  UltraXMLTV - New Beta zehd 46 30,489 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