Search found 25 matches

by TPeterson
Mon Mar 18, 2024 12:05 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 32
Views: 13928

Re: Recording metadata - TPeterson

Got it! Thanks.
by TPeterson
Mon Mar 18, 2024 9:31 am
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 32
Views: 13928

Re: Recording metadata - TPeterson

Thanks, Nick. I looked for SeriesID in the Schedules Direct SD-JSON developer's guide and didn't see it. Did I miss it or is that your own name for it?
by TPeterson
Mon Mar 18, 2024 9:01 am
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 32
Views: 13928

Re: Recording metadata - TPeterson

One more question: What is the purpose of the tag SeriesID? The other tags are pretty self explanatory (or explained in gtb's code). This ones name suggests to me that it's for grouping things somehow, but darned if I can guess how!
by TPeterson
Sun Mar 10, 2024 6:33 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 32
Views: 13928

Re: Recording metadata - TPeterson

OK, thanks, all for the guidance.
by TPeterson
Sun Mar 10, 2024 6:17 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 32
Views: 13928

Re: Recording metadata - TPeterson

Thanks, Martin. I'll give that a shot. And I guess if setting the Registry key is not alone sufficient I should try (finally) to install the DVR subsystem that I've (obviously) never broached before.
by TPeterson
Sun Mar 10, 2024 4:57 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 32
Views: 13928

Re: Recording metadata - TPeterson

Thanks, Ned. ...and I set the "recording path(s)" how?
by TPeterson
Sun Mar 10, 2024 4:51 pm
Forum: Development Support
Topic: Recording metadata - TPeterson
Replies: 32
Views: 13928

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: 32
Views: 13928

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: 32
Views: 13928

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: 32
Views: 13928

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: 32
Views: 13928

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: 7536

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: 7536

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: 7536

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: 7536

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?