[mythtv-commits] [MythTV/mythtv] 96d537: Services API: Add recording profile methods to cap...

Peter Bennett noreply at github.com
Thu Mar 16 16:48:16 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 96d537d0cd09fa55b043d54d98434de7fc154f74
      https://github.com/MythTV/mythtv/commit/96d537d0cd09fa55b043d54d98434de7fc154f74
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M mythtv/programs/mythbackend/mythbackend.pro
    M mythtv/programs/mythbackend/servicesv2/v2capture.cpp
    M mythtv/programs/mythbackend/servicesv2/v2capture.h
    A mythtv/programs/mythbackend/servicesv2/v2recordingProfile.h

  Log Message:
  -----------
  Services API: Add recording profile methods to capture service

Methods added:
Capture/AddRecProfile
Capture/DeleteRecProfile
Capture/GetRecProfileGroupList
Capture/UpdateRecProfile
Capture/UpdateRecProfileParam


  Commit: babe5457853d770fdd5948b5bf70538b6a77c2ca
      https://github.com/MythTV/mythtv/commit/babe5457853d770fdd5948b5bf70538b6a77c2ca
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M mythtv/html/assets/i18n/en_US.json
    M mythtv/html/backend/src/app/app-routing.module.ts
    M mythtv/html/backend/src/app/app.module.ts
    A mythtv/html/backend/src/app/config/settings/recording-profiles/profile-group/profile-group.component.css
    A mythtv/html/backend/src/app/config/settings/recording-profiles/profile-group/profile-group.component.html
    A mythtv/html/backend/src/app/config/settings/recording-profiles/profile-group/profile-group.component.spec.ts
    A mythtv/html/backend/src/app/config/settings/recording-profiles/profile-group/profile-group.component.ts
    A mythtv/html/backend/src/app/config/settings/recording-profiles/profile-group/recprofile/recprofile.component.css
    A mythtv/html/backend/src/app/config/settings/recording-profiles/profile-group/recprofile/recprofile.component.html
    A mythtv/html/backend/src/app/config/settings/recording-profiles/profile-group/recprofile/recprofile.component.spec.ts
    A mythtv/html/backend/src/app/config/settings/recording-profiles/profile-group/recprofile/recprofile.component.ts
    A mythtv/html/backend/src/app/config/settings/recording-profiles/recording-profiles.component.css
    A mythtv/html/backend/src/app/config/settings/recording-profiles/recording-profiles.component.html
    A mythtv/html/backend/src/app/config/settings/recording-profiles/recording-profiles.component.spec.ts
    A mythtv/html/backend/src/app/config/settings/recording-profiles/recording-profiles.component.ts
    M mythtv/html/backend/src/app/layout/sidenav/sidenav.component.ts
    M mythtv/html/backend/src/app/services/capture-card.service.ts
    A mythtv/html/backend/src/app/services/interfaces/recprofile.interface.ts

  Log Message:
  -----------
  webapp setup: Add setup for recording profiles.

Recording profile setup mirrors the recording profile part of
mythtv-setup. All is done except for the v4l2 part that requires
specific hardware.


Compare: https://github.com/MythTV/mythtv/compare/8a2da90397d7...babe5457853d


More information about the mythtv-commits mailing list