Musicvideo scraper issue

Okay Im going to get a brain aneurysm with this frigging scraper not finding Music Video even with the NFO file produced. Plus a new issue suddenly with NFO not scraping artist name.
KODI 17 windows 10
1.Won’t Scrape from NFO file keeps asking for manual title help. It is in its own file folder all named properly etc.

<?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes” ?>
<musicvideo>
<title>Beneath With Me</title>
<artist>Kaskade</artist>
<album></album>
<genre>Electronic</genre>
<runtime>4:34</runtime>
<plot></plot>
<year>2016</year>
<director></director>
<studio></studio>
<track>1</track>
<url>https://acoustid.org/fingerprint/50757723</url>
</musicvideo>

2. Will not add the artist name for some stupid reason. If I let it over write it deletes this artist’s name.

<?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes” ?>
<musicvideo>
<title>Pullin&apos; Me Back</title>
<userrating>0</userrating>
<top250>0</top250>
<track>-1</track>
<album>Hoodstar</album>
<outline></outline>
<plot></plot>
<tagline></tagline>
<runtime>3</runtime>
<mpaa></mpaa>
<playcount>0</playcount>
<lastplayed></lastplayed>
<id></id>
<status></status>
<code></code>
<aired></aired>
<trailer></trailer>
<fileinfo>
<streamdetails>
<video>
<codec>h264</codec>
<aspect>1.333333</aspect>
<width>640</width>
<height>480</height>
<durationinseconds>234</durationinseconds>
<stereomode></stereomode>
</video>
<audio>
<codec>aac</codec>
<language>eng</language>
<channels>2</channels>
</audio>
</streamdetails>
</fileinfo>
<artist>Chingy</artist> <resume>
<position>0.000000</position>
<total>0.000000</total>
</resume>
<dateadded>2012-09-19 20:52:59</dateadded>
</musicvideo>

Thanks for any help guys.