[mythtv-commits] [MythTV/mythtv] 2cbf39: Services API: Add Power Priority maintnance method...

Peter Bennett noreply at github.com
Sun Nov 10 18:16:54 UTC 2024


  Branch: refs/heads/peter
  Home:   https://github.com/MythTV/mythtv
  Commit: 2cbf3959aaac824763e7a8047efc3bc129d0db53
      https://github.com/MythTV/mythtv/commit/2cbf3959aaac824763e7a8047efc3bc129d0db53
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2024-11-10 (Sun, 10 Nov 2024)

  Changed paths:
    M mythtv/programs/mythbackend/CMakeLists.txt
    M mythtv/programs/mythbackend/mythbackend.pro
    M mythtv/programs/mythbackend/servicesv2/v2dvr.cpp
    M mythtv/programs/mythbackend/servicesv2/v2dvr.h
    A mythtv/programs/mythbackend/servicesv2/v2powerPriority.h

  Log Message:
  -----------
  Services API: Add Power Priority maintnance methods to Dvr service.


  Commit: 34c542338bd761aeaf6d3cc2a99022b08602cb79
      https://github.com/MythTV/mythtv/commit/34c542338bd761aeaf6d3cc2a99022b08602cb79
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2024-11-10 (Sun, 10 Nov 2024)

  Changed paths:
    M mythtv/html/apps/backend/main.js
    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/app.module.ts
    A mythtv/html/backend/src/app/dashboard/dashboard-settings/custom-priorities/custom-priorities.component.css
    A mythtv/html/backend/src/app/dashboard/dashboard-settings/custom-priorities/custom-priorities.component.html
    A mythtv/html/backend/src/app/dashboard/dashboard-settings/custom-priorities/custom-priorities.component.spec.ts
    A mythtv/html/backend/src/app/dashboard/dashboard-settings/custom-priorities/custom-priorities.component.ts
    M mythtv/html/backend/src/app/dashboard/dashboard-settings/dashboard-settings.component.html
    M mythtv/html/backend/src/app/schedule/schedule.component.html
    M mythtv/html/backend/src/app/services/dvr.service.ts
    M mythtv/html/backend/src/app/services/interfaces/dvr.interface.ts

  Log Message:
  -----------
  Web App: Add Custom Priorities to dashboard settings

Add create, delete, update support for Custom Priority.


  Commit: 91a2e8f6f1169c1b4a3865e53c851e1975819f15
      https://github.com/MythTV/mythtv/commit/91a2e8f6f1169c1b4a3865e53c851e1975819f15
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2024-11-10 (Sun, 10 Nov 2024)

  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

  Log Message:
  -----------
  web app setup: Improved help text for Max Recordings in Input Connections


Compare: https://github.com/MythTV/mythtv/compare/91ac311cf4fc...91a2e8f6f116

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