CHANGELOG 922 B

12345678910111213141516171819
  1. Version 0.0.1 Initial Development
  2. Version 0.0.2 - 5/12/2020
  3. - Split program into several callable functions
  4. - Added config file reader for variables
  5. - Added Iteration function to retry ultiple appempts to download all files
  6. - Changed audio-format from mp3 to best
  7. - Added getopts routine to check for command line arguments
  8. - Command line arguments will override config.ini for download=true
  9. - will take -d and number to download jsons from Discogs.com API
  10. - Added first implementation of Verbosity (needs teaking)
  11. - Builds Folder Structure for downloads
  12. - NOTE- only creates album name folder if it queries Discogs.com
  13. Version 0.0.3
  14. - Attempts to capture first X results from YoutubeSearch
  15. - This script will then parse the results for the best match
  16. - Remove links for things like (Official Video) or Cover
  17. - Need to ensure words like "Cover" are not in the actual song title!