<div class="gmail_quote">2013/2/19 Joey Morris <span dir="ltr">&lt;<a href="mailto:rjmorris.list@zoho.com" target="_blank">rjmorris.list@zoho.com</a>&gt;</span><br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
Thomas Pontoppidan &lt;<a href="mailto:spamt@pontoppidan.name">spamt@pontoppidan.name</a>&gt; wrote on Mon, Feb 18, 2013 at 11:21:10AM +0100:<br>
<div><div class="h5">&gt; 2013/2/16 Joey Morris &lt;<a href="mailto:rjmorris.list@zoho.com">rjmorris.list@zoho.com</a>&gt;<br>
&gt;<br>
&gt; &gt; Thomas Pontoppidan &lt;<a href="mailto:spamt@pontoppidan.name">spamt@pontoppidan.name</a>&gt; wrote on Sat, Feb 16, 2013 at<br>
&gt; &gt; 12:18:15PM +0100:<br>
&gt; &gt; &gt; Is it possible to add the starttime of a program in the guide?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; My wife is very unhappy with not being able to tell the exact start time<br>
&gt; &gt; of<br>
&gt; &gt; &gt; a show in the program guide. I have searched the schedule-ui.xml file and<br>
&gt; &gt; &gt; specifically the &quot;Guidegrid&quot; part searching for a definition of the<br>
&gt; &gt; content<br>
&gt; &gt; &gt; of the program title field, but so far no luck.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; What I would like is to add the starttime before the title of each show<br>
&gt; &gt; in<br>
&gt; &gt; &gt; the grid. Is that possible and if so, how?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; BTW: I&#39;m using the Mythbuntu theme.<br>
&gt; &gt;<br>
&gt; &gt; I&#39;m not sure about adding the starttime to each cell of the grid, but<br>
&gt; &gt; you can add it to area above the grid where the details for the<br>
&gt; &gt; currently selected program are displayed. You could add it as its own<br>
&gt; &gt; textarea, or you could prepend it to an existing textarea using the<br>
&gt; &gt; template tag. For example, in my local version of Mythbuntu, I changed<br>
&gt; &gt; the template for the description textarea to:<br>
&gt; &gt;<br>
&gt; &gt; &lt;template&gt;(%STARTTIME% - %ENDTIME%) %LONGREPEAT% %YEARSTARS|<br>
&gt; &gt; %%DESCRIPTION%&lt;/template&gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt; Thanks Joey! I showed my wife your solution on my master BE (combined<br>
&gt; BE/FE) and she was happy. However, when I try to do the same on my main FE<br>
&gt; nothing happens:(<br>
&gt;<br>
&gt; I Don&#39;t remember the correct way (if any) to modify a theme and have the<br>
&gt; changes survive an upgrade, but I made the changes to schedule-ui.xml both<br>
&gt; in the &quot;Default&quot; and the &quot;Mythbuntu&quot; directory. This did the trick on the<br>
&gt; BE, but on the FE no luck.<br>
&gt;<br>
&gt; Has there been recent changes in the Mythbuntu theme that could explain<br>
&gt; this? My FE is v. 25.30 while the BE is probably an older version of the<br>
&gt; theme.<br>
<br>
</div></div>The easiest way to modify a theme and have the changes survive an<br>
upgrade is to copy the theme to your ~/.mythtv/themes directory and give<br>
it a new name inside themeinfo.xml.<br>
<br>
Are you sure you edited the right theme on your FE? Do you already<br>
have one called Mythbuntu in ~/.mythtv/themes, but you edited the one<br>
in /usr/share/...? Are there any error messages in the frontend log?</blockquote><div> </div><div>Bingo - that was it:-) There was a copy in ~/.mythtv/themes</div><div>Thank you!</div></div>