.jpeg support
#1
Does Kodi support .jpeg images? They've never rendered on my end. I add all my info manually, and I always have to rename poster and fanart from .jpeg to .jpg. I believe the case was the same in Windows, but I'm posting this here since it'd be more common for macOS users to have the problem.

If it's indeed not supported, I'll make a feature request thread.
Reply
#2
Add the jpeg extention to the advancedsettings.xml file:

xml:
<advancedsettings>
<pictureextensions>
<add>.jpeg</add>
</pictureextensions>
</advancedsettings>
Reply
#3
Actually, though this seems to be the way, it didn't work for me. The .jpeg images are still ignored, both poster.jpeg and fanart.jpeg files. They work if I change it to poster.jpg and fanart.jpg.

My advancedsettings.xml:

xml:
    <advancedsettings>
        <loglevel>2</loglevel>
        <splash>false</splash>
        <imageres>9999</imageres>
        <fanartres>9999</fanartres>
        <videolibrary>
            <cleanonupdate>true</cleanonupdate>
            <itemseparator> | </itemseparator>
        </videolibrary>
        <video>
            <defaultplayer>externalplayer</defaultplayer>
        </video>
        <videoextensions>
            <remove>.dat</remove>
        </videoextensions>
        <pictureextensions>
            <add>.jpeg</add>
        </pictureextensions>
    </advancedsettings>
Reply

Logout Mark Read Team Forum Stats Members Help
.jpeg support0