TianyiShi2001 / audiotags

Unified IO for different types of audio metadata
https://tianyishi2001.github.io/audiotags
MIT License
41 stars 29 forks source link

Support for time, music/video length #3

Closed qarmin closed 6 months ago

qarmin commented 3 years ago

I couldn't find for now any crate/method to get how long is music/video.

pinkforest commented 2 years ago

duration() ?

https://docs.rs/audiotags/latest/audiotags/anytag/struct.AnyTag.html#method.duration

pinkforest commented 6 months ago

Closing as answered