sdushantha / kunst

Download and display album art or display embedded album art

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use kunst without display

Vixeliz opened this issue · comments

So this may already be an option however I am still going to ask I notice kunst stores it's artwork in a temporary directory I am working on a widget for eww that needs to get the current albums picture. This works fine already using kunst however it would be nice to be able to disable the output. Forgive me if this is a dumb question. Fyi I added this my self just thought it may be nice in upstream

Thank you for the suggestion but I don't want to add this feature to kunst as I dont want it become an album cover fetcher, if that makes sense. But feel free to maintain fork of it with the feature you have mentioned 👍

Understandable! One other suggestion that makes it easier to use with other applications but also cleans up the code is their is no need to look for both jpgs and pngs in the code with COVER just leave it at one or the other and since you are using ImageMagick it will convert to which ever format you choose. I also changed this in a local version and it just removes some unnecessary confusion