CHANGELOG 1.5 KB

12345678910111213141516171819202122232425262728293031
  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. - Obeys config.ini DefaultStoragePath arguments
  15. - Added generatelink routine
  16. - This will attempt to generate a link from YouTubeSearch over *X* times
  17. - Throws a warning if it cannot create a link
  18. - modified YoutubeSearch library to add publisher info
  19. - This will be helpful for narrowing searchs based on publisher in 0.0.4
  20. - FUTURE - Consider importing code directly into this project to avoid updates breaking
  21. Version 0.0.4
  22. - Capture first X results from YoutubeSearch
  23. - This script will then parse the results for the best match
  24. - Remove links for things like (Official Video) or Cover
  25. - Need to ensure words like "Cover" are not in the actual song title!
  26. - added tg_youtube_search.py to directory
  27. - This is a fork of youtube_search with custom attributes
  28. - ytsearch imports this library