MySql + custom NFO = :\

This is driving me insane…

I have 3 machines, 2 are with a MySql database and 1 without Mysql. I can scrap the show no problem on the latter but not on the other 2. Is there a known issue with MySql and custom NFOs?

I have a TV show, Spartacus Gods of the Arena that I cannot scrap for the life of me…
The problem is that this show used to have its separate entry at tvdb but now it belongs as a Specials for Spartacus Blood and Sand.
I want it to be like before,as a separate entry. Here’s the NFO:

Code:
<?xml version="1.0" encoding="utf-8"?>
<tvshow xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <title>Spartacus: Gods of the Arena</title>
  <sorttitle>Spartacus 1</sorttitle>
  <id>207341</id>
  <language>en</language>
  <rating>8.7</rating>
  <votes>584</votes>
  <genre>Drama</genre>
  <genre>HD</genre>
  <mpaa>TV-MA</mpaa>
  <playcount>1</playcount>
  <lastplayed>2012-08-23</lastplayed>
  <premiered>2010-01-22</premiered>
  <studio>Starz!</studio>
  <status>Ended</status>
  <plot>The House of Batiatus is on the rise, basking in the glow of its infamous champion Gannicus, whose skill with a sword is matched only by his thirst for wine and women. These are the times a young Batiatus has been waiting for. Poised to overthrow his father and take control, he’ll freely betray anyone to ensure his gladiators are in the highest demand. And he’ll have his loyal and calculating wife Lucretia by his side for every underhanded scheme, drawing on the brazen talents of her seductive friend Gaia when it counts. Together, they will stop at nothing to deceive the masses, seize power, and bleed Capua dry in this audacious prequel to “Spartacus: Blood and Sand.â€.</plot>
  <runtime>60</runtime>
  </actor>
    <actor>
        <name>John Hannah</name>
        <role>Batiatus</role>
        <order>1</order>
        <thumb>http://thetvdb.com/banners/actors/302743.jpg</thumb>
    </actor>
    <actor>
        <name>Lucy Lawless</name>
        <role>Lucretia</role>
        <order>2</order>
        <thumb>http://thetvdb.com/banners/actors/129041.jpg</thumb>
    </actor>
    <actor>
        <name>Dustin Clare</name>
        <role>Gannicus</role>
        <order>3</order>
        <thumb>http://thetvdb.com/banners/actors/246501.jpg</thumb>
    </actor>
  <seasons>
      <season>1</season>
      <title>Season 01</title>
      <tvdb>158701</tvdb>
    </seasondetails>
    <seasondetails>
  </seasons>
</tvshow>

I’ve tried modifying the NFO every which way possible, i.e no ID, ID, fake ID, etc and still no dice.

I also have a couple of theater plays that do not have entries at tmdb and same thing, I’ve created some NFOs and they are fine on the Mysql-less PC but on the 2 with Mysql, they were added but they have no infos, year, actors, etc. It just says info unavailable or something like that.
Here’s one of the NFO for it:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<movie>
    <title>Le Jeu de la vérité</title>
    <originaltitle>Le Jeu de la vérité</originaltitle>
    <rating>0</rating>
    <votes>0</votes>
    <top250>0</top250>
    <year>2005</year>
    <plot>L'histoire est celle de 3 copains de lycée quadragénaires qui se voient régulièrement pour dîner.
Un soir, une quatrième personne est invitée, la fille dont tous les 3 étaient amoureux au lycée.
Commence alors une partie du Jeu de la vérité où questions indiscrètes, piques acerbes et révélations fusent.</plot>
    <outline></outline>
    <tagline></tagline>
    <runtime>98</runtime>
    <mpaa>Rated PG-13</mpaa>
    <playcount>0</playcount>
    <id></id>
    <tmdbid></tmdbid>
    <set>Le Jeu de la vérité Collection</set>
    <sorttitle>Le Jeu de la vérité 1</sorttitle>
    <watched>false</watched>
    <credits></credits>
    <director>François Desagnat</director>
    <studio>EuropaCorp</studio>
    <genre>Comédie</genre>
    <genre>Drame</genre>
    <genre>Theatre</genre>
    <country>France</country>
    <actor>
        <name>Vanessa Demouy</name>
        <role></role>
        <thumb>http://image.tmdb.org/t/p/original/xT0Ug9BV1cDkaDLfDOeQKljWLYn.jpg</thumb>
    </actor>
    <actor>
        <name>David Brécourt</name>
        <role></role>
    </actor>
    <actor>
        <name>Christian Vadim</name>
        <role></role>
        <thumb>http://image.tmdb.org/t/p/original/cmMGUMb59bk678rlSGGNbE2Nngs.jpg</thumb>
    </actor>
    <actor>
        <name>Philippe Lellouche</name>
        <role></role>
        <thumb>http://image.tmdb.org/t/p/original/oF1zRq8G7Yvu9nvJ0urPLRcqcSF.jpg</thumb>
    </actor>
    <fileinfo>
        <streamdetails>
            <video>
                <aspect>1.782</aspect>
                <codec>xvid</codec>
                <durationinseconds>5880</durationinseconds>
                <height>404</height>
                <scantype>progressive</scantype>
                <width>720</width>
            </video>
            <audio>
                <channels>2</channels>
                <codec>mp3</codec>
            </audio>
        </streamdetails>
    </fileinfo>
</movie>

I hope I didn’t provide useless infos and that someone can help out…