diff options
author | 吳俊翰 | 2023-05-05 18:16:38 +0800 |
---|---|---|
committer | GitHub | 2023-05-05 18:16:38 +0800 |
commit | e6ed4f0f9d558e12745bf2e78cf2fc0faf1ea57f (patch) | |
tree | bed8eb14893f384f302e8db6d8504a037c295920 | |
parent | fb68e7a4f523da8575fb900592ff7b63bc95f27e (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,7 @@ Fixed from 1n0r1 Already test for using on Ubuntu & Windows in Python 3. Download all songs, albums and fill out metadata, album, cover art, artists and even lyrics. +All songs are be .mp3. ### Fix and add function @@ -20,7 +21,8 @@ Download all songs, albums and fill out metadata, album, cover art, artists and ### Note: -The API offers .mp3 and .wav, but the program convert .wav to .flac since .wav can't do metadata. +The API offers .mp3 and .wav, but the program convert .wav to .flac since .wav can't do metadata. +All the format are tranfer into mp3 ### Requirements: |