mihirlad55 / polybar-spotify-module

A collection of lightweight programs for use with a Polybar Spotify Module
GNU General Public License v3.0
142 stars 9 forks source link

Writing directly to the named pipe to send IPC messages has been deprecated #36

Open arbaes opened 1 year ago

arbaes commented 1 year ago

As per documentation, we now have to use polybar-msg

I guess this part needs to be rewritten unfortunately https://github.com/mihirlad55/polybar-spotify-module/blob/master/src/spotify-listener.c#L123

corigne commented 10 months ago

Edit: Checked the documentation myself, looks like I'm past the 3.6 threshold for deprecation.

When was that deprecation due to take effect? I recently ran updates and the module doesn't appear at all anymore.

I may fork and attempt to fix this myself, see if it fixes the module for me.

corigne commented 10 months ago

As per documentation, we now have to use polybar-msg

I guess this part needs to be rewritten unfortunately https://github.com/mihirlad55/polybar-spotify-module/blob/master/src/spotify-listener.c#L123

This is addressed in #38, hopefully it gets merged!