[mythtv-commits] mythtv branch master updated by paulh. v0.27-beta-121-g19aaf86

Git Repo Owner noreply at mythtv.org
Sat Aug 31 21:16:26 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  19aaf86936c118a4241f03a0377da31dfdeba4fd (commit)
      from  fe642a21c5ce12cff9c968a58e5693b76c4debef (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 19aaf86936c118a4241f03a0377da31dfdeba4fd
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Sat, 31 Aug 2013 22:15:57 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Sat, 31 Aug 2013 22:15:57 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=19aaf86936c118a4241f03a0377da31dfdeba4fd

MythArchive: Catch StopIteration exception in mythburn.py
If a DVD is created from a single mpeg video then mythburn.py attempts
to transcode the file to eliminate any errors.  However, runMythtranscode
calls DB.searchRecorded, to obtain any cutlist, with an invalid chanid
and starttime which results in a StopIteration exception.

This patch catches the exception and returns an empty cutlist.

Fixes #10758.

Signed-off-by: Paul Harrison <pharrison at mythtv.org>



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

Summary of changes:
 .../mytharchive/mythburn/scripts/mythburn.py       |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-commits mailing list