Waybar icon indicating copy to clipboard operation
Waybar copied to clipboard

Custom module for Spotify flatpak (as well as the default "custom/media") not showing anything when playing media

Open mattkel opened this issue 5 years ago • 3 comments

Fedora 32 on a Macbook Pro.

Quick Question.

Using the "custom/media" module with the mediaplayer.py from the default config doesn't show anything when playing a song from Spotify (flatpak version) or even a local song/movie using VLC.

I've even tried using other users dotfiles for a "custom/spotify" module which uses a shell script instead of the default python one, yet to no avail.

Could someone who has a custom module working with the flatpak version of spotify please link your dotfiles and/or explain why it might not be working for me? Perhaps a pathing or naming issue? Been stuck on this for a while lol.

Thanks, Matt

mattkel avatar Jun 12 '20 04:06 mattkel

Is the module by chance a symbolic link? I've just come across the issue where my custom module is a symbolic link to a (python) script.

b-zee avatar Jul 16 '20 13:07 b-zee

Had the same problem, after removing the "interval": 30, line from my custom config it finally worked.

der-eismann avatar Jan 26 '22 11:01 der-eismann

I've also noticed that the script doesn't execute when it is a symlink

hughwilliams94 avatar Sep 05 '22 17:09 hughwilliams94