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/04/14 22:20] (current) – [Example] neds
Line 38: Line 38:
 ==== Example ==== ==== Example ====
 <WRAP indent> <WRAP indent>
 +
 +<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> <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>+</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> </WRAP>
  • Last modified: 2026/02/14 08:28