Bump mp3 encoding to 320kbps, attach album cover and artist/album/title metadata to the file, handle file collision gracefully (useful for syncing playlists - download only missing files)

This commit is contained in:
Erik Kaju 2025-06-19 23:52:37 +03:00
parent afafa36263
commit dbf1db040b
7 changed files with 85 additions and 24 deletions

View file

@ -28,6 +28,9 @@ dirs = "5.0"
mp3lame-encoder = { version = "0.1.5", optional = true }
futures = "0.3"
rayon = "1.10"
hex = "0.4"
reqwest = { version = "0.11", features = ["blocking", "json"] }
id3 = "0.6"
[features]
default = ["mp3"]