Skip to content

Conversation

@ilgabbo
Copy link
Contributor

@ilgabbo ilgabbo commented Sep 15, 2025

I added this setting to mute the default sound that the system notification emits when another song is played.
The setting is only visible when the “Enable song notification” setting is enabled, under the Playback section.

2025-09-15.20-33-51.mp4

@vercel
Copy link

vercel bot commented Sep 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
feishin Ready Ready Preview Comment Sep 16, 2025 5:25am

@jeffvli
Copy link
Owner

jeffvli commented Sep 15, 2025

No need for the additional toggle setting.

Just set it to silent by default - I don't see a use case where having a notification sound played on song change is necessary. This also removes the need to add localization.

Comment on lines 47 to 55
interface PlayListDurationBadgeProps {
time?: null | number;
}

const PlayListDurationBadge = ({ time }: PlayListDurationBadgeProps) => {
if (time === null || time === undefined) return <SpinnerIcon />;
return <Badge>{dayjs(time).format('HH:mm:ss')}</Badge>;
};

Copy link
Owner

@jeffvli jeffvli Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please open a separate PR for this, since it's unrelated to the notifications.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're right, I made a little mistake, sorry 😅

"albumBackground_description": "aggiunge un'immagine di sfondo per le pagine degli album contenenti l'album art",
"albumBackgroundBlur": "intensità sfocatura immagine di sfondo dell'album",
"albumBackgroundBlur_description": "regola la quantità di sfocatura applicata all'immagine di sfondo dell'album",

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this extra newline.

@mihawk90
Copy link
Contributor

This should probably be rebased/squashed to remove the 8 unnecessary commits.

@ilgabbo
Copy link
Contributor Author

ilgabbo commented Sep 17, 2025

This should probably be rebased/squashed to remove the 8 unnecessary commits.

I could close this one and open another one with a single commit

@jeffvli
Copy link
Owner

jeffvli commented Sep 17, 2025

No need, it can be squashed via the GitHub merge process.

@jeffvli jeffvli merged commit 6abdbd2 into jeffvli:development Sep 18, 2025
5 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants