[kid3] [Bug 486370] embed lyrics

2024-05-08 Thread nekto
https://bugs.kde.org/show_bug.cgi?id=486370

--- Comment #3 from nekto  ---
An unpleasant detail was revealed. if the song title contains the characters: '
" / ( [, the text is not found, but if these characters are removed from the
title, then the song text is found 樂

-- 
You are receiving this mail because:
You are watching all bug changes.

[kid3] [Bug 486405] embed lyrics

2024-05-04 Thread nekto
https://bugs.kde.org/show_bug.cgi?id=486405

--- Comment #6 from nekto  ---
(In reply to Urs Fleisch from comment #5)
> You can get it from
> https://invent.kde.org/multimedia/kid3/-/raw/master/src/qml/script/
> EmbedLyrics.qml

it works now! 朗 thank you very much! 

-- 
You are receiving this mail because:
You are watching all bug changes.

[kid3] [Bug 486405] embed lyrics

2024-05-02 Thread nekto
https://bugs.kde.org/show_bug.cgi?id=486405

--- Comment #4 from nekto  ---
thank you, but I can’t do it, because I really don’t understand how it should
be correctly :( please send me the ready-made EmbedLyrics.qml script on
serganti...@gmail.com :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kid3] [Bug 486370] embed lyrics

2024-05-02 Thread nekto
https://bugs.kde.org/show_bug.cgi?id=486370

--- Comment #2 from nekto  ---
thank you, but I can’t do it, because I really don’t understand how it
should be correctly :( please send me the ready-made EmbedLyrics.qml script
on serganti...@gmail.com :)

чт, 2 мая 2024 г. в 08:25, Urs Fleisch :

> https://bugs.kde.org/show_bug.cgi?id=486370
>
> Urs Fleisch  changed:
>
>What|Removed |Added
>
> 
>  Ever confirmed|0   |1
>  Status|REPORTED|CONFIRMED
>
> --- Comment #1 from Urs Fleisch  ---
> The HTML class has changed. Try the following change:
>
> --- a/src/qml/script/EmbedLyrics.qml
> +++ b/src/qml/script/EmbedLyrics.qml
> @@ -71,9 +71,9 @@ Kid3Script {
> "/" + encodeURIComponent(title)
>  },
>  parseResponse: function(resp) {
> -  var begin = resp.indexOf('')
> +  var begin = resp.indexOf('')
>if (begin !== -1) {
> -begin += 23
> +begin += 29
>  var end = resp.indexOf("", begin)
>  var txt = resp.substring(begin, end).trim()
>  if (txt.substring(0, 3) === "") {
>
> --
> You are receiving this mail because:
> You reported the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kid3] [Bug 486405] embed lyrics

2024-05-01 Thread nekto
https://bugs.kde.org/show_bug.cgi?id=486405

--- Comment #3 from nekto  ---
I tried to edit the EmbedLyrics.qml file, inserting the address of the resource
where Clementine obviously finds everything (letras.mus.br), but the result was
negative. I feel like the script is wrong :(

-- 
You are receiving this mail because:
You are watching all bug changes.

[kid3] [Bug 486405] embed lyrics

2024-05-01 Thread nekto
https://bugs.kde.org/show_bug.cgi?id=486405

--- Comment #2 from nekto  ---
(In reply to Urs Fleisch from comment #1)
> The web sites providing lyrics are changing all the time. Therefore "Embed
> Lyrics" is implemented as a script, you can find it in
> /usr/share/kid3/qml/script/EmbedLyrics.qml. If you know a bit of JavaScript,
> you could make a copy of it, fix it, and add it as a user action.

Thank you. unfortunately I don’t know Java script, I know a little bash, but
not well :(

-- 
You are receiving this mail because:
You are watching all bug changes.

[kid3] [Bug 486405] New: embed lyrics

2024-05-01 Thread nekto
https://bugs.kde.org/show_bug.cgi?id=486405

Bug ID: 486405
   Summary: embed lyrics
Classification: Applications
   Product: kid3
   Version: 3.9.x
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: uflei...@users.sourceforge.net
  Reporter: serganti...@gmail.com
  Target Milestone: ---

embed lyrics does not search for song lyrics, it doesn’t find any at all,
starting from version kid3-3.9.3 :( although clementine finds all the lyrics on
the same resource letras.com. Please fix it!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kid3] [Bug 486370] New: embed lyrics

2024-04-30 Thread nekto
https://bugs.kde.org/show_bug.cgi?id=486370

Bug ID: 486370
   Summary: embed lyrics
Classification: Applications
   Product: kid3
   Version: 3.9.x
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: uflei...@users.sourceforge.net
  Reporter: serganti...@gmail.com
  Target Milestone: ---

embed lyrics does not search for song lyrics, it doesn’t find any at all,
starting from version kid3-3.9.3 :( although clementine finds all the lyrics on
the same resource. Please fix it!

-- 
You are receiving this mail because:
You are watching all bug changes.