Implémentation des pmometadata dans pmocacheaudio

This commit is contained in:
2025-11-02 15:06:27 +01:00
parent 6bce26c4fc
commit 1eff9a57a5
15 changed files with 940 additions and 22 deletions

View File

@@ -12,6 +12,8 @@ pmodidl = { path = "../pmodidl" }
# Streaming FLAC asynchrone
pmoflac = { path = "../pmoflac" }
pmometadata = { path = "../pmometadata" }
pmoaudio = { path = "../pmoaudio" }
# Base de données
rusqlite = { version = "0.37", features = ["bundled"] }
@@ -30,6 +32,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
quick-xml = { version = "0.37", features = ["serialize"] }
paste = "1.0"
async-trait = "0.1"
# Async
tokio = { version = "1.0", features = ["full"] }
@@ -44,6 +47,7 @@ tracing = "0.1.41"
[dev-dependencies]
tracing-subscriber = "0.3"
tempfile = "3"
[features]
default = ["pmoserver"]