[mythtv-commits] [MythTV/mythtv] 293adf: Services: New method channel/GetAvailableChanid

Peter Bennett noreply at github.com
Wed Feb 22 01:23:05 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 293adf2ab0ddf61bd9f6a950dc30c585da99a458
      https://github.com/MythTV/mythtv/commit/293adf2ab0ddf61bd9f6a950dc30c585da99a458
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

  Changed paths:
    M mythtv/programs/mythbackend/servicesv2/v2channel.cpp
    M mythtv/programs/mythbackend/servicesv2/v2channel.h

  Log Message:
  -----------
  Services: New method channel/GetAvailableChanid

The service that adds a channel requires a chanid but there is no
method of obtaining an unused chanid number. This method returns the
next available number.


  Commit: 91e3da68e6e9bbf4b042ad294d22a69e21d6d27a
      https://github.com/MythTV/mythtv/commit/91e3da68e6e9bbf4b042ad294d22a69e21d6d27a
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2023-02-21 (Tue, 21 Feb 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/channel-editor/channel-editor.component.css
    A mythtv/html/backend/src/app/config/settings/channel-editor/channel-editor.component.html
    A mythtv/html/backend/src/app/config/settings/channel-editor/channel-editor.component.spec.ts
    A mythtv/html/backend/src/app/config/settings/channel-editor/channel-editor.component.ts
    M mythtv/html/backend/src/app/config/settings/input-connections/iconnection/iconnection.component.ts
    M mythtv/html/backend/src/app/layout/sidenav/sidenav.component.ts
    M mythtv/html/backend/src/app/services/channel.service.ts
    M mythtv/html/backend/src/app/services/interfaces/channel.interface.ts

  Log Message:
  -----------
  webapp setup: Channel Editor

This is the channel editor part of setup. Editing of channels is done.
The transport editor part is not dome yet.


Compare: https://github.com/MythTV/mythtv/compare/659a9b6dc61d...91e3da68e6e9


More information about the mythtv-commits mailing list