Already in there! It's like Prego sauce. Lol. I use libhdhomerun for tuner selection and UDP discovery (when enabled). The only catch is I have a race condition since I can't transfer the lock to the HTTP interface, so there is a chance that it could be locked by another device in the few milliseconds of gap. I don't think many people turn on my "Stream directly from tuner" option anyway, timeshifting support is half the fun!jasonl wrote: ↑Wed Jun 26, 2019 11:32 am The old Kodi support specified a tuner in the URL. There was no auto support. It was very rudimentary because it was just loading strm files generated by HDHomeRun Setup and feeding them to libhdhomerun. Now that Kodi has binary add-on support it ought to be possible to build libhdhomerun in to an add-on and use its tuner pooling API to let it automatically pick a device/tuner to use. If someone actually wants to take the time to do that, more power to them.
For the UDP streaming (experimental) I'm keeping the lock after selection as you would expect. I'm not sure there will be any benefit here over HTTP but I try to satisfy as many requests as are reasonable!