Movie scraper adds all existing shows on library?

Hello,
When I’m trying to use a scraper(I tried tvdb and universal scraper) to get info about movies in a folder, after it scans for movies it starts to scan and add every movie exists in(6742 so far) library and keep scanning forever. I tried to remove MyVideos.db several times and this removes all movies. But after I try to scan the folder again happens the same thing again. This doesn’t happen for tv shows only for movies.
this is my sources.xml file:

Code:
<sources>
    <programs>
        <default pathversion="1"></default>
    </programs>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>Tainies-Linux</name>
            <path pathversion="1">/media/Datadisk/Tainies/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>Friends-Linux</name>
            <path pathversion="1">/media/Datadisk/Friends/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>series-linux</name>
            <path pathversion="1">/media/series/</path>
            <allowsharing>true</allowsharing>
        </source>
    </video>
    <music>
        <default pathversion="1"></default>
        <source>
            <name>music</name>
            <path pathversion="1">/media/Datadisk/music/</path>
            <allowsharing>true</allowsharing>
        </source>
    </music>
    <pictures>
        <default pathversion="1"></default>
    </pictures>
    <files>
        <default pathversion="1"></default>
        <source>
            <name>cypherrepo</name>
            <path pathversion="1">http://repo.run/cypherrepo/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>filmkodi</name>
            <path pathversion="1">http://filmkodi.com/repository/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>Movieflix</name>
            <path pathversion="1">http://muckys.mediaportal4kodi.ml/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>openeleq-repo</name>
            <path pathversion="1">https://archive.org/download/OpenELEQ/</path>
            <allowsharing>true</allowsharing>
        </source>
    </files>
</sources>

[/code]?