initial code for tag stripping and m3u generation

This commit is contained in:
Aaron Manning
2025-08-29 21:33:20 +10:00
parent 105a3eb892
commit cb47ff0cb8
6 changed files with 337 additions and 49 deletions

View File

@@ -7,8 +7,10 @@ license = "GPL-2.0-only"
[dependencies]
anyhow = "1.0.76"
audiotags = "0.5.0"
chrono = { version = "0.4.31", features = ["serde"] }
clap = { version = "4.4.11", features = ["derive"] }
m3u = "1.0.0"
minreq = { version = "2.11.0", features = ["https"] }
sanitise-file-name = "1.0.0"
serde = { version = "1.0.193", features = ["derive"] }