[mythtv-commits] [MythTV/mythtv] 6f876b: Support for Bouquet ID and Region in services API

kmdewaal noreply at github.com
Thu Oct 31 21:16:29 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 6f876b31e9e1a3dbc4f1ef3a27d58f25daacae07
      https://github.com/MythTV/mythtv/commit/6f876b31e9e1a3dbc4f1ef3a27d58f25daacae07
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M mythtv/html/setup/js/guidedatasources.js
    M mythtv/libs/libmythservicecontracts/datacontracts/videoSource.h
    M mythtv/libs/libmythservicecontracts/services/channelServices.h
    M mythtv/libs/libmythtv/channelscan/channelscan_sm.cpp
    M mythtv/libs/libmythtv/dbcheck.cpp
    M mythtv/libs/libmythtv/sourceutil.cpp
    M mythtv/libs/libmythtv/sourceutil.h
    M mythtv/programs/mythbackend/services/channel.cpp
    M mythtv/programs/mythbackend/services/channel.h

  Log Message:
  -----------
  Support for Bouquet ID and Region in services API

Change type of bouquet_id and region_id to unsigned int.
Add support for Bouquet ID and Region ID in the C++ code of
the Services API.  Partial support added to the JS code.
These changes require database schema version 1351 which
adds fields bouquet_id and region_id to table videosource.




More information about the mythtv-commits mailing list