[mythtv-firehose] mythtv branch master updated by paulh. v29-pre-254-g258ba1f

Git Repo Owner noreply at mythtv.org
Thu Dec 29 11:42:23 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  258ba1fc3e6ab39c93450f276406671599f63a5d (commit)
      from  f55415ed1ada1223142b3206c8da65a556121d4c (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 258ba1fc3e6ab39c93450f276406671599f63a5d
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:41:44 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=258ba1fc3e6ab39c93450f276406671599f63a5d

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>



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

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

-- 



More information about the mythtv-firehose mailing list