Search found 34 matches

by TPeterson
Sun Mar 10, 2024 4:51 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 55
Views: 22708

Re: Recording metadata - TPeterson

Thanks for the clarification, Jason. My question is how exactly do I get the app to recognize those existing recordings? I gather from the mere existence of utilities that add the necessary metadata to ts files that lack it--and from emveepee's post above--that such files are not necessarily all cre...
by TPeterson
Sun Mar 10, 2024 3:32 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 55
Views: 22708

Re: Recording metadata - TPeterson

IOW, the app works via the subscribed DVR system only, is that right?
by TPeterson
Sun Mar 10, 2024 2:46 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 55
Views: 22708

Re: Recording metadata - TPeterson

emveepee wrote: Sun Mar 10, 2024 2:20 pm...and the file with metadata shows up....
"Shows up" where? Does the app look in a particular folder for recordings?

What syntax did you use, if not a dedicated folder? Also, what utility did you use?
by TPeterson
Sun Mar 10, 2024 11:42 am
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 55
Views: 22708

Re: Recording metadata - TPeterson

@nickk: I used Gary Buhrmaster's GitHub python app `HDHR-DVR-fileImport.py` from https://github.com/garybuhrmaster/HDHRUtil to put the relevant metadata into a ts file recorded from one of my HDHR units. (Thanks, @gtb!) VLC was still happy to play the result, but `HDHomeRunApp.exe` (the Windows alia...
by TPeterson
Thu Mar 07, 2024 11:45 am
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 55
Views: 22708

Re: Recording metadata - TPeterson

@mrrrk: Thanks!
by TPeterson
Sun Feb 04, 2024 11:31 am
Forum: Development Support
Topic: HTTP API Documentation
Replies: 22
Views: 10220

Re: HTTP API Documentation

Tuners are dynamically allocated. Keep in mind that you don't know what tuners are available when you go to tune because another app on another device may be using one or more tuners.... libhdhomerun - typically the only thing you use libhdhomerun for these days is the discover API in hdhomerun_dis...
by TPeterson
Sat Feb 03, 2024 4:24 pm
Forum: Development Support
Topic: HTTP API Documentation
Replies: 22
Views: 10220

Re: HTTP API Documentation

As an oldtimer, I didn't recognize HDHomerun_config by its new name. That utility, of course, does provide (after a rather lengthy delay) a tuner-specific lineup. However, my hope is to avoid requiring that CW_EPG users with HTTP-capable HDHR units install the "Windows software" package an...
by TPeterson
Sat Feb 03, 2024 2:45 pm
Forum: Development Support
Topic: HTTP API Documentation
Replies: 22
Views: 10220

Re: HTTP API Documentation

Nick, this is the Developer Support forum.... My use case is not selecting a single channel but constructing resources for CW_EPG to use when recording from HDHomerun units.
by TPeterson
Sat Feb 03, 2024 2:32 pm
Forum: Development Support
Topic: HTTP API Documentation
Replies: 22
Views: 10220

Re: HTTP API Documentation

Of course one can parse the list, which also includes the modulation type of each channel, and use external knowledge of the model and its tuner complement to decide which channels to assign each. But why force each user to that effort when the fw could issue a correct tuner-specific list instead?
by TPeterson
Sat Feb 03, 2024 2:27 pm
Forum: Development Support
Topic: HTTP API Documentation
Replies: 22
Views: 10220

Re: HTTP API Documentation

signcarver wrote: Sat Feb 03, 2024 2:21 pm "libhdhomerun" url?
by TPeterson
Sat Feb 03, 2024 2:20 pm
Forum: Development Support
Topic: HTTP API Documentation
Replies: 22
Views: 10220

Re: HTTP API Documentation

signcarver wrote: Sat Feb 03, 2024 2:16 pmTypically for what you ask, one would use the libraries which are more meant on a per tuner basis.
"The libraries" == ??
by TPeterson
Sat Feb 03, 2024 2:18 pm
Forum: Development Support
Topic: HTTP API Documentation
Replies: 22
Views: 10220

Re: HTTP API Documentation

nickk wrote: Sat Feb 03, 2024 2:14 pm All HDHomeRun tuner models that support lineup.xml/json are single input (all tuners receive the same signal).
True, but the 4k units show atsc3 channels in those lists that tuners 2 and 3 cannot lock. That's the reason for my wish to have tuner-specific lists.
by TPeterson
Sat Feb 03, 2024 11:55 am
Forum: Development Support
Topic: HTTP API Documentation
Replies: 22
Views: 10220

Re: HTTP API Documentation

The pages lineup.xml and lineup.json were OK as long as all tuners in the device were the same. But now, with some tuners in the device not able to lock on all of the channels shown, it would be very nice to have a modified call to show the lineup for only one of the tuners. Is there such a call alr...
by TPeterson
Tue Nov 28, 2023 9:13 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 55
Views: 22708

Re: Recording metadata - TPeterson

@techpro2004, thanks for the tip.
by TPeterson
Fri Oct 27, 2023 1:37 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 55
Views: 22708

Re: NextGen TV Certification testing started

NedS wrote: Wed Jul 26, 2023 12:40 pm
TPeterson wrote: Tue Jul 25, 2023 8:33 pm OK, so there's no published spec. Can I find some example files someplace?
It's something I've been meaning to document. I'll try to get something put together soon.
Hi, Ned! Have you made any progress on this? Have an ETA or URL for it?