mgermaine93 / album-artwork-finder

0 stars 0 forks source link

Improve Quality of Album Artwork #12

Closed mgermaine93 closed 2 years ago

mgermaine93 commented 3 years ago

Currently, the quality of the artwork retrieved from Selenium is excellent, but the method of grabbing the artwork (automating a screenshot) captures everything that a screenshot captures and not just the standalone image. Need to either fix this using the current method or find a better method.

mgermaine93 commented 2 years ago

This is now fixed using Selenium and the Python requests library.