[mythtv-firehose] mythtv branch master updated by jyavenard. v0.28-pre-1943-g7fa5c4f

Git Repo Owner noreply at mythtv.org
Thu Jul 17 17:33:09 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  7fa5c4fe97cf27dae4bee3f0d1b96ca1940f6f68 (commit)
       via  1c89d567b594af44eb18b28ebe1df5ae18f8b032 (commit)
      from  88bc3a9c6113e417a1020dd5dbe913c5908a903d (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 7fa5c4fe97cf27dae4bee3f0d1b96ca1940f6f68
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 Jul 2014 03:10:12 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 Jul 2014 03:10:12 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7fa5c4fe97cf27dae4bee3f0d1b96ca1940f6f68

mythbackend: fixes QUERY_FILE_HASH hanging
The frontend will typically call the backend with an identifier, and not its IP address. As such, the backend attempt to transfer the QUERY_FILE_HASH command to anoyher backend (which is itself) resulting in an infinite loop

Fixes #12212



commit 1c89d567b594af44eb18b28ebe1df5ae18f8b032
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 Jul 2014 02:23:10 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 Jul 2014 02:23:10 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1c89d567b594af44eb18b28ebe1df5ae18f8b032

metadata: fix wrong test leading to incorrect hash calculation
This would have almost always returned true, meaning it would attempt to calculate the hash of a file unlikely to exist locally.
Simplify code + style



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

Summary of changes:
 mythtv/libs/libmythmetadata/videometadata.cpp |   17 +++++++++--------
 mythtv/programs/mythbackend/mainserver.cpp    |    2 +-
 2 files changed, 10 insertions(+), 9 deletions(-)

-- 



More information about the mythtv-firehose mailing list