Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
First actor thumb from .nfo getting lost
#1
I have roughly 600 movies with .nfo files and I store actor thumbs locally to speed things up, especially with my Apple TV.

The actor portion of .nfo files looks like this:

Code:
<actor>
            <name>Mel Gibson</name>
            <role>Lt. Col. Hal Moore</role>
            <thumb>\\WORKGROUP\Actor Thumbs\nm0000154.jpg</thumb>
        </actor>
        <actor>
            <name>Madeleine Stowe</name>
            <role>Julie Moore</role>
            <thumb>\\WORKGROUP\Actor Thumbs\nm0000656.jpg</thumb>
        </actor>
        <actor>
            <name>Greg Kinnear</name>
            <role>Maj. Bruce &apos;Snake&apos; Crandall</role>
            <thumb>\\WORKGROUP\Actor Thumbs\nm0001427.jpg</thumb>
        </actor>

If I scan for content on my Apple TV and then export the library, the same movie ends up like this:

Code:
<actor>
            <name>Mel Gibson</name>
            <role>Lt. Col. Hal Moore</role>
            <thumb>http://ia.media-imdb.com/images/M/MV5BNzA1MDkyMTM0NV5BMl5BanBnXkFtZTcwNjQxNjQxMQ@@._V1._SX512_SY512_.jpg</thumb>
        </actor>
        <actor>
            <name>Madeleine Stowe</name>
            <role>Julie Moore</role>
            <thumb>\\WORKGROUP\Actor Thumbs\nm0000656.jpg</thumb>
        </actor>
        <actor>
            <name>Greg Kinnear</name>
            <role>Maj. Bruce &apos;Snake&apos; Crandall</role>
            <thumb>\\WORKGROUP\Actor Thumbs\nm0001427.jpg</thumb>
        </actor>

And if I scan for content on my windows XBMC and then export the library, the same movie ends up like this:

Code:
<actor>
            <name>Mel Gibson</name>
            <role>Lt. Col. Hal Moore</role>
            <thumb></thumb>
        </actor>
        <actor>
            <name>Madeleine Stowe</name>
            <role>Julie Moore</role>
            <thumb>\\WORKGROUP\Actor Thumbs\nm0000656.jpg</thumb>
        </actor>
        <actor>
            <name>Greg Kinnear</name>
            <role>Maj. Bruce &apos;Snake&apos; Crandall</role>
            <thumb>\\WORKGROUP\Actor Thumbs\nm0001427.jpg</thumb>
        </actor>

In all the movies, the first actor thumb somehow gets lost.

Any idea what is going on and how to behave?

William.
Reply
#2
Nobody has any ideas??
Reply
#3
Since no one seems to have any ideas am I to understand that it is perfectly normal for it to act in a unpredictable haphazard way of reading .nfo files??
Reply
#4
Probably noone else has noticed it is all.

Post a ticket on trac, including everything to reproduce (full steps, any nfo files needed etc.) and someone will take a look when they have a few spare minutes.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
First actor thumb from .nfo getting lost0