[mythtv-commits] mythtv branch fixes/0.28 updated by pbennett. v0.28.1-12-g8f13742

Git Repo Owner noreply at mythtv.org
Tue Mar 7 17:51:37 UTC 2017


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user pbennett.
       via  8f13742e18f76ede87e46f1ce12bd00aa40d621b (commit)
       via  12232f081c672165f67819de8cd9f437c991a082 (commit)
       via  dc2b2782408f25992f34fad71628ece96f5d9f3a (commit)
      from  3255b983b039f26c36cae016f4a522183283837c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8f13742e18f76ede87e46f1ce12bd00aa40d621b
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Tue, 7 Mar 2017 10:02:21 -0500
Committer: Peter Bennett <pbennett at mythtv.org> at Tue, 7 Mar 2017 12:51:28 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8f13742e18f76ede87e46f1ce12bd00aa40d621b

Validate the programme starttime/channel early
If a programme does not have a starttime the (later) attempted
insertion of the program into the database will result in a
database constraint error.  If the program does not have a
channel there will be a match error later.  Verify both early
(perhaps with better log messages).

Fixes #13011

Signed-off-by: Peter Bennett <pbennett at mythtv.org>
(cherry picked from commit ab4513fbb6f50f1402835b5599f6ff79b4b0fd48)



commit 12232f081c672165f67819de8cd9f437c991a082
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Tue, 7 Mar 2017 10:00:21 -0500
Committer: Peter Bennett <pbennett at mythtv.org> at Tue, 7 Mar 2017 12:51:11 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=12232f081c672165f67819de8cd9f437c991a082

Improve fromXMLTVDate processing for mythfilldatabase
In cases where the system is running in localtime, the
current processing will apply timezone validation to
the input datetime, which can result in rejection of valid
datetimes.

Fixes #13010

Signed-off-by: Peter Bennett <pbennett at mythtv.org>
(cherry picked from commit 841073ea8c1f49e858f5bb6c18e3c0ade04eb512)



commit dc2b2782408f25992f34fad71628ece96f5d9f3a
Author:    John Poet <jpoet at mythtv.org> at Tue, 17 May 2016 18:20:41 -0600
Committer: Peter Bennett <pbennett at mythtv.org> at Tue, 7 Mar 2017 12:50:35 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=dc2b2782408f25992f34fad71628ece96f5d9f3a

mythfilldatabase - xmltvparser.cpp:  Fix whitespace.
(cherry picked from commit 55eb77fda5f4578801d579e9823e7eeb8bb8399c)



-----------------------------------------------------------------------

Summary of changes:
 mythtv/programs/mythfilldatabase/xmltvparser.cpp |  164 +++++++++++++--------
 1 files changed, 101 insertions(+), 63 deletions(-)

-- 



More information about the mythtv-commits mailing list