Summary: | errors embed lyrics | ||
---|---|---|---|
Product: | [Applications] kid3 | Reporter: | nekto <sergantiche> |
Component: | general | Assignee: | Urs Fleisch <ufleisch> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 3.9.x | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
nekto
2024-10-01 12:08:50 UTC
Thanks for the report. letras.com seems to choke on *)(!'% and non-ASCII characters. I have not removed these characters from the query parameters. You can find the fixed script at https://invent.kde.org/multimedia/kid3/-/raw/master/src/qml/script/EmbedLyrics.qml?ref_type=heads, the fix is in the getUrl function at line 41. (In reply to Urs Fleisch from comment #1) > Thanks for the report. letras.com seems to choke on *)(!'% and non-ASCII > characters. I have not removed these characters from the query parameters. > You can find the fixed script at > https://invent.kde.org/multimedia/kid3/-/raw/master/src/qml/script/ > EmbedLyrics.qml?ref_type=heads, the fix is in the getUrl function at line 41. Thanks a lot! Fixed in version 3.9.7. (In reply to Urs Fleisch from comment #3) > Fixed in version 3.9.7. Thank you very much! |