mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2025-07-03 12:35:32 +02:00
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:
parent
afafa36263
commit
dbf1db040b
7 changed files with 85 additions and 24 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue