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