<div class="gmail_quote">2013/2/19 Joey Morris <span dir="ltr"><<a href="mailto:rjmorris.list@zoho.com" target="_blank">rjmorris.list@zoho.com</a>></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 <<a href="mailto:spamt@pontoppidan.name">spamt@pontoppidan.name</a>> wrote on Mon, Feb 18, 2013 at 11:21:10AM +0100:<br>
<div><div class="h5">> 2013/2/16 Joey Morris <<a href="mailto:rjmorris.list@zoho.com">rjmorris.list@zoho.com</a>><br>
><br>
> > Thomas Pontoppidan <<a href="mailto:spamt@pontoppidan.name">spamt@pontoppidan.name</a>> wrote on Sat, Feb 16, 2013 at<br>
> > 12:18:15PM +0100:<br>
> > > Is it possible to add the starttime of a program in the guide?<br>
> > ><br>
> > > My wife is very unhappy with not being able to tell the exact start time<br>
> > of<br>
> > > a show in the program guide. I have searched the schedule-ui.xml file and<br>
> > > specifically the "Guidegrid" part searching for a definition of the<br>
> > content<br>
> > > of the program title field, but so far no luck.<br>
> > ><br>
> > > What I would like is to add the starttime before the title of each show<br>
> > in<br>
> > > the grid. Is that possible and if so, how?<br>
> > ><br>
> > > BTW: I'm using the Mythbuntu theme.<br>
> ><br>
> > I'm not sure about adding the starttime to each cell of the grid, but<br>
> > you can add it to area above the grid where the details for the<br>
> > currently selected program are displayed. You could add it as its own<br>
> > textarea, or you could prepend it to an existing textarea using the<br>
> > template tag. For example, in my local version of Mythbuntu, I changed<br>
> > the template for the description textarea to:<br>
> ><br>
> > <template>(%STARTTIME% - %ENDTIME%) %LONGREPEAT% %YEARSTARS|<br>
> > %%DESCRIPTION%</template><br>
> ><br>
><br>
> Thanks Joey! I showed my wife your solution on my master BE (combined<br>
> BE/FE) and she was happy. However, when I try to do the same on my main FE<br>
> nothing happens:(<br>
><br>
> I Don't remember the correct way (if any) to modify a theme and have the<br>
> changes survive an upgrade, but I made the changes to schedule-ui.xml both<br>
> in the "Default" and the "Mythbuntu" directory. This did the trick on the<br>
> BE, but on the FE no luck.<br>
><br>
> Has there been recent changes in the Mythbuntu theme that could explain<br>
> this? My FE is v. 25.30 while the BE is probably an older version of the<br>
> 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>