Rafiuth

Results 31 comments of Rafiuth

In this case of the drag and drop API, is easier to just use the item index, as your data is already in a list. If you do need to...

@Thraka I'm a bit rusty on ImGui, but I think you can just pass the variable address as the data parameter, like in the example below: ```cs string[] dragItems =...

The "directory name is invalid" error is a bit weird, I don't think it's because of the `\\?\` prefix because from what i've seen it was supported before win10. Did...

I've managed to reproduce this issue (or at least a related one) using a Samba server on WSL, but I didn't find a solution. You could workaround it by saving...

Can you check your Spotify version? (`...` on the top left corner -> Help -> About) The latest Soggfy release (v2.2.8) should work with v1.1.78-v1.1.81.

I this is because the metadata request fails in offline mode. I don't have a premium account to test this, but I guess the only metadata available in offline mode...

I'm not sure what's happening here, looks like the installer isn't extracting spotify in the correct folder. You might wanna try [manual installation](https://github.com/Rafiuth/Soggfy#manual-install) in this case.

> I assume that currently, the lyrics are written into a 'USLT' tag field I thought that was the case, but apparently, [ffmpeg is doing that incorrectly](https://trac.ffmpeg.org/ticket/8795). The USLT tag...

Unfortunately, porting this to Linux would require a major rewrite, as most of the hooking/injection code depends on Windows stuff. On the top of my head, I can list the...

It uses a internal Spotify API, which is basically a proxy for musixmatch AFAIK.