[mythtv-commits] [MythTV/mythtv] 0ecdb9: web app: Fix sort order of recordings and videos, ...

Peter Bennett noreply at github.com
Sat Nov 25 14:35:13 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 0ecdb92f6018f1d9974be0f05a409ebf7bb1634e
      https://github.com/MythTV/mythtv/commit/0ecdb92f6018f1d9974be0f05a409ebf7bb1634e
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2023-11-25 (Sat, 25 Nov 2023)

  Changed paths:
    M mythtv/html/assets/i18n/bg.json
    M mythtv/html/assets/i18n/ca.json
    M mythtv/html/assets/i18n/cs.json
    M mythtv/html/assets/i18n/da.json
    M mythtv/html/assets/i18n/de.json
    M mythtv/html/assets/i18n/el.json
    M mythtv/html/assets/i18n/en_CA.json
    M mythtv/html/assets/i18n/en_GB.json
    M mythtv/html/assets/i18n/en_US.json
    M mythtv/html/assets/i18n/es.json
    M mythtv/html/assets/i18n/es_ES.json
    M mythtv/html/assets/i18n/et.json
    M mythtv/html/assets/i18n/fi.json
    M mythtv/html/assets/i18n/fr.json
    M mythtv/html/assets/i18n/he.json
    M mythtv/html/assets/i18n/hr.json
    M mythtv/html/assets/i18n/hu.json
    M mythtv/html/assets/i18n/is.json
    M mythtv/html/assets/i18n/it.json
    M mythtv/html/assets/i18n/ja.json
    M mythtv/html/assets/i18n/nb.json
    M mythtv/html/assets/i18n/nl.json
    M mythtv/html/assets/i18n/pl.json
    M mythtv/html/assets/i18n/pt.json
    M mythtv/html/assets/i18n/pt_BR.json
    M mythtv/html/assets/i18n/ru.json
    M mythtv/html/assets/i18n/sl.json
    M mythtv/html/assets/i18n/sv.json
    M mythtv/html/assets/i18n/tr.json
    M mythtv/html/assets/i18n/zh_CN.json
    M mythtv/html/assets/i18n/zh_HK.json
    M mythtv/html/backend/src/app/dashboard/recordings/recordings.component.ts
    M mythtv/html/backend/src/app/dashboard/videos/videos.component.ts

  Log Message:
  -----------
  web app: Fix sort order of recordings and videos, fix transcode menu

If recordings are sorted by clicking on a column,  make sure that there
is a sensible secondary sort key. For example if sorting by title,
episodes must be sorted in airdate order. If sorting by rec group, shows
must be in title order.

Change menu item for Transcode to "Transcode with Default profile".




More information about the mythtv-commits mailing list