[mythtv-commits] [MythTV/mythtv] 6cdf63: Finish cleaning up bad mapping values.

Stuart Auchterlonie noreply at github.com
Tue Jun 8 11:23:41 UTC 2021


  Branch: refs/heads/devel/http
  Home:   https://github.com/MythTV/mythtv
  Commit: 6cdf63a8a2266ac4ac098c176dc3ec9390712bd1
      https://github.com/MythTV/mythtv/commit/6cdf63a8a2266ac4ac098c176dc3ec9390712bd1
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-06-05 (Sat, 05 Jun 2021)

  Changed paths:
    M mythtv/libs/libmyth/programinfo.cpp
    M mythtv/libs/libmyth/test/test_programinfo/test_programinfo.h
    M mythtv/libs/libmythmetadata/bluraymetadata.cpp
    M mythtv/libs/libmythtv/recordingrule.cpp
    M mythtv/libs/libmythui/themeinfo.cpp

  Log Message:
  -----------
  Finish cleaning up bad mapping values.

Fix the mappings that are returned from the ProgramInfo::ToMap,
BlurayMetadata::toMap, RecordingRule::ToMap, and ThemeInfo::ToMap
functions. Several of the values are stored as a single 16-bit QChar,
potentially losing the high order bits of the number/bitfield.

A set of earlier fixes added new keys with properly stringified
values, leaving the old broken values in place. This commit removes
the broken values completely, and uses the original key names for the
properly stringified values.

Fixes #366.


  Commit: 1e84e2b39d5b31e488731eb38b81b79f6f178ace
      https://github.com/MythTV/mythtv/commit/1e84e2b39d5b31e488731eb38b81b79f6f178ace
  Author: John Hoyt <john.hoyt at gmail.com>
  Date:   2021-06-06 (Sun, 06 Jun 2021)

  Changed paths:
    R mythtv/VERSION
    M mythtv/version.sh

  Log Message:
  -----------
  OSX: Rename VERSION file to SRC_VERSION to correct conflict with C++17 version header on case insensitive filesystems


  Commit: f380898b93b68791daff73e5d417824a52c2df8f
      https://github.com/MythTV/mythtv/commit/f380898b93b68791daff73e5d417824a52c2df8f
  Author: John Hoyt <john.hoyt at gmail.com>
  Date:   2021-06-06 (Sun, 06 Jun 2021)

  Changed paths:
    A mythtv/SRC_VERSION

  Log Message:
  -----------
  tidy: Add missing SRC_VERSION file


  Commit: 6249d79beecf89abf9d2974a9c5a1cb85ab663f6
      https://github.com/MythTV/mythtv/commit/6249d79beecf89abf9d2974a9c5a1cb85ab663f6
  Author: Stuart Auchterlonie <stuarta at mythtv.org>
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
    M mythtv/html/apps/frontend.js
    M mythtv/html/apps/frontend.js.map
    M mythtv/html/frontend/package-lock.json
    M mythtv/html/frontend/package.json

  Log Message:
  -----------
  Update web frontend dependencies


  Commit: e8ec864a3bd0c4d7ce558c1c23604f3680e8863e
      https://github.com/MythTV/mythtv/commit/e8ec864a3bd0c4d7ce558c1c23604f3680e8863e
  Author: Stuart Auchterlonie <stuarta at mythtv.org>
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
    A mythtv/SRC_VERSION
    R mythtv/VERSION
    M mythtv/html/apps/frontend.js
    M mythtv/html/apps/frontend.js.map
    M mythtv/html/frontend/package-lock.json
    M mythtv/html/frontend/package.json
    M mythtv/libs/libmyth/programinfo.cpp
    M mythtv/libs/libmyth/test/test_programinfo/test_programinfo.h
    M mythtv/libs/libmythmetadata/bluraymetadata.cpp
    M mythtv/libs/libmythtv/recordingrule.cpp
    M mythtv/libs/libmythui/themeinfo.cpp
    M mythtv/version.sh

  Log Message:
  -----------
  Merge branch 'master' into devel/http


Compare: https://github.com/MythTV/mythtv/compare/df200c0b6bf4...e8ec864a3bd0


More information about the mythtv-commits mailing list