Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dvr:xmltv [2026/02/14 08:31] nedsdvr:xmltv [2026/06/24 09:47] (current) – [API Parameters] neds
Line 18: Line 18:
  
 ^ Parameter ^ Type ^ Description ^ ^ Parameter ^ Type ^ Description ^
-| DeviceAuth | string | Concatenation of the DeviceAuth strings from all HDHomeRun tuners. |+| DeviceAuth | string | Concatenation of the DeviceAuth strings from all HDHomeRun tuners. This can be found from http://hdhomerun.local/discover.json and changes every 8 hours. |
  
 OR OR
Line 38: Line 38:
 ==== Example ==== ==== Example ====
 <WRAP indent> <WRAP indent>
- 
-<code>curl --compressed "https://api.hdhomerun.com/api/xmltv?DeviceAuth=xxx" > guide.xml</code> 
  
 <code>curl --compressed "https://api.hdhomerun.com/api/xmltv?Email=xxx&DeviceIDs=xxx,xxx,xxx" > guide.xml</code> <code>curl --compressed "https://api.hdhomerun.com/api/xmltv?Email=xxx&DeviceIDs=xxx,xxx,xxx" > guide.xml</code>
 +
 +<code>curl --compressed "https://api.hdhomerun.com/api/xmltv?DeviceAuth=xxx" > guide.xml</code>
  
 </WRAP> </WRAP>
Line 59: Line 59:
   * 20250928:   * 20250928:
     * Initial documentation.     * Initial documentation.
 +
 +
 Copyright © 2016-2025 Silicondust USA Inc. <www.silicondust.com>. Copyright © 2016-2025 Silicondust USA Inc. <www.silicondust.com>.
  
  • Last modified: 2026/02/14 08:31