Search found 2 matches

by wtg
Mon Jun 16, 2025 5:46 pm
Forum: Development Support
Topic: Send HTTP Recording Stream to NUL?
Replies: 16
Views: 5639

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.
by wtg
Wed Jan 29, 2025 6:28 am
Forum: Development Support
Topic: Populating HDHomeRun Metadata - PowerShell Script
Replies: 3
Views: 12676

Re: Populating HDHomeRun Metadata - PowerShell Script

Appreciate you sharing this and hope you'll keep us updated on your efforts to have a script update the .ts file directly. I've been wanting to do something similar myself but it's definitely not trivial and haven't made the time.

Also worth sharing for anyone wondering how to convert a specific ...