<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-size: 10pt;"><div>I've had this issue on my Shield with v30, but now i'm seeing it on all my v31 FE's too which has made it a whole lot easier to debug.<br></div><div><br></div><div>In Videos, there is no gallery-view text for each video - it's like the text is #000000 as you can see gaps in the horizontal lines for 'decender' letters (p,q,j,y etc), however turns out it's an outline colour issue.<br></div><div><br></div><div>First up, i'm not a themer. While I've tried i simply don't have the time to create my own or spend excessive time adapting an existing (i'd love to see mythAeon & Readability themes back working,so maybe this is the start of a slippery slope...). The problem with Mythbuntu is within base.xml, starting at line 61:<br></div><div> <br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div><fontdef name="basesmallblackoutline" from="basesmall"><br></div><div> <color>#bcbcbc</color><br></div><div> <outlinecolor>#000000</outlinecolor><br></div><div> <outlinesize>4</outlinesize><br></div><div> </fontdef><br></div></div></blockquote><div>Specifically the <outlinecolor> and <outlinesize> (line 63&64) need to be removed. Not sure what changed to make the outline break things as git shows the latest commit in 2018, but this fixes the videos menu UI.<br></div><div>Clearly the outline is so intense that it just hiding #bcbcbc and i found the only way to make it look right is to remove outline tags completely.<br></div><div><br></div><div>I'm happy to re-learn git and submit a fix, i guess i'm seeking confirmation that this is a proper solution from the wiser amongst us... it appears to work and none of the common areas i'm using in the GUI appear to be negatively affected...<br></div><div><br></div><div>Next up is to add the new deinterlacer info to the OSDDEBUG....<br></div></div><br></body></html>