* TODO: Don't throw traceback if no lyrics found
* Add more metadata fields
* Refactor debug logging
* Fix traceback when lyrics not found
* It already vomits metadata :3
* Bump lyricwikia >= 0.1.8
* Refactoring and addition of logzero (#172)
* Refactored convert.py and added logging.
* Added logging and refactored.
* Added logzero to requirements.txt
* Added logging to metadata.py
* Created a log in misc.py. Updated slugify import.
* Some general improvement
* Improve message layout
* Improve test mechanism
* Implement debug level logging
* Fix some minor mistakes
* Make pytest happy
* Remove unimplemented --verbose option
* Update ISSUE_TEMPLATE.md
* Rename LICENSE
* Remove obvious from log.debug()
* Show track URL when writing to file (debug)
* Ability to download opus audio and encoding to AAC
Requires ffmpeg with libfdk_aac and mutagen.
* Change to oauth2 to get access token
* Add import spotipy.oauth2
* Final polish before merge
* made code a little cleaner
* switched to requests from mechanize
* fixed sys.path error
* place list.txt with spotdl.py and not in Music/list.txt
* change a sub-heading to 'Instructions for Downloading Songs'
* remove mechanize
* change error message
* remove random comments
* no extra print
* remove random dots