Notifiarr/website

[Feature Request] Striparr Integration

Opened this issue · 7 comments

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?

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?

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

No, I meant it emitting webhooks

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

i get that part but does striparr have webhook options?

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

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.

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