Google pretty much says you may need to edit the advancedsetting.xml.
I assume local paths are the issue.
Quote:
you can manually add a path substitution in the advanced settings i've found as a workaround
for kodi/xbmc
just add -
<pathsubstitution>
<substitute>
<from>E:\ImagesByName\People\</from>
<to>SMB://your.ip.address/ImagesByName/People/</to>
</substitute>
</pathsubstitution>
I am not a Kodi users, but does Kodi not read the image path?
Code:
<actor>
<name>Zac Efron</name>
<role>Mike O'Donnell</role>
<thumb>\\MyServer\Emby-Server\Metadata\People\Z\Zac Efron\folder.jpg</thumb>
</actor>
Note I use a network path instead of local path in MCM Artwork menu.