View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021413 | MMW 5 | Tagging / organizing (properties / auto-tools) | public | 2025-01-01 19:55 | 2025-01-06 00:46 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Target Version | 2024.1 | Fixed in Version | 2026 | ||
Summary | 0021413: Lyrics search do not correctly import Unicode Lyrics | ||||
Description | Lyrics search sometimes do not correctly import Unicode Lyrics Sample Track is on FTP | ||||
Tags | No tags attached. | ||||
Fixed in build | 3402 | ||||
|
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" |
|
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 |
|
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 |