Added the playlist generator
All checks were successful
CI / check (push) Successful in 1m12s
CI / docker (push) Successful in 2m1s

This commit is contained in:
Connor Johnstone
2026-03-20 18:09:47 -04:00
parent 4008b4d838
commit 6f73bb87ce
19 changed files with 1526 additions and 21 deletions

7
Cargo.lock generated
View File

@@ -3229,8 +3229,12 @@ dependencies = [
name = "shanty-playlist"
version = "0.1.0"
dependencies = [
"clap",
"chrono",
"rand 0.9.2",
"sea-orm",
"serde",
"serde_json",
"shanty-data",
"shanty-db",
"thiserror",
"tracing",
@@ -3341,6 +3345,7 @@ dependencies = [
"shanty-dl",
"shanty-index",
"shanty-org",
"shanty-playlist",
"shanty-search",
"shanty-tag",
"shanty-watch",