A lot of pictures not displayed

Hello,

a lot of my pictures are not displayed by kodi. The folder and filename are showed, I can show the filename and file size at picture information from context menu, but the thumbnail and the picture itself stays blank. No additional picture attributes are shown.

At first I thought it was the file extension .JPG on some files, so I added

Code:
<pictureextensions>
    <add>.JPG</add>
  </pictureextensions>

Is that needed?
and tried to rescan, but… How can I rescan the pictures?

Anyways, later I discovered that there are also pictures having .jpg extension are not shown.

In other apps, such as gwenview they show nicely. The only think that is special about them, is that they are actually a symlink to the picture file, because I use git annex. But that is also true for the pictures that show.

What could be the problem here?

Thanks!