Okay so I went to try this and I was faced with an issue that I'm not sure if it is my fault or not.Knives03, sorry to use you as a guinea pig, but at least you can reap the benefits.
I created multi-encoding compatible XBMC scraper. But for it to work the NFO files created by jimcentre's application need to define the proper encoding format used. So before he does that (have to make sure this works first), you will have to manually edit them.
So please grab a few NFO files and add:
Code:<?xml encoding="ISO-8859-1"?>
to the top of them (you can use notepad).
Then delete that test scraper I made you and verify first that the old v1.0.2 scraper still works as expected (with the mistakes on Brüno). That test is important, because I don't want my changes to break anything for existing users.
Then update the scraper with the attachment, and see if everything works again.
Also try a few other movies that you did not edit the NFO file on, to make sure that nothing breaks for those.
Once that works, then jmcentire can update his application to add the proper encoding header on the NFO files his application generates (as well as work on a UTF-8 version in the future).
<?xml encoding="ISO-8859-1"?>
<movie>
<title>Akira</title>
<sorttitle>akira</sorttitle>
<rating>8.8</rating>
<year>1988</year>
<plot>A secret military project endangers Neo-Tokyo when it turns a biker gang member into a rampaging psionic psychopath that only two kids and a group of psionics can stop.</plot>
<tagline>Neo-Tokyo is about to E.X.P.L.O.D.E.</tagline>
<runtime>124</runtime>
<mpaa>R</mpaa>
<language>Japanese</language>
<id>tt0094625</id>
<genre>|Animation|Action|Mystery|Sci-Fi|Thriller|</genre>
<director>|Katsuhiro Ôtomo|</director>
<actor>
<name>Mitsuo Iwata</name>
</actor>
<actor>
<name>Nozomu Sasaki</name>
</actor>
<actor>
<name>Mami Koyama</name>
</actor>
<actor>
<name>Tesshô Genda</name>
</actor>
<actor>
<name>Hiroshi Ôtake</name>
</actor>
<actor>
<name>Kôichi Kitamura</name>
</actor>
<actor>
<name>Michihiro Ikemizu</name>
</actor>
<actor>
<name>Yuriko Fuchizaki</name>
</actor>
<actor>
<name>Masaaki Ôkura</name>
</actor>
<actor>
<name>Tarô Arakawa</name>
</actor>
<writer>
<name>Katsuhiro Ôtomo</name>
</writer>
<writer>
<name>Izô Hashimoto</name>
</writer>
</movie>
<movie>
<title>King Kong</title>
<sorttitle>king kong</sorttitle>
<rating>7.6</rating>
<year>2005</year>
<plot>New York, 1933. Ann Darrow est une artiste de music-hall dont la carrière a été brisée net par la Dépression. Se retrouvant sans emploi ni ressources, la jeune femme rencontre l'audacieux explorateur-réalisateur Carl Denham et se laisse entraîner par lui dans la plus périlleuse des aventures...</plot>
I've a problem with the NFO created. It's incomplete. Some are good and other not. I don't know why ?
For example :
Code:<movie> <title>King Kong</title> <sorttitle>king kong</sorttitle> <rating>7.6</rating> <year>2005</year> <plot>New York, 1933. Ann Darrow est une artiste de music-hall dont la carrière a été brisée net par la Dépression. Se retrouvant sans emploi ni ressources, la jeune femme rencontre l'audacieux explorateur-réalisateur Carl Denham et se laisse entraîner par lui dans la plus périlleuse des aventures...</plot>