bum
bum copied to clipboard
🎵 Download and display album art for mpd/mopidy tracks.
After opening #21 I realized it probably wouldn't be that hard to add this feature myself. As expected, this just adds a `--no_server` argument that will make bum exit after...
song dictionary doesn't have to contain the key album (when the song doesn't belong to an album) which results in a KeyError in several places in the program.
It would be nice to have a command line flag to avoid running bum as a server, and to only fetch the album artwork of the current track and then...
Hey there, I'm looking to use bum to download album art covers and feed them into [Conky][1]. The master branch version of bum works fine for me with Conky, but...
In some cases a downloaded, single song (in this case, Dark all Day by GUNSHIP grabbed from BandCamp) may not have an "album" associated with it. This causes a hard...
When I get the error "error: Couldn't find album art for ..." the last successfully downloaded album art is still the current.jpg in the cache folder which in most or...
Hi, Thx for this good program, under archlinux i got with python3 ``` ❯ bum --cache_dir=/home/cyril/.covers/ Traceback (most recent call last): File "/usr/bin/bum", line 11, in load_entry_point('bum==0.1.3', 'console_scripts', 'bum')() File...
Hi I could not install using pip3 for some pip errors on Debian testing. So I used the source "python3 setup.py install" This is what I am getting when I...