mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Write lyrics to track metadata (#194)
* 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
This commit is contained in:
@@ -7,12 +7,13 @@
|
||||
|
||||
- Can also download a song by entering its artist and song name (in case if you don't have the Spotify's HTTP link for some song).
|
||||
|
||||
- Automatically fixes song's meta-tags which include:
|
||||
- Automatically applies metadata to the downloaded song which include:
|
||||
|
||||
- Title
|
||||
- Artist
|
||||
- Album
|
||||
- Album art
|
||||
- Lyrics (if found on http://lyrics.wikia.com)
|
||||
- Album artist
|
||||
- Genre
|
||||
- Track number
|
||||
|
||||
Reference in New Issue
Block a user