
Originally Posted by
TomR
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]
"LimitActors"="0"
"LimitGuests"="0"
"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...