mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[GH-ISSUE #130] Make notification sounds optional for certain events #1403
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1403
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 @okni-c on GitHub (Nov 30, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/130
Currently, the application plays notification sounds for certain events (e.g., successful track metadata fetch, download failed) and these sounds cannot be disabled.
Users should have the ability to turn these sounds on or off according to their preferences.
Current Behavior
Notification sounds play automatically for specific events with no option to silence them.
Expected Behavior
Users should be able to toggle notification sounds on/off in settings or preferences, giving them control over which events produce audio feedback.
Suggested Solution
Add a settings option to enable/disable notification sounds for events such as:
Successful track metadata fetch
Download completion
(Any other audio events)
This allows users to choose their preferred level of audio feedback.
@afkarxyz commented on GitHub (Dec 4, 2025):
implemented