Auto Map Services to Channels
Added by Paul Williams over 6 years ago
Is there a way to automatically map all services to channels without using the GUI?
I have new muxes being pulled in from M3U quite regularly and would like to just map all to channels without any intervention.
Do we have access to this type of functionality using the API if not natively available?
Replies (2)
RE: Auto Map Services to Channels - Added by Robert Cameron over 6 years ago
A quick browse through the source shows:
- /service/mapper/load
- /service/mapper/save
- /service/mapper/stop
- /service/mapper/status
However, there does not appear to be an API endpoint for /service/mapper/start ...
Source: https://github.com/tvheadend/tvheadend/blob/master/src/api/api_service.c
RE: Auto Map Services to Channels - Added by Paul Williams over 6 years ago
Just wanted to bump this in case it's now possible or someone else may know any more?