- July 24, 2022
- Improved error handling
- Removed unnecessary main.py comments
- Updated readme
- Changed tqdm
- Added ability to overwrite existing albums in the directory
- Added alive_progress and removed tqdm
- Contains all changes and bugfixes from 1.0.1-1.0.3
- tqdm support
- Fixed problem where extra whitespaces would appear in folder names
- argparse support
- Fixed an upload issue where uploading albums with around or more than ~13 songs caused a response error.
- Added publisher metadata with the get_publisher() method in meta_info
- Added comments to objects.py and youtube_music.py
- Disabled the ability for downloader.download() to download a bandcamp album even if the folder already existed
- ytmusicapi support
- upload_songs() method in youtube_music.py
-
Added ability to download the album cover to directory folder alongside the MP3s
-
Fix how album names with illegal characters cannot be added to the directory
-
Added Mutagen support
-
Added requirements.txt
-
Added Error handling