Apply metadata to queued song #27

Merged
phoenix merged 15 commits from apply_metadata_to_queued_song into devel 2025-06-26 22:40:05 +00:00
Showing only changes of commit a4986e2631 - Show all commits

View File

@@ -99,17 +99,16 @@ async fn process_song(api_url: &String, song_queue_id: &uuid::Uuid) -> Result<()
match apply_metadata(song_queue_path, coverart_queue_path, metadata).await {
Ok(_) => {
// TODO: Update the queued song with the updated queued song
// TODO: Create song
// TODO: Create coverart
// TODO: Wipe data from queued song
// TODO: Wipe data from queued coverart
}
Err(err) => {
eprintln!("Error: {:?}", err);
}
}
// TODO: Update the queued song with the updated queued song
// TODO: Create song
// TODO: Create coverart
// TODO: Wipe data from queued song
// TODO: Wipe data from queued coverart
}
Err(err) => {
eprintln!("Error: {:?}", err);