Remote Series Pass Modification

I'm using the following to create a series pass:

Curl -XPOST "http://192.168.0.232:8089/dvr/rules/new" --data-binary "{"EQ":{"SeriesID":"18566346","Tags": "New"},"Name":"Debris"}"

It created the pass, but not with the padding or keep number I wanted.

Is there a way to specify these things on creation or after the fact?

PaddingStart and PaddingEnd can be provided at creation. They are numbers in seconds.

Great, Thank you! Padding is up and running.

Any hints on setting the number of copies to keep?

I would advise you to use the web UI to create passes and then check your browsers network console to see the underlying requests and fields used.

Great stuff! I never knew about "Network Console" before this. I found it in FireFox, and my problem is solved. I suspect there will be future problems solved as well.

You guys are great!

1 Like