Fix audio normalization not working, add online metadata helper that uses MusicBrainz, Cover Art Archive and LRCLIB to gather as much data as possible

This commit is contained in:
csd4ni3l
2025-06-28 22:24:57 +02:00
parent 2461d6fc9d
commit cd531324bc
6 changed files with 178 additions and 15 deletions

View File

@@ -6,6 +6,8 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.2.0",
"iso3166>=2.1.1",
"musicbrainzngs>=0.7.1",
"mutagen>=1.47.0",
"pydub>=0.25.1",
"pypresence>=4.3.0",