dan-online / autopulse

💫 automated scanning tool that bridges media organizers such as Sonarr and Radarr with media servers such as Plex and Jellyfin
https://autopulse.dancodes.online
MIT License
123 stars 4 forks source link

feat: Add Tdarr trigger #9

Closed modem7 closed 1 month ago

modem7 commented 2 months ago

Description

Add Tdarr trigger as that does scheduled scans

Additional Information

No response

dan-online commented 1 month ago

Hey @modem7 I can't be sure if Tdarr has a standardized webhook structure such as Sonarr/Radarr since I don't personally use it, if not then perhaps a web-request step with the /triggers/manual API is best here? Here's the documentation on that

modem7 commented 1 month ago

Heya @dan-online - Thanks for the quick reply!

I'm not 100% sure, but the only info I have is from other similar (but single app) projects:

https://github.com/hollanbm/tdarr_autoscan https://github.com/deathbybandaid/tdarr_inform https://github.com/doesntfazer/tdarrscanner

Bar that, my knowledge is below zilch.

dan-online commented 1 month ago

Oh I see, so Tdarr would be a target, this looks possible based on those links you sent. Target being that Tdarr is informed by autopulse of a new file

modem7 commented 1 month ago

That's exactly it, given that Tdarr is reliant on changes to media (usually due to the *arrs), it would make sense that it could be handled by a service such as autopulse.

Also, you'd be the only service that handles Tdarr, as well as the other *arrs in one package.

dan-online commented 1 month ago

@modem7 Tdarr support has been added!

modem7 commented 1 month ago

@modem7 Tdarr support has been added!

You legend! Thank you very much!!