Open ErbeckM opened 7 months ago
(This @ the maintainer)
Jumping in to say that I'm working on a yt-dlp
-backed app and I ended up using Apprise - gives you a ton of notifications options (including Discord webhooks!) with essentially zero configuration. There's a Python API but I ended up calling it as an executable
I'm writing my app in Elixir so the code may be so different as to be a useless comparison, but if you're curious here's how simple the implementation is (one and two)
This would be a neat feature, I think a smidge of work would need to be added to make it into a plugin and have access to the 'transaction log'.
And thanks for the suggestion @kieraneglin ! I saw your first announcement in r/selfhosted, looks like a nice alternative for folks who prefer GUI :slightly_smiling_face:
I hope to see this for ytdl-sub. I know pinchflat and YTDL Material has it. It could be done with apprise integration. It's nice to keep tabs on what's downloading when I'm away from home
Any consideration for Discord webhook integration to announce completion of the script when run? Could be useful when script run is automated and you could publish stats about number of videos pulled and on which subscriptions akin to what you already publish at job completion. This would act sort of as notifications that new videos are available and downloaded since you can only see the ytdl-sub stats in the logs in the docker etc.