﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
6172	disable getPreviewImage when gui option un-checked	jrigg@…	stuartm	"generating preview images in Recordings List takes way too long and the checkbox to disable isn't ever used in the code. Add this code to honor the checkbox selection:

in mythtv/programs/mythfrontend/playbackbox.cpp [19810]

at line 3503 in QString PlaybackBox::getPreviewImage

+
+    if (!gContext->GetNumSetting(""GeneratePreviewPixmaps"",0))
+        return filename;
+
"	defect	closed	trivial	0.22	MythTV - General	head	low	invalid			0
