Search found 2 matches

by wtg
Sun Dec 28, 2025 11:04 am
Forum: Development Support
Topic: Enhanced Populating HDHomeRun Metadata - PowerShell Script
Replies: 1
Views: 23949

Re: Enhanced Populating HDHomeRun Metadata - PowerShell Script

Thank you for sharing. This is something I've been meaning to investigate for a while but hadn't made time for.
by wtg
Mon Jun 16, 2025 5:46 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 16
Views: 63116

Re: Send HTTP Recording Stream to NUL?

FYI, this seems to work in PowerShell:

(new-object Net.WebClient).DownloadFile( 'http://192.168.1.41:5004/tuner3/v20.1?duration=6000', 'NUL:')

No error and no file that I can find.