feat: Add scrobble-command to Listenbrainz

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
SindreKjelsrud 2026-01-13 22:11:01 +01:00
parent 49c4a79845
commit f1b31fabda
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
10 changed files with 541 additions and 46 deletions

View file

@ -43,6 +43,9 @@ clap = { version = "4.0", features = ["derive"] }
# TUI Progress bars
indicatif = "0.17"
# Date/time parsing
chrono = "0.4"
# ID3 tag parsing
id3 = "1.13"