mgermaine93 / album-artwork-finder

0 stars 0 forks source link

Implement error handling to account for instances where M4As don't have certain track information. #11

Open mgermaine93 opened 3 years ago

mgermaine93 commented 3 years ago

I currently assign the M4A track values to the (empty) MP3 values once the track is converted. At present, this process throws errors if I, for example, assign what is an empty "composer" value to the empty MP3 "composer" value. This needs fixed.

Not looking to find the empty values: rather, just looking to assign the VALID values retrieved from the M4A to be the values associated with the newly-created MP3.