Is there a way to create passes via the DVR api? And is there a way to use logical "or" in a pass?
My specific use case is I have a list of ( Hallmark Hall of Fame ) movies I want to record. I would much rather feed the list to an api call ( or a script around an api call ) than have to create each one individually in the GUI.
You can create an advanced pass in the web UI that might be able to match everything you're looking for.
Otherwise you can use the browser console network inspector to view the api calls made when recording or adding a pass, then make those same api calls from your script.
Thanks.
I was unable to add multiple titles in the web UI, it keeps replacing the one title.
Using the network inspector is ... interesting! I have managed to put together a call that creates a rule.
Was not able to work out the delete call, but not important.
OK, I was overthinking delete - that's working now