Closed waelchateur closed 6 years ago
https://greasyfork.org/en/scripts/14591-soundcloud-album-art-downloader/code take a look @skyguy126
i guess i found out why artwork always being downloaded in low quality in downloadcatcher.java i see that the app is injecting only 250/250px i dont know if this is the real cause and i see the bitmap jpeg compressor is at 90% in metadatainjector.java maybe you have done this to make all the processe more faster but this is a little annoying
so my suggestion is that can we get the original artwork 500/500 pls or it can be an option to select the quality of artwork (original / medium / low ) and thank you
Artwork should be added to metadata every time, can you post your Xposed log here so I can check for errors. I just set it at 250x250 and 90% because that seemed to give the best quality at the smallest file size. Adding a setting was on my todo list but never got around to it.
@stirante If you possibly have a little bit of free time could you take a look at this, otherwise its fine.
i have tryed to modify the bitmap compression ratio to 100% 0% didnt worked for me the artwork looks agly and i changed "t250/250" by "original" so i can got the original size of the artwok it works perfectly
this is the log you demanded :
@skyguy126 first i wanna thank you for this fabulous module and thank you for keeping updating hook method. overall the module is working fine the only thing i see is the low quality artwork that is added to the metadata and there is a 2nd essue that sometimes artwork not added to metadata .. in mean time i have a solution for it i use another app that search artwork and its perfect its called automatag.... maybe i have an idea tha can help you fix the essue there is a javascript that can grab HD artwork from soundcloud i dont know if his main idea can be applied to the hook method