Fixed bugs and memory leaks improved RAW-support, the picture experience for photographers is still suboptimal in Kodi Helix. Camera's makernotes can't be updated so many (of the newer) RAW-files remain problematic (besides being very CPU and memory intensive). While a few efforts for better RAW support started, none of those are finished with satisfying result. However, 1 Extra GUI option could improve situation.
This option, "Show RAW-files" means:
- for listings: don't extract thumbs/EXIF info. from RAW-files and don't show them;
- in screensaver/slideshow: Exclude .RAW extensions.
Default enabled doesn't alter behavior but I think it should even default to disabled. For one, Kodi is mostly a playback platform and .RAW extensions aren't meant for playback. 2nd reason is that photographers like to store their raw files in the same directory as their jpeg counterparts but don't want them to show up (and/or being processed) double in their listings/slideshow/screensaver. So even with proper raw-support (libRAW) this is a useful feature. For now, <pictureexclude> in advancedsettings.xml is an inconvenient workaround to upgrade "default picture experience".
PHP Code:
<pictureextensions>
<add>.ex1|.ex2</add>
<remove>.ex3|.ex4</remove>
</pictureextensions>
With Android support for .RAW-files, I think it's time for this feature. It will benefit all low-powered platforms and all those using Kodi for pictures incl. RAW's. Ideally, this general setting can be overwritten from the slidescreen on the left.
See:
http://trac.kodi.tv/ticket/16177