[mythtv-commits] [MythTV/mythtv] aa7ede: V2 API: Fix some bugs
Peter Bennett
noreply at github.com
Sat Nov 5 19:08:49 UTC 2022
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: aa7edea77efa8b73ab0af3807444841f314d53df
https://github.com/MythTV/mythtv/commit/aa7edea77efa8b73ab0af3807444841f314d53df
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2022-11-05 (Sat, 05 Nov 2022)
Changed paths:
M mythtv/libs/libmythtv/cardutil.cpp
M mythtv/programs/mythbackend/servicesv2/v2capture.cpp
M mythtv/programs/mythbackend/servicesv2/v2channel.cpp
Log Message:
-----------
V2 API: Fix some bugs
- LinkInputGroup allows duplicate entries to be created. Changed so that
if an entry already exists its id is retrurned and no new entry is
created.
- Input group structure was not registered so it was not expanded in the
wsdl
- FetchChannelsFromSource did not work for CETON devices and perhaps
others due to an incorrect validation in the code. The validation check
is commented for now.
Commit: 8da8270f63ba8c25e4f63e9ebe282b1011c4b3cf
https://github.com/MythTV/mythtv/commit/8da8270f63ba8c25e4f63e9ebe282b1011c4b3cf
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2022-11-05 (Sat, 05 Nov 2022)
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
M mythtv/html/backend/src/app/config/settings/capture-cards/capture-cards.component.ts
M mythtv/html/backend/src/app/config/settings/capture-cards/dvb/dvb.component.html
A mythtv/html/backend/src/app/config/settings/input-connections/iconnection/iconnection.component.css
A mythtv/html/backend/src/app/config/settings/input-connections/iconnection/iconnection.component.html
A mythtv/html/backend/src/app/config/settings/input-connections/iconnection/iconnection.component.spec.ts
A mythtv/html/backend/src/app/config/settings/input-connections/iconnection/iconnection.component.ts
A mythtv/html/backend/src/app/config/settings/input-connections/input-connections.component.css
A mythtv/html/backend/src/app/config/settings/input-connections/input-connections.component.html
A mythtv/html/backend/src/app/config/settings/input-connections/input-connections.component.spec.ts
A mythtv/html/backend/src/app/config/settings/input-connections/input-connections.component.ts
M mythtv/html/backend/src/app/layout/sidenav/sidenav.component.ts
M mythtv/html/backend/src/app/services/capture-card.service.ts
M mythtv/html/backend/src/app/services/interfaces/capture-card.interface.ts
M mythtv/html/backend/src/app/services/interfaces/channelinfolist.interface.ts
Log Message:
-----------
Webapp Setup: Add support for input connections.
Compare: https://github.com/MythTV/mythtv/compare/53dbe79f11fe...8da8270f63ba
More information about the mythtv-commits
mailing list