[mythtv-commits] [MythTV/mythtv] c970d5: Fix "Import Existing Scan" option

kmdewaal noreply at github.com
Mon Apr 27 15:24:22 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: c970d583788757295e38b6965611098b79f37cf6
      https://github.com/MythTV/mythtv/commit/c970d583788757295e38b6965611098b79f37cf6
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2020-04-27 (Mon, 27 Apr 2020)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/paneexistingscanimport.h
    M mythtv/libs/libmythtv/channelscan/scaninfo.cpp
    M mythtv/libs/libmythtv/channelscan/scaninfo.h
    M mythtv/libs/libmythtv/sourceutil.cpp

  Log Message:
  -----------
  Fix "Import Existing Scan" option

Fix the Channel Scan option "Import Existing Scan".
This option has been broken since adding the field service_type
to database table channel in ticket #8774.
The functionality has been restored, but excluding the service_type value which
will be added before release of v32 as this requires a database schema change.

Other changes are:
- Present the saved scans in descending chronological order, so with the newest on top
- When saving a new scan, delete all scans older than 14 days from that video source
  Previously, only scans created with the same capture card were deleted.
- Delete al saved scans of a video source when the video source is deleted

Refs #8774
Refs #13472




More information about the mythtv-commits mailing list