mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 14:45:51 +03:00
[GH-ISSUE #216] Some lyrics contain HTML encoded characters that are not decoded #161
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#161
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 @six-two on GitHub (Feb 21, 2026).
Original GitHub issue: https://github.com/Lambada10/SongSync/issues/216
Describe the bug
Some song lyrics contain HTML encoded special characters (like
äinstead ofä).To Reproduce
This can be seen when viewing the lyrics of the song
Kein Alkohol (Ist auch keine Lösung)!from Netease. Steps to reproduce the behavior:NeteaseEditKein Alkoholand artist name toDie Toten HosenGet lyricsExpected behavior
I would expect the application to decode any HTML entities if the song's lyrics contains them. So for the words highlighted in the screenshot I would expect to see
Nächte,nüchternandweiß.Screenshots

Smartphone (please complete the following information):
Additional context
So far I only noticed it for a few songs and I already tagged over 100 files. So it might be badly formatted lyrics from the provider site. But HTML decoding lyrics just in case should not break anything, right?