[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-696-g532b67d

Git Repo Owner noreply at mythtv.org
Wed Jan 15 14:56:11 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  532b67d9052282425509c0c1fc1e57bcd17b8f82 (commit)
      from  0f987f3054b74989bd0edc7678ed5697d40d94fa (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 532b67d9052282425509c0c1fc1e57bcd17b8f82
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 15 Jan 2014 14:55:43 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 15 Jan 2014 14:55:43 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=532b67d9052282425509c0c1fc1e57bcd17b8f82

MythMusic: start decoupling the file scanning from the frontend
This allows the scanning of music files to work outside of the FE. This is
necessary to switch MythMusic to use storage groups since the music may not be
stored on the same host as the FE.

The file scanner is now more fire and forget so the progress dialogs have been
removed. It now sends out events announcing the start and end of a scan
which also includes a summary of the scan results which any clients listening
can use to inform the user what is happening. eg. the FE will use notifications
to let the user know a file scan has started and when it completes another
notification will give a summary of the results of the scan.



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

Summary of changes:
 mythtv/libs/libmythmetadata/musicfilescanner.cpp |  334 +++++++++++-----------
 mythtv/libs/libmythmetadata/musicfilescanner.h   |   13 +-
 2 files changed, 184 insertions(+), 163 deletions(-)

-- 



More information about the mythtv-commits mailing list