[mythtv-commits] mythtv branch fixes/0.28 updated by paulh. v0.28-103-gadf7300

Git Repo Owner noreply at mythtv.org
Thu Dec 29 11:45:56 UTC 2016


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user paulh.
       via  adf730061311ef0e6a4763cfe3d204fb89e79351 (commit)
      from  9befb426e7d92b107453736e6f000610b3381e5a (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 adf730061311ef0e6a4763cfe3d204fb89e79351
Author:    Ian Campbell <ijc at hellion.org.uk> at Thu, 29 Dec 2016 11:41:44 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Thu, 29 Dec 2016 11:45:22 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=adf730061311ef0e6a4763cfe3d204fb89e79351

musicscanner: Compare music_directory.path as binary
SQL string comparisons are case insensitive by default (who knew!), meaning
that a music rescan will not pickup a renamed directory if it differs only in
the case.

Use BINARY rather than arranging for a case-sensitive comparison because the
latter still considers 'a' and 'á' equal but for paths we need literal binary
sameness.

Apply the same logic to music_songs.filename, although I've not tripped over a
related issue there.

Fixes #12949.

Signed-off-by: Paul Harrison <pharrison at mythtv.org>
(cherry picked from commit 258ba1fc3e6ab39c93450f276406671599f63a5d)



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

Summary of changes:
 mythtv/libs/libmythmetadata/musicfilescanner.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-commits mailing list