[mythtv-commits] [MythTV/mythtv] 9ae712: Base watch list ordering on series most recently w...

David Engel noreply at github.com
Fri Jun 10 19:56:42 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 9ae712697d1287b31c45979939c42b97fe99a910
      https://github.com/MythTV/mythtv/commit/9ae712697d1287b31c45979939c42b97fe99a910
  Author: Paul Gardiner <mythtv at glidos.net>
  Date:   2022-04-10 (Sun, 10 Apr 2022)

  Changed paths:
    M mythtv/programs/mythfrontend/playbackbox.cpp

  Log Message:
  -----------
  Base watch list ordering on series most recently warched or recorded

(Also fixes the problme of air date taking priority over series and
episode)

Before this change, the watch list used a complex ordering that was
designed to help users keep up to date with many series simultaneosly,
ensuring that they didn't get behind with some. It's cleverly designed,
but seems very specific to the author's particular viewing habits. It
doesn't account well for shows that you really don't want to watch just
now, but you think you might one day. Nor does it account for a wish to
wait for a whole series before binging.

This commit simplifies the design, taking the view that mostly the user
will want to continue with series that they've recently viewed, or to
which a new recording has recently been added. The new ordering gives the
user more control: if you wish to make a series appear higher in the watch
list then just watch a few seconds of an episode; if you wish to make a
series appear lower then don't watch any episodes from it and it will
get pushed out by the series you are watching.


  Commit: e85a0bbee5aa3768e4321badb5587085fe9204d0
      https://github.com/MythTV/mythtv/commit/e85a0bbee5aa3768e4321badb5587085fe9204d0
  Author: Paul Gardiner <mythtv at glidos.net>
  Date:   2022-04-24 (Sun, 24 Apr 2022)

  Changed paths:
    M mythtv/programs/mythfrontend/playbackbox.cpp

  Log Message:
  -----------
  Make "List Recorded Episodes" available from the watch list

Previously the option was avaialable only when using the "All programs"
group, although it is useful also from the watch list.


  Commit: e2748d6e2b4b293fa10e8d6fa714260c39bee9cd
      https://github.com/MythTV/mythtv/commit/e2748d6e2b4b293fa10e8d6fa714260c39bee9cd
  Author: David Engel <dengel at mythtv.org>
  Date:   2022-06-10 (Fri, 10 Jun 2022)

  Changed paths:
    M mythtv/programs/mythfrontend/playbackbox.cpp

  Log Message:
  -----------
  Merge pull request #540 from Glidos/simplify-watch-list-priority-master

Base watch list ordering on series most recently warched or recorded


Compare: https://github.com/MythTV/mythtv/compare/e377ae563270...e2748d6e2b4b


More information about the mythtv-commits mailing list