Denis
Denis
This will definitely be added, how nice that Go has a [built-in function](https://pkg.go.dev/path#Match) for such matching :) Thank you for staying here from the very beginning, I really appreciate it.
This is a good find. I agree that this solution is much better. If you have some spare time, I would appreciate it if you could make a PR. The...
This can certainly be implemented by applying some kind of fuzzy search in a directory with `.lrc` files. I'll take a closer look at this and will most likely add...
Well, I implemented it... kind of. You can check the [local](https://github.com/raitonoberu/sptlrx/blob/local/services/local/local.go) branch. The current implementation goes through the specified folder, finds the .lrc files and creates an index of these...
Hello, @duckyondiscord! Sorry for the inconvenience, the problem is that Spotify cookies on a public server tend to expire at a random time (or even reset my password due to...
This is strange because the API is currently working fine. Is there any lyrics for this track on Spotify? (sorry, I can't check it myself)
@duckyondiscord no worries, I'd like to know if there are problems that I can fix. right now the api seems to be working fine, what is your problem?
Downgrading tinygo to 0.25.0 fixed the issue. --- Adding ```go //go:linkname getCurrentStackPointer tinygo_getCurrentStackPointer func getCurrentStackPointer() uintptr { return 0 } ``` to the end of w4/wasm4.go fixed the issue for...
Sorry, I'm no longer interested in maintaining this package. If someone wants to pick it up, it should be as easy as updating the version and hash.
What player are you trying to use? Are you able to get playback position via playerctl? Does it work with an empty cookie?