Added code to get tag info #10

Merged
phoenix merged 14 commits from metadata into devel 2025-04-12 17:52:55 +00:00
Showing only changes of commit 8ba11a60e7 - Show all commits

View File

@@ -1,4 +1,4 @@
mod meta_type {
pub mod meta_type {
pub enum Type {
Title,
Artist,
@@ -9,7 +9,7 @@ mod meta_type {
}
}
mod meta_nouveaou {
pub mod meta_nouveaou {
use super::*;
pub fn get_meta(t: meta_type::Type, filepath: &String) -> Result<String, std::io::Error> {