[mythtv-commits] mythtv branch master updated by paulh. v0.27-pre2-1106-gd93eb3c

Git Repo Owner noreply at mythtv.org
Sun May 26 22:01:07 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  d93eb3cc328a382cb213545410879a27fe1dd802 (commit)
      from  b745004476c86bcbde160a08dccdf4d448397730 (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 d93eb3cc328a382cb213545410879a27fe1dd802
Author:    Paul Harrison <pharrison at mythtv.org> at Sun, 26 May 2013 23:00:53 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Sun, 26 May 2013 23:00:53 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d93eb3cc328a382cb213545410879a27fe1dd802

MythMusic: don't use cdio_paranoia for CD playback
There is problem with cdio_paranoia_read_limited() getting stuck in a loop if
the CD is ejected while playing. In theory it should give up after a set
number of retries but that doesn't seem to be working in the latest version.

I tried to lock the CD tray while playing but while the media monitor supports
locking it doesn't appear to be working :( so the easiest solution for now is
to use the non paranoia cdio routines which do detect an ejected CD properly.



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/cddecoder.cpp |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-commits mailing list