Taming Your Music Collection: ID3 From Web

Plan & Setup
     Once again, the most important thing is to plan the steps needed to complete our task.
  1. Need to programmatically distinguish files that are missing ID3 data and do not follow our predefined file structure pattern.
  2. Search the web for missing ID3 information and retrieve it.
    • Need to determine some method for looking up music data on the web.
    • Need to determine some method for retrieving the information and interpreting it into a readable format.
  3. Save the ID3 information to the file and move it to its proper location.
     We'll use what we've already done in the previous article and incorporate our new features into the application.



; ;