View Issue Details

IDProjectCategoryView StatusLast Update
0021413MMW 5Tagging / organizing (properties / auto-tools)public2025-01-06 00:46
Reporterpeke Assigned To 
PriorityimmediateSeveritymajorReproducibilitysometimes
Status resolvedResolutionfixed 
Target Version2024.1Fixed in Version2026 
Summary0021413: Lyrics search do not correctly import Unicode Lyrics
DescriptionLyrics search sometimes do not correctly import Unicode Lyrics

Sample Track is on FTP
TagsNo tags attached.
Fixed in build3402

Relationships

related to 0021407 resolvedLudek Bad Lyrics match 

Activities

Ludek

2025-01-02 22:08

developer   ~0077875

It is instrumental track that has no synced lyrics, both synced lyrics sources return HTTP 404 :
https://lrclib.net/api/get?artist_name=Various&track_name=Ciel%20Ouvert&album_name=Stella&duration=325
https://api.textyl.co/api/lyrics?q=Yello%20Ciel%20Ouvert

..but I can confirm that it takes "dummy" lyrics from somewhere instead of getting "no lyrics"

Ludek

2025-01-02 22:29

developer   ~0077876

Last edited: 2025-01-02 22:44

OK, further inspecting shown that it is taking the 'Various' artist variant:
https://api.textyl.co/api/lyrics?q=Various%20Ciel%20Ouvert
(for synced lyrics)

And this for unsynced:
http://www.elyrics.net/read/y/yello-lyrics/ciel-ouvert-lyrics.html
or alternatively
http://api.chartlyrics.com/apiv1.asmx/SearchLyricDirect?artist=Yello&song=Ciel%20Ouvert
where the former returns the non-unicode issue

Ludek

2025-01-02 22:57

developer   ~0077877

Last edited: 2025-01-06 00:46

Fixed in 3402

1) disabled 'Various' for accurancy of synced lyrics
2) Moved 'chartlyrics' above 'elyrics' so that it has preference by default and thus gets "Instrumental" (more accurate) result