alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
4k stars 263 forks source link

[ENHANCEMENT REQUEST] Send Notification #260

Open tamimology opened 1 year ago

tamimology commented 1 year ago

It would be great to have a notification sent when a download is finished or failed

Use Apprise platform to have a wide range of notification options

PikuZheng commented 1 year ago

I'm not familiar with the Apprise platform, but it's easy to use postprocesser to execute a shell command for sending notifications like webhook or something

tamimology commented 1 year ago

Not everyone is familiar with shell commands, that includes myself

Developers can do things easier thsn users😉

kblock1 commented 1 year ago

Users also pay for products

tamimology commented 1 year ago

Users also pay for products

I am not debating this, I just shared what I have in mind. It is up to the developer if he wants to integrate it or not.

That is why GitHub has issues and enhancments to open with developers

alexta69 commented 1 year ago

Using the postprocessor will require building another docker image, I suppose, since the current image doesn't have clients for notification services, unless it's a simple curl.. In any case, if anyone fancies adding something like that, we can merge it.