[mythtv-commits] [MythTV/mythtv] d829c8: Require input, display names to be set and be unique.

David Engel noreply at github.com
Tue Nov 19 02:05:44 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: d829c84bb8ceae97570c9977107e4f05286d0f18
      https://github.com/MythTV/mythtv/commit/d829c84bb8ceae97570c9977107e4f05286d0f18
  Author: David Engel <dengel at mythtv.org>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M mythtv/bindings/perl/MythTV.pm
    M mythtv/bindings/python/MythTV/static.py
    M mythtv/libs/libmythbase/mythversion.h
    M mythtv/libs/libmythtv/cardutil.cpp
    M mythtv/libs/libmythtv/cardutil.h
    M mythtv/libs/libmythtv/dbcheck.cpp
    M mythtv/libs/libmythtv/tv_play.cpp
    M mythtv/libs/libmythtv/tv_play.h
    M mythtv/libs/libmythtv/videosource.cpp
    M mythtv/programs/mythbackend/services/capture.cpp
    M mythtv/programs/mythtv-setup/checksetup.cpp
    M mythtv/programs/mythtv-setup/checksetup.h

  Log Message:
  -----------
  Require input, display names to be set and be unique.

Note this is really more like "strongly urge uniqueness".  We can't
completely require it without database constraints or other extreme
measures.  Also, remove most code that allowed for and handled empty,
display names.




More information about the mythtv-commits mailing list