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:28] 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>
  
-</WRAP>+<code>curl --compressed "https://api.hdhomerun.com/api/xmltv?DeviceAuth=xxx" > guide.xml</code>
  
 </WRAP> </WRAP>
  
 +====History====
 +<WRAP indent>
 +  * 20251026:
 +    * URL must be quoted in most shells.
 +
 +  * 20251025:
 +    * New Email+DeviceIDs access approach.
 +    * Clarifications.
 +
 +  * 20251023:
 +    * Add note regarding scheduling the download.
 +
 +  * 20250928:
 +    * Initial documentation.
 +
 +
 +Copyright © 2016-2025 Silicondust USA Inc. <www.silicondust.com>.
 +
 +</WRAP>
  
 {{tag>DVR}} {{tag>DVR}}
 {{tag>development}} {{tag>development}}
  • Last modified: 2026/02/14 08:28