<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Sep 8, 2016 at 4:17 PM, R Kannan <span dir="ltr"><<a target="_blank" href="mailto:rk111810@gmail.com">rk111810@gmail.com</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Hello,<br>
<br>
Is there a way to configure what is being displayed in myweb under 'Recording Schedules (Manual,Custom). Currently it shows 11 columns (viz Title, Recording Priority, Channel, Profile, Transcode, Recording Group, Type, Storage Group, Start Early, End Late, Last Recorded). I would like it to display more columns like Inactive toggle, Autoexpire Toggle etc.<br>
<br>
Is there a way to do it?<br>
<br>
Thanks<br></blockquote></div><br></div><div class="gmail_extra">Yes, but it will require a little bit of template surgery. The Mythweb installation location varies by distribution, so I'll just give relative paths. Modify the file mythweb/modules/tv/tmpl/schedules.php  You'll need to add a <th/> header element for each column you want to add, and a <td/> data element for the corresponding data you want to show for each schedule. Follow the patterns already shown in the file. The available schedule data fields can be found in mythweb/modules/tv/classes/Schedule.php<br></div><div class="gmail_extra">If you add a new text to be translated (using the t('...') function) then you'll need to rebuild the translations as follows (otherwise you'll get an error message):<br></div><div class="gmail_extra">cd mythweb/modules/_shared/lang<br></div><div class="gmail_extra">./<a href="http://build_translation.pl">build_translation.pl</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Sincerely,<br><br></div><div class="gmail_extra">Karl<br></div></div>