[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-1892-g6fddce0

Git Repo Owner noreply at mythtv.org
Mon Jul 14 16:40:37 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  6fddce08ff196a6b78b066dede0558593ba86f80 (commit)
      from  4c5585a0d4f4d6cd3ea02b9b786518b767587e16 (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 6fddce08ff196a6b78b066dede0558593ba86f80
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 15 Jul 2014 02:24:03 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 15 Jul 2014 02:24:16 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6fddce08ff196a6b78b066dede0558593ba86f80

metadata: uses _ as separator in inetref in place of :
the inetref is used in the artwork filename, but the : character isn’t permissible with all file systems (FATx, VFAT, exFAT, HFS, and AmigaOS in particular).
the : used in old inetref is kept for backward compatibility.

Attempt was made to generate a filename not using the inetref as-is, but the change was very disruptive as there are about 12 functions across various classes that generate those filenames. Likelihood of missing a case was too great.



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

Summary of changes:
 mythtv/libs/libmythmetadata/metadatagrabber.cpp    |   23 ++++++++++++++-----
 .../libs/libmythmetadata/metadataimagedownload.cpp |    2 +-
 2 files changed, 18 insertions(+), 7 deletions(-)

-- 



More information about the mythtv-commits mailing list