mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-12 21:52:33 +00:00
TODOs
This commit is contained in:
parent
f0c2252eec
commit
1dcb1d6f7a
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ use lofty::mp3::Mp3File;
|
|||
use lofty::mp4::Mp4File;
|
||||
use lofty::AudioFile;
|
||||
|
||||
// TODO: zero-size mdat mp4
|
||||
// TODO: zero-size vorbis comments
|
||||
// TODO: zero-size APE tag
|
||||
// TODO: zero-size ilst
|
||||
// TODO: zero-size AIFF text chunks
|
||||
|
||||
fn read_file<A: AudioFile + std::fmt::Debug>(path: &str) -> bool {
|
||||
let res = <A as AudioFile>::read_from(&mut std::fs::File::open(path).unwrap(), true);
|
||||
res.is_ok()
|
||||
|
|
Loading…
Reference in a new issue