﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
9523	[PATCH] MythGallery hogs cpu when scanning folders with non-image files.	Lawrence Rust <lvr@…>	beirdo	"If I set MythGallery to read images from a folder containing a mix of images and other files then the UI hangs for a long time while it's trying to detect the format of the non-image files.  This is a feature of the Qt QImageReader class which outputs many messages of the form:
{{{
Cannot decode file /home/...
}}}

while it attempts to analyse the format of these files.  A solution is to call setAutoDetectImageFormat(false) before calling canRead() so that only files with known image extensions (e.g. .jpeg .gif etc) are tested."	Bug Report	closed	minor	0.25	Plugin - MythGallery	Master Head	medium	Won't Fix			0
