SimonIT

Results 105 comments of SimonIT

That's definitely improvable. Do you got any ideas what you would expect by clicking on the button? Or just open the first page?

You can already set the lyrics path inside the `settings.ini` #28 https://github.com/SimonIT/spotifylyrics/blob/c959d5cfe0b744e2d28668905b34df5657818c19/SpotifyLyrics.pyw#L241

That's how I planned to implement it. Yes. The first lyrics provider tries fetch the lyrics and if lyrics were found, all other provider get omitted. If no lyrics were...

Hi, thanks for the PR. Do you mind to explain the issue you are fixing in more detail? I hadn't any issues with songmeanings and I don't see what removing...

You are right, I don't know how I could look over it

Thank you for reporting the issue. The problem is, that detecting the current song name and loading the lyrics are synchronous on the same thread. So spotifylyrics can only detect...

Hi, for adding a source you just have to write a function which fetches the lyrics like this: https://github.com/SimonIT/spotifylyrics/blob/fb1fdc3d09741d80d4fb3cb3c8e17282ab105c8c/services.py#L299-L316 The function has to be added than there (for not synchronized):...

The current supported format for synchronized lyrics is lrc. With some extra effort, it will be surely possible to get the also the json format displayed. The easiest way would...