ffprobe module in adapter-common: parse JSON output into Vec<Chapter>, should_probe_chapters gate (movie OR >45min), graceful failure. Add set_chapters/set_role setters to MediaItem.
15 lines
324 B
TOML
15 lines
324 B
TOML
[package]
|
|
name = "adapter-common"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
domain = { workspace = true }
|
|
sqlx = { workspace = true }
|
|
chrono = { workspace = true }
|
|
uuid = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tracing = { workspace = true }
|
|
tokio = { workspace = true }
|