Hi there,
today I implemented a PUT request on the documents endpoint. This includes programOutputMasterVolume and the complete metadata dictionary (title, show, author, comments, width, height, duration, framerate, samplerate). However, smoothly updating the audio volumes is hard to do because the HTTP server is asynchronous, and the timing is difficult to get a grip on.
@JoPhi With the new endpoint, it is now possible?
Letās see the next beta. Iām not sure if Achim has already committed and pushed the changes to a public available beta or release. @Achim_Boinx ?
Yes, the new API is in the latest 6.16 beta 4 release.
@achim: I donāt get it, how to call it. documents/$doc_id and there ?update=??? Non of the normal combinations work for me. (Certainly fully URL encoded)
{āprogramOutputMasterVolumeā: 0.5 }
{āattributesā: {āprogramOutputMasterVolumeā: 0.5 }}
{ādataā: {āattributesā: {āprogramOutputMasterVolumeā: 0.5 }}}
Could you please add right click on the label to copy the typical API-things?
What do I wrong? Other endpoints say error 400 if there is something wrong. But this endpoint says nothing.