PintoIM / Pinto

A modernish IM client inspired by Skype 0.97
GNU General Public License v3.0
23 stars 14 forks source link

Add statuses to pinto + music integration #35

Closed DexrnZacAttack closed 1 year ago

DexrnZacAttack commented 1 year ago

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

Add statuses to pinto, as well as adding Windows Media Player (and maybe VLC) integration, and show that song as your status. Just like Windows Live Messenger (or is it Escargot)

vlOd2 commented 1 year ago

Just like Windows Live Messenger (or is it Escargot) WLM, Escargot didn't do anything to the client, they just made a server for it

vlOd2 commented 1 year ago

This is a good idea

TheAwesome98-Real commented 1 year ago

and spotify, but i don't know if there's an sdk or something or if it costs money

vlOd2 commented 1 year ago

It seems like this is not really possible for Windows Media Player and VLC

For WMP you need to register a COM library in-order to be able to get the current song, and this is not very easy to do in C#, let alone to not need admin privilleges and keep Linux compatibility

For VLC, you need to make a Lua extension and keep a HTTP server constantly running (Lua extensions in VLC require you to have the VLC HTTP webinterface server running)