<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 14, 2017 at 7:11 PM, Git Repo Owner <span dir="ltr"><<a href="mailto:noreply@mythtv.org" target="_blank">noreply@mythtv.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The branch, master has been updated on the<br>
mythtv repository by gitolite user gigem.<br>
       via  d2d92b2d34c08db5092c0ee0e5b432<wbr>efa7c58f97 (commit)<br>
       via  e82386cbced67f5f0e36d36be833b1<wbr>62f9847299 (commit)<br>
      from  39c9292fdc9385dbee25faf5bca8ca<wbr>6b1d67b31b (commit)<br>
<br>
Those revisions listed above that are new to this repository have<br>
not appeared on any other notification email; so we list those<br>
revisions in full, below.<br>
<br>
- Log ------------------------------<wbr>------------------------------<wbr>-----<br>
commit d2d92b2d34c08db5092c0ee0e5b432<wbr>efa7c58f97<br>
Author:    David Engel <<a href="mailto:dengel@mythtv.org">dengel@mythtv.org</a>> at Thu, 14 Sep 2017 20:03:21 -0500<br>
Committer: David Engel <<a href="mailto:dengel@mythtv.org">dengel@mythtv.org</a>> at Thu, 14 Sep 2017 20:03:21 -0500<br>
URL:       <a href="http://code.mythtv.org/cgit/mythtv/commit/?id=d2d92b2d34c08db5092c0ee0e5b432efa7c58f97" rel="noreferrer" target="_blank">http://code.mythtv.org/cgit/<wbr>mythtv/commit/?id=<wbr>d2d92b2d34c08db5092c0ee0e5b432<wbr>efa7c58f97</a><br>
<br>
Remove QueryInputDisplayName/<wbr>kUnknownInputName nonsense.<br>
As I remember it, when inputname was added to ProgramInfo, we didn't<br>
want to further bloat the Myth protocol by passing it around too.<br>
Instead, we made provisions to load it on demand from the database.<br>
Later, someone else realized lots of database queries were happening<br>
to get the inputname and slowing things down, so they added inputname<br>
to the protocol.  This change [hopefully] makes sure inputname<br>
initially gets set everywhere it should and removes all vestiges of<br>
the load on demand support.<br>
<br>
<br>
<br>
commit e82386cbced67f5f0e36d36be833b1<wbr>62f9847299<br>
Author:    David Engel <<a href="mailto:dengel@mythtv.org">dengel@mythtv.org</a>> at Thu, 14 Sep 2017 13:39:24 -0500<br>
Committer: David Engel <<a href="mailto:dengel@mythtv.org">dengel@mythtv.org</a>> at Thu, 14 Sep 2017 20:02:07 -0500<br>
URL:       <a href="http://code.mythtv.org/cgit/mythtv/commit/?id=e82386cbced67f5f0e36d36be833b162f9847299" rel="noreferrer" target="_blank">http://code.mythtv.org/cgit/<wbr>mythtv/commit/?id=<wbr>e82386cbced67f5f0e36d36be833b1<wbr>62f9847299</a><br>
<br>
Enhance RecStatus::toString() to allow a replacement string.<br>
A future change will allow use of a shortened inputname instead of<br>
just the numberic inputid.<br>
<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>-----------<br>
<br>
Summary of changes:<br>
 mythtv/libs/libmyth/<wbr>programinfo.cpp                |   75 +++-----------------<br>
 mythtv/libs/libmyth/<wbr>programinfo.h                  |    3 +-<br>
 mythtv/libs/libmythbase/<wbr>mythversion.h              |    2 +-<br>
 .../libmythservicecontracts/<wbr>enums/recStatus.cpp    |   16 +++--<br>
 .../libs/<wbr>libmythservicecontracts/enums/<wbr>recStatus.h |    1 +<br>
 mythtv/libs/libmythtv/<wbr>recordinginfo.cpp            |    9 ++-<br>
 mythtv/libs/libmythtv/<wbr>recordinginfo.h              |    3 +-<br>
 mythtv/programs/mythbackend/<wbr>scheduler.cpp          |   13 +++-<br>
 mythtv/programs/mythfrontend/<wbr>progdetails.cpp       |    2 +-<br>
 9 files changed, 41 insertions(+), 83 deletions(-)<br>
<span class="gmail-HOEnZb"><font color="#888888"><br>
--</font></span></blockquote><div><br></div><div><font color="#888888">Hi David,<br><br></font></div><div><font color="#888888">Commit </font><font color="#888888">d2d92b2d34c08db5092c0ee0e5b432<wbr>efa7c58f97 breaks the Steppes theme.  In the "Upcoming Recordings" screen, it is supposed to show the name of the input that will be used.  Starting with this commit, it just shows a tilde (~) instead.<br><br><br></font></div><div><font color="#888888">John<br></font></div></div></div></div>