caronc / nzb-notify

Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)
GNU General Public License v3.0
129 stars 16 forks source link

Unable to use discord webhook default image for notifications #93

Open EnArvy opened 1 year ago

EnArvy commented 1 year ago

:question: Question

Discord webhooks have a default image. However, nzb-notify overrides it, and I could not figure out any way to stop it from doing that. Please help! Thanks for the amazing library.

PapaSmurf-ML64 commented 10 months ago

As far as I can tell, the only way to do this would be to modify the files under Notify/apprise-theme/ for the different statuses, but the only way I was able to get it to work was to also host those files on a webserver and change the URL for asset.image_url_mask in Notify.py to the correct path for the hosted files.

caronc commented 10 months ago

I think ?image=no turns this off

Edit: for clarity, add this to your discord:// URL

CraigSiemens commented 6 months ago

I've tried adding ?image=no to the url but it still seemed to be sent. Maybe that's a newer feature of Apprise that this script doesn't support?

caronc commented 6 months ago

Perhaps you need to set ?avatar=no ?

caronc commented 6 months ago

any update?