sahib / glyr

Glyr is a music related metadata searchengine, both with commandline interface and C API
GNU Lesser General Public License v3.0
248 stars 23 forks source link

parameter --minsize not working as expected #64

Open SamHawkens opened 9 years ago

SamHawkens commented 9 years ago

I hope I am using this parameter right. As I understand it, if I want images of at least 300x200 pixels size, I would specify --minsize 300. Correct?

When I try glyrc cover --album "absolutely" --artist "abc" --lang us --minsize 300 I only get a smaller picture.

Trying glyrc cover --album "absolutely" --artist "abc" --lang us --minsize 300 -n 10 I get several pictures, some of them large enought.

Am I missing something?

sahib commented 9 years ago

--minsisze is sadly only a hint to some websites - some do not even support it, some offer different sizes but the numbers are unreliable. The actual size can be determined only after downloading and since glyr is not a image processing library Im afraid you have to do this yourself. :disappointed: