Hi just found this great program and I'm not sure what I'm doing wrong.
all my file's have a .nfo in the directory with most of the information in it, but the only information that is imported with the movie is the
Name, year, rating, IMDB, and plot.
this is the info in the .nfo file
´#9559;#9488;<?xml version="1.0" encoding="utf-8"?>
<movie xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ThumbGen="1">
<hasrighttoleftdirection>false</hasrighttoleftdirection>
<title>2012</title>
<originaltitle>2012</originaltitle>
<year>2009</year>
<plot>Dr. Adrian Helmsley, part of a worldwide geophysical team investigating the effect on the earth of radiation from unprecedented solar storms, learns that the earth's core is heating up. He warns U.S. President Thomas Wilson that the crust of the earth is becoming unstable and that without proper preparations for saving a fraction of the world's population, the entire race is doomed. Meanwhile, writer Jackson Curtis stumbles on the same information. While the world's leaders race to build "arks" to escape the impending cataclysm, Curtis struggles to find a way to save his family. Meanwhile, volcanic eruptions and earthquakes of unprecedented strength wreak havoc around the world.</plot>
<filename>2012.mkv</filename>
<tagline>We Were Warned.</tagline>
<rating>5.9</rating>
<episodes />
<episodesnames />
<writers />
<gueststars />
<id>tt1190080</id>
<releasedate>11.11.2009</releasedate>
<mpaa>Rated PG-13 for intense disaster sequences and some language.</mpaa>
<actor>
<name>John Cusack</name>
<name>Amanda Peet</name>
<name>Chiwetel Ejiofor</name>
<name>Thandie Newton</name>
<name>Oliver Platt</name>
<name>Thomas McCarthy</name>
<name>Woody Harrelson</name>
<name>Danny Glover</name>
<name>Liam James</name>
<name>Morgan Lily</name>
<name>Zlatko Buric</name>
<name>Beatrice Rosen</name>
<name>Alexandre Haussmann</name>
<name>Philippe Haussmann</name>
<name>Johann Urb</name>
</actor>
<genre>
<name>Action</name>
<name>Adventure</name>
<name>Drama</name>
<name>Sci-Fi</name>
<name>Thriller</name>
</genre>
<director>
<name>Roland Emmerich</name>
</director>
<runtime>158</runtime>
<certification>M</certification>
<studio>
<name>Columbia Pictures</name>
</studio>
<country>
<name>USA</name>
<name>Canada</name>
</country>
<cover />
<backdrop />
<mediainfo>
<Resolution>
<Flag>Resolution_480p</Flag>
</Resolution>
<resolution>480P</resolution>
<Format>
<Flag>Format_MKV</Flag>
</Format>
<format>MKV</format>
<Video>
<Flag>Video_H264</Flag>
</Video>
<video>avc</video>
<Audio>
<Flag>Audio_AACStereo</Flag>
</Audio>
<audio>AAC</audio>
<Subtitles>
<Flag>Unknown</Flag>
</Subtitles>
<SubtitlesText>Unknown</SubtitlesText>
<framerate>25.000</framerate>
<aspectratio>2.35:1</aspectratio>
<videoresolution>720x304</videoresolution>
<videocodec>AVC</videocodec>
<videobitrate />
<audiocodec>AAC</audiocodec>
<audiochannels>2</audiochannels>
<audiobitrate />
<durationseconds>9083</durationseconds>
<durationminutes>151</durationminutes>
<duration>2h 31m</duration>
<filesizebytes />
<filesize>525.01 MB</filesize>
<container>Matroska</container>
<language>English</language>
<languagecode>en</languagecode>
<languages>English</languages>
<languagecodes>en</languagecodes>
<externalsubtitles />
</mediainfo>
</movie>
is there something wrong with this format or is there something I can do in the program to import all the information. I don't want to re-import all the info from the web as its already there.
cheers
Ken