[mythtv-commits] [MythTV/mythtv] 231136: TV metadata lookup: prefer season/episode on search

rcrdnalor noreply at github.com
Wed Feb 9 20:33:02 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 2311368b60b4df26fe8d1db701ecea64f1bfd517
      https://github.com/MythTV/mythtv/commit/2311368b60b4df26fe8d1db701ecea64f1bfd517
  Author: Roland Ernst <rcrernst at gmail.com>
  Date:   2022-02-09 (Wed, 09 Feb 2022)

  Changed paths:
    M mythtv/libs/libmythmetadata/metadatadownload.cpp

  Log Message:
  -----------
  TV metadata lookup: prefer season/episode on search

over subtitle search if inetref is provided.

The search for TV shows with 'inetref' & 'subtitle' is ambiguous if the
same subtitle exists multiple times, like "Episode 1" available for
multiple seasons.

If data for 'season' and 'episode' numbers are available, use it at
first instance, because these data are unique.

Refs #473




More information about the mythtv-commits mailing list