[mythtv-commits] [MythTV/mythtv] a36e09: Selection of Bouquet and Region in Video sources page

kmdewaal noreply at github.com
Tue Oct 29 20:25:13 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: a36e094ad8ecc2a408c9d01d2d53e714b86d7e2f
      https://github.com/MythTV/mythtv/commit/a36e094ad8ecc2a408c9d01d2d53e714b86d7e2f
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/channelscan_sm.cpp
    M mythtv/libs/libmythtv/dbcheck.cpp
    M mythtv/libs/libmythtv/videosource.cpp

  Log Message:
  -----------
  Selection of Bouquet and Region in Video sources page

Add fields bouquet_id and region_id to table videosource for
database schema version 1351. This will be done when the database
schema version is changed in mythversion.h.
Conditional on the database schema version bigger than 1350
are the following changes:
- Add selection of the Bouquet ID and the Region ID in the Video sources page of mythtv-setup.
- In the channelscan, use the bouquet_id and region_id values from table videosource.
If the database version is 1350 the old code is still used.
After the database version has been changed to 1351 (or higher)
the  old code can be removed.




More information about the mythtv-commits mailing list