mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Gotify notifcations update Lidarr #4171
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Lidarr#4171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @clayboyx on GitHub (Feb 22, 2025).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Currently, when using gotify to send notifications, it is only sending the artist name, album title and using the artist poster art in the notification.
Describe the solution you'd like
Could you please implement the option to add the album quality (FLAC, 24bit FLAC) and to use album art instead of the artist's poster or both if possible?
I tried to implement a webhook markdown to send to gotify, but I am running into issues with consistency, I provided an example below of what I wish to see implemented I could not get the album art to show though. I am extremely new to scripting. Album art or poster would be under the 13 min ago or anywhere possible.
Describe alternatives you've considered
Other options are maybe webhook to gotify... but the base work has basically already be implemented, it is just missing those few options as shown in my gotify notification markdown this would help greatly for people who are tracking specific formats such as (mp3, FLAC, acc etc.) Plus, it would be easier to know which item had album art embedded or not for the OCD folks
Anything else?
The layout or markdown I was trying was based on the discord notifications. I just didn't want to always have discord notifications coming in like crazy.