You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fetchart once supported the retrieval of iTunes Store artwork with https://github.com/ocelma/python-itunes, but the package has not been maintained for the last year and was removed from the documentation (#2540) when it began throwing errors (#2371, #1610). Perhaps a py3 compatibility issue?
iTunes is, in my experience, the highest-quality album art provider outside of https://coverartarchive.org. It would be a boon to have it work with fetchart again. Not sure if it's possible or important to resuscitate python-itunes but you might also find inspiration/code in https://greasyfork.org/en/scripts/20771-stig-s-art-grabr
The text was updated successfully, but these errors were encountered:
Not sure if it's possible or important to resuscitate python-itunes
I had a look at it and except one trivial URL to fix, the tests pass on python 2.7.
It's then a matter to port ~700 LOC to python3.
From ocelma/python-itunes#9 it seems @ocelma is not interested anymore to maintain the package, so we could fork it in beetbox (under a new name as credentials to take control of the original python-itunes package have been lost).
fetchart
once supported the retrieval of iTunes Store artwork with https://github.com/ocelma/python-itunes, but the package has not been maintained for the last year and was removed from the documentation (#2540) when it began throwing errors (#2371, #1610). Perhaps a py3 compatibility issue?iTunes is, in my experience, the highest-quality album art provider outside of https://coverartarchive.org. It would be a boon to have it work with
fetchart
again. Not sure if it's possible or important to resuscitatepython-itunes
but you might also find inspiration/code in https://greasyfork.org/en/scripts/20771-stig-s-art-grabrThe text was updated successfully, but these errors were encountered: