pub fn read_from_file<P>(file: P) -> Result<MP3Metadata, Error> where
    P: AsRef<Path>,