[mythtv-commits] [MythTV/mythtv] 4ac540: Remove duplicate browse channel list (#989)

kmdewaal noreply at github.com
Sat Dec 7 15:36:11 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 4ac5407867ccbcda04bdeeb41ecbc2c41b23ae5a
      https://github.com/MythTV/mythtv/commit/4ac5407867ccbcda04bdeeb41ecbc2c41b23ae5a
  Author: kmdewaal <klaas at kldo.nl>
  Date:   2024-12-07 (Sat, 07 Dec 2024)

  Changed paths:
    M mythtv/libs/libmythtv/tvbrowsehelper.cpp
    M mythtv/libs/libmythtv/tvbrowsehelper.h

  Log Message:
  -----------
  Remove duplicate browse channel list (#989)

When starting TV playback, either from a recording or live, a list
of all channels is created that can be used to select another
channel with the up/down keys while watching.
This channel list is created twice; as the name implies one
for all channels and one for all visible channels.
However, both lists are identical and contain all channels.
The check on visible or not was already been done somewhere
else in the code.
Therefore only one list with all channels is needed.
Note that the time to create this list can be significant when
there are a large number of channels. With satellites and especially
with IPTV the number of channels can easily become very large,
as in several thousands.



To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications


More information about the mythtv-commits mailing list