mgermaine93 / album-artwork-finder

0 stars 0 forks source link

Get artwork by album rather than by song #13

Closed mgermaine93 closed 3 years ago

mgermaine93 commented 3 years ago

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.

mgermaine93 commented 3 years ago

This has been completed.