Silicondust / libhdhomerun

Silicondust library and cli utility for controlling HDHomeRun tuners
GNU Lesser General Public License v2.1
102 stars 43 forks source link

Discover packet reply from tuner includes tag 0x27 #17

Closed garybuhrmaster closed 1 year ago

garybuhrmaster commented 5 years ago

It would appear that there is a tag (0x27) returned as part of the discover packet that appears to be the LineupURL. Is this a sanctioned tag that is intended to be continued, or is it destined to be removed in preference to using the BaseURL tag?

Even if deprecated, should hdhomerun_pkt.h include the definition something like the form:

define HDHOMERUN_TAG_LINEUP_URL 0x27

garybuhrmaster commented 1 year ago

This tag was added in the 20190625 release. Closing issue