eworm-de / mpd-notification

Notify about tracks played by mpd
GNU General Public License v3.0
86 stars 23 forks source link

scale configuration has no impact #26

Closed DamienCassou closed 6 years ago

DamienCassou commented 6 years ago

In mpd-notification.conf, I configured both music-dir and scale. I can see album pictures in notifications now, but they are very small. I tried to increase the scale to 600 (the size of the image in the music file metadata) but this has no impact (I restarted the systemd service in between).

eworm-de commented 6 years ago

What notification daemon do you use? Usually that gives the maximum icon size to display. Often its is just 48x48 pixels. Everything larger than that is scaled down automatically.

In fact that functionality is a workaround for notifications daemons that do not scale down but tend to show really huge notifications on half of the screen, see #2 where awesome's notification daemon naughty has this problem.

DamienCassou commented 6 years ago

I had a look a look at dunst's configuration and you are right: there was a configuration parameter there too. Sorry for the noise.