SimonIT
SimonIT
> The created thread and the message it was started from will share the same id [Docs](https://discord.com/developers/docs/topics/threads#public-private-threads) So you could get the thread by the message id
I think something like `getChannelById(message.getId()).cast(ThreadChannel.class)` should work (Didn't test it)
That's not possible because if vlc is minimized to the tray, there is no window title and we get the current playing song from the window title
That's a good idea! I reopen the issue and maybe I will find a way
I head already the same idea, but didn't have the time to implement it
Isn't Spotify Stations an Android / iOS app?
You're right, there are some lyrics provider causing some trouble. I'll try to fix them an release a new version
That's odd. Maybe the artist and the song name are not in the title because you're playing the song on another device? I think I had the same situation some...
Yes, the SwSpotify library uses the same method to get the current playing song. Interesting idea to get the information from this panel. The problem is, I don't even know...
Hi, thanks fo the nice words :) I did not plan to add comments, but if I find some time, I can add some. Or you make a PR ;)