2020-05-25, 11:04 PM
I'm writing a utility to do some integration with TV Maze (https://tvmaze.com), and I have the initial code working so that I can check a list of shows (presumably new to me) and add recurring recordings to NextPVR if there are new episodes in the next 10 days. I realized this morning that I've been able to make all the API calls to NextPVR without authentication, and I'm assuming that's because I'm accessing it via localhost (I have NextPVR running on Docker on my development Mac). That'll actually work fine for me even in production, but I'd like to provide the option for someone to run the script somewhere else. When is the PIN required for API access, and how does it get sent (in the header, as basic auth in the URL, as an additional Get param, etc?).
Thanks.
Thanks.