NFO files containing a mix of XML and URL

http://kodi.wiki/view/NFO_files/Movies

Video .nfo files containing a mix of XML and URL

“By default the xml entry is added to the scraped entry in the database and may result in some duplicates.”

This is exactly the action that I want … and it doesn’t happen for actors. When I try to add actors using and NFO all the original actors disappear.

I used the following:

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<Movie>
    <actor>
        <name>Gipper</name>
        <role>TestActor</role>
        <order>0</order>
        <thumb>smb://KODI-PC/K/Movies/Gipper.jpg</thumb>
    </actor>
</Movie>
https://www.themoviedb.org/movie/389

…and I only ended up with Gipper.

Perhaps this is a bug and not a feature request but I don’t see where to report bugs.

MC