Notifiarr / website

Issue tracker for Notifiarr.com
https://notifiarr.com
6 stars 0 forks source link

[Feature Request] Striparr Integration #296

Open DrSeussFreak opened 1 year ago

DrSeussFreak commented 1 year ago

Striparr is an amazing tool for stripping metadata, and it is all API driven. It CAN log when you run manually on something, so I wondered if there may be a possibility to leverage the API to get logging?

austinwbest commented 11 months ago

Striparr is an amazing tool for stripping metadata, and it is all API driven. It CAN log when you run manually on something, so I wondered if there may be a possibility to leverage the API to get logging?

Is this something the log watcher can monitor with regexp matches? If not, does it support webhooks?

DrSeussFreak commented 11 months ago

It runs as a webhook, similar to notifiarr you add it to the same place in sonarr/radarr

austinwbest commented 11 months ago

No, I meant it emitting webhooks

DrSeussFreak commented 11 months ago

ahh ok.

arr app sends post call to striparr with the file path, striparr requires access to the same file paths for the media as the arr apps, so it is one-way communication from *arr --> striparr --> direct access to media files

In fact you can manually run striparr via docker cli to run it on demand

austinwbest commented 11 months ago

i get that part but does striparr have webhook options?

onStart, onComplete, onError etc is what would be the ideal solution

DrSeussFreak commented 11 months ago

been a really long day 🤦🏻‍♂️

It does not appear to have any options externally available, but I do see a newer function for email alerting, so there must be something internal.

austinwbest commented 11 months ago

I would ask them if they could add very simple json webhook support. you put in a URL and it posts json to it instead of an email