gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
3.02k stars 225 forks source link

Update MediaControl #362

Open pengshp opened 1 day ago

pengshp commented 1 day ago

Optimize the MediaControl script.

gh0stzk commented 17 hours ago

Hello, thanks for the pr, i just test the changes, and the mpc readpicture changes, doesnt work on my side, it gives me the fallback image. Shot-2024-11-22-074735

pengshp commented 14 hours ago

According to my test, this command works normally. Maybe the song you are playing does not have a Cover.

mpc readpicture "/mnt/media/Music/$(mpc current -f %file%)" > gg2.jpg

图片

图片

I don't know your specific environment, but you can optimize it after testing.