Added the organizer
This commit is contained in:
9
Cargo.lock
generated
9
Cargo.lock
generated
@@ -2500,11 +2500,20 @@ dependencies = [
|
||||
name = "shanty-org"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
"clap",
|
||||
"dirs",
|
||||
"lofty",
|
||||
"sea-orm",
|
||||
"serde",
|
||||
"shanty-db",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
"walkdir",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Submodule shanty-dl updated: d5641493b9...fed3a070fc
1
shanty-org
Submodule
1
shanty-org
Submodule
Submodule shanty-org added at 3159ee51ad
@@ -1,13 +0,0 @@
|
||||
[package]
|
||||
name = "shanty-org"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
description = "Music file organization and renaming for Shanty"
|
||||
|
||||
[dependencies]
|
||||
shanty-db = { path = "../shanty-db" }
|
||||
clap = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
@@ -1,4 +0,0 @@
|
||||
//! Music file organization and renaming.
|
||||
//!
|
||||
//! Organizes music files into a clean directory structure (e.g.,
|
||||
//! Artist/Album/Track) and renames them according to configurable templates.
|
||||
@@ -1,3 +0,0 @@
|
||||
fn main() {
|
||||
println!("shanty-org: music file organization and renaming");
|
||||
}
|
||||
Reference in New Issue
Block a user