[mythtv-commits] mythtv branch master updated by lvr. v0.28-pre-3255-g7c82c55

Git Repo Owner noreply at mythtv.org
Tue Dec 22 20:04:41 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user lvr.
       via  7c82c550344865a475ca422c17b2a8c1ce55295f (commit)
       via  20b621e573385b96794c7ff38e926f5f6dcf6c27 (commit)
       via  221e22028175eb633fca703e126721510ebdb3dd (commit)
       via  d29aa8d26d215300ca15f4502737d1f729528fe1 (commit)
       via  72d49b56cea45990f0b01787f61f2dbc8ec15447 (commit)
       via  34913ab86f7ace2a73898e260093dc0b2a9c3349 (commit)
       via  325fca803f7e1840d56bc976bb02e339e4ae3f41 (commit)
      from  e3de1bfa746d56fc60dc2352dcead2c087bbfdae (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 7c82c550344865a475ca422c17b2a8c1ce55295f
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Tue, 22 Dec 2015 13:48:54 +0000
Committer: Lawrence Rust <lvr at softsystem.co.uk> at Tue, 22 Dec 2015 19:33:52 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7c82c550344865a475ca422c17b2a8c1ce55295f

MediaMon: Correct event generation for device removal and insertion
Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>



commit 20b621e573385b96794c7ff38e926f5f6dcf6c27
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Thu, 16 Jan 2014 19:04:59 +0000
Committer: Lawrence Rust <lvr at softsystem.co.uk> at Tue, 22 Dec 2015 12:57:01 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=20b621e573385b96794c7ff38e926f5f6dcf6c27

MediaMon: UI to select preferred media handler
Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>



commit 221e22028175eb633fca703e126721510ebdb3dd
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Wed, 15 Jan 2014 19:35:22 +0000
Committer: Lawrence Rust <lvr at softsystem.co.uk> at Tue, 22 Dec 2015 12:56:09 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=221e22028175eb633fca703e126721510ebdb3dd

MythMusic: Autoplay music files on removable media
Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>



commit d29aa8d26d215300ca15f4502737d1f729528fe1
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Mon, 13 Aug 2012 20:22:00 +0200
Committer: Lawrence Rust <lvr at softsystem.co.uk> at Tue, 22 Dec 2015 09:51:14 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d29aa8d26d215300ca15f4502737d1f729528fe1

MythGallery: Register known video types with MediaMonitor
This allows hot plugged media with video content (avi, mpg etc) to
be automatically opened by MythGallery on insertion

Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>



commit 72d49b56cea45990f0b01787f61f2dbc8ec15447
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Mon, 11 Nov 2013 16:49:57 +0000
Committer: Lawrence Rust <lvr at softsystem.co.uk> at Tue, 22 Dec 2015 09:48:32 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=72d49b56cea45990f0b01787f61f2dbc8ec15447

MediaMon: Speed up recognition and autoplay of removeable media
Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>



commit 34913ab86f7ace2a73898e260093dc0b2a9c3349
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Fri, 2 Aug 2013 12:36:18 +0100
Committer: Lawrence Rust <lvr at softsystem.co.uk> at Tue, 22 Dec 2015 09:48:20 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=34913ab86f7ace2a73898e260093dc0b2a9c3349

MediaMonitor: Retry mount after a 300mS delay if initial failure
Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>



commit 325fca803f7e1840d56bc976bb02e339e4ae3f41
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Thu, 7 Jun 2012 11:34:47 +0200
Committer: Lawrence Rust <lvr at softsystem.co.uk> at Tue, 22 Dec 2015 09:47:59 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=325fca803f7e1840d56bc976bb02e339e4ae3f41

MediaMonitor: Delay after pmount to permit /proc/mounts to update
Derived from 7dbf91c (myfixes-0.24)

Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>



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

Summary of changes:
 mythplugins/mythgallery/mythgallery/iconview.cpp |    4 +-
 mythplugins/mythgallery/mythgallery/main.cpp     |   34 +++-
 mythplugins/mythmusic/mythmusic/main.cpp         |  211 ++++++++++++++++++++--
 mythtv/libs/libmyth/mythmediamonitor.cpp         |   39 ++++-
 mythtv/libs/libmythbase/mythcdrom-linux.cpp      |    4 +-
 mythtv/libs/libmythbase/mythhdd.cpp              |    1 +
 mythtv/libs/libmythbase/mythmedia.cpp            |   26 +++-
 mythtv/programs/mythfrontend/main.cpp            |    9 +-
 8 files changed, 288 insertions(+), 40 deletions(-)

-- 



More information about the mythtv-commits mailing list