Currently, the project performs its functionality for each song that doesn't have artwork. This is good, but it also means that albums with multiple songs have the same album artwork searched for and saved multiple times. Not necessarily good.
Seems like this can be made more efficient by searching for artwork by album (which it's currently doing, somewhat) only once per album AND THEN saving the artwork to all songs in the album.
This should give Selenium a break, add album artwork faster per album, and make the project more efficient overall.
Currently, the project performs its functionality for each song that doesn't have artwork. This is good, but it also means that albums with multiple songs have the same album artwork searched for and saved multiple times. Not necessarily good.
Seems like this can be made more efficient by searching for artwork by album (which it's currently doing, somewhat) only once per album AND THEN saving the artwork to all songs in the album.
This should give Selenium a break, add album artwork faster per album, and make the project more efficient overall.