NextPVR Forums

Full Version: URL Commands
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have had wonderful success with using a web-style URL to schedule NextPVR recordings: "http://localhost:8866/services/service?method=recording.save&event_id=xxx". This schedules a single event very nicely. Nice, but limited.

Are there more components of this format that allows additional specifications such as pre-/post-padding, recording folder, recording frequency, etc? I have no success finding more info.

Thanks...

JC
Yes check out Kodi PVR which I think I have linked you to before for parameters some timer types

https://github.com/kodi-pvr/pvr.nextpvr/....cpp#L1652

Martin
I've looked all over and found no answer:

I'm using the following URL command:

http://localhost:8866/service?method=channel.m3u

Is there a way for this command to retrieve only a single channel group? I've tried &group_id=Favorites-HD to no avail.

Thanks.
There isn't currently a way to specify a group on channel.m3u, but I'll try to add it for the next release.
(2020-03-23, 06:56 PM)sub Wrote: [ -> ]There isn't currently a way to specify a group on channel.m3u, but I'll try to add it for the next release.
This is a v4 thread so probably not.

Martin
True.

I can add it in v5.