I have a script that used to add chapter markers to recordings. It is not working any longer and I think I have narrowed it down to an API call that has been removed.
I used to call this API
http://channelsDVR:8089/dvr/files/ID/comskip.ffmeta
and it would return the comskip.ffmeta data that I would use to mark chapters in my recordings.
Is there a new API that I could call or a setting that restores this API or another location in the File JSON structure where I could grab this information?