GuardKenzie / miniplayer

A curses based mpd client with basic functionality and album art.
MIT License
119 stars 8 forks source link

No Album Art #1

Closed johnallen3d closed 3 years ago

johnallen3d commented 3 years ago

Thanks for this project! I'm a kitty + mpd user so this is perfect for me! 😄

I've just installed, configured and fired up the player. The general functionality seems to be working well however I'm not seeing album art. I've confirmed that the track I'm listening to has artwork embedded. I've also updated my configuration to point at my music directory (mirroring mpd/mpc config):

[player]
music_directory = "~/Music/iTunes/iTunes Music/Music/"
GuardKenzie commented 3 years ago

Thank you for your interest in my project.

Remove the quotes from the beginning and end of your music directory and it should work.

This is what your config should look like:

​[player]
music_directory = ~/Music/iTunes/iTunes Music/Music/
johnallen3d commented 3 years ago

I thought I tried that first but I guess not. Works like a charm, thanks!