Request Type:
NEW FEATURE
MCEBuddy Version and Type (32bit or 64bit):
**Operating System and Type (32bit or 64bit): windows 64
**Summary of the problem or suggestion: possible to add an option for mcebuddy to send the following command to the getchannels.com plus dvr server after post processing a recording.
Invoke-WebRequest -Method Put http://xxx.xxx.xxx.xxx:8089/dvr/pruner/deleted
curl -XPUT http://x.x.x.x:8089/dvr/pruner/deleted
**Screenshots:*Invoke-WebRequest -Method Put http://xxx.xxx.xxx.xxx:8089/dvr/pruner/deleted
curl -XPUT http://x.x.x.x:8089/dvr/pruner/deleted
for now after mcebuddy post processes a getchannels recording via the provided json file. example below.
{“Description”:“David Spade ("Lights Out With David Spade"); science guy Steve Spangler.”,“Episode”:49,“Genres”:[“Talk”],“IsMovie”:false,“IsSports”:false,“MetadataGenerator”:“Channels DVR”,“OriginalBroadcastDateTime”:“2019-11-14T00:00:00Z”,“RecordedDateTime”:“2019-11-14T20:00:00Z”,“Season”:17,“SeriesPremiereDate”:“2003-09-08T00:00:00Z”,“SubTitle”:“David Spade”,“Title”:“The Ellen DeGeneres Show”}
it sorts into a different path and channels continues to see the files in the dvr. would love to be able to post process with mcebuddy and not have to manually update the channels dvr if there is some way to run that command.