Sander Van Balen
Sander Van Balen
Thanks for looking into it. What you say makes sense. I wrote this under the assumption that the root cause was the Spotify API not being capable of unambiguously interpreting...
In case it helps at all, I just noticed it doesn't seem to be consistent either. I just ran the query again (`curl -G "https://lyricsapi.vercel.app/api/lyrics?lrc=1" --data-urlencode "name= "`) for all...
And indeed, when I use the web search in a private window:  I copied the request and response from Firefox' networks tab: `GET https://api-partner.spotify.com/pathfinder/v1/query?operationName=searchDesktop&variables={"searchTerm":"Muse Exogenesis: Symphony Part 1 (Overture)","offset":0,"limit":10,"numberOfTopResults":5,"includeAudiobooks":true}&extensions={"persistedQuery":{"version":1,"sha256Hash":"da03293d92a2cfc5e24597dcdc652c0ad135e1c64a78fddbf1478a7e096bea44"}}`...
Looking forward to this. I especially love the part "if the path of the local MPRIS player specifies a specific file path, check that file path for a matching .lrc...
> Since lrclib's own search engine is not good enough to find the desired track From reading the rest of the description, as well as my own experience with the...
(Other Views seem to work fine, only the "Grouped Albums" one is affected as far as I can tell.)
You make a fair point. I personally make 90% of my playlists with full albums, so for me it's really useful. I can see how it might be less useful...
To add some context to this ticket: this project has an upper bound on the version of `urllib3` (see [here](https://github.com/cloudsmith-io/cloudsmith-cli/blob/f905fd3dc150fd2c87f36c2adc67f3d334022aa4/setup.py#L58)). This makes the `cloudsmith-cli` package incompatible with packages that require...
Thank you for your feedback. > However, if we want to make this function that can obtain lyrics without setting a lyrics directory take effect, we need to fill in...
Glad to hear you like it. I'd still like to implement the suggestions @YanceyChiew made, but I might not have much time in the next two weeks or so so...