--- src/mythtv/programs/mythfrontend/progdetails.cpp.orig 2016-10-11 14:28:56.564443942 +0000 +++ src/mythtv/programs/mythfrontend/progdetails.cpp 2016-10-11 14:14:59.394161898 +0000 @@ -323,6 +323,8 @@ attr += tr("720p Resolution") + ", "; if (videoprop & VID_1080) attr += tr("1080i/p Resolution") + ", "; + if (videoprop & VID_DAMAGED) + attr += tr("Damaged") + ", "; if (subtype & SUB_HARDHEAR) attr += tr("CC","Closed Captioned") + ", ";