Added code to get tag info #10
@@ -1,4 +1,4 @@
|
|||||||
mod meta_type {
|
pub mod meta_type {
|
||||||
pub enum Type {
|
pub enum Type {
|
||||||
Title,
|
Title,
|
||||||
Artist,
|
Artist,
|
||||||
@@ -9,7 +9,7 @@ mod meta_type {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mod meta_nouveaou {
|
pub mod meta_nouveaou {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
pub fn get_meta(t: meta_type::Type, filepath: &String) -> Result<String, std::io::Error> {
|
pub fn get_meta(t: meta_type::Type, filepath: &String) -> Result<String, std::io::Error> {
|
||||||
|
|||||||
Reference in New Issue
Block a user